Skip to content
Snippets Groups Projects
Commit df2e1272 authored by Mikhael Artur Darmakesuma's avatar Mikhael Artur Darmakesuma
Browse files

Edit pref loc front end - init

parent e9249be4
Branches
Tags
1 merge request!42Projekers - 13515051 - Girvandi Ilyas
.kotak{
width: 40%;
margin: 20 30% 0 30%;
padding: 10 10 10 10;
}
table{
border-spacing: 0;
}
th{
text-align: center;
}
th, td, tr{
padding: 2;
}
table, th, td, tr{
width: 100%;
border: 1px solid #DDDDDD;
}
.tabno{
width: 10%;
}
.tabloc{
width: 70%;
}
.tabact{
width: 20%;
}
.addset div{
display: inline-block;
vertical-align: middle;
}
.field{
width: 80%;
margin-right: 4%;
}
.field input{
width: 100%;
height: 2em;
}
.submitbutton{
width: 15%;
}
.submit{
width: 100%;
background-color: #82D800;
border-color: #000000;
border-radius: 5px;
font-size: 130%;
padding: 0 0 0 0;
color: #008800;
}
File moved
<html>
<head>
<title>Projekers - Login</title>
<link rel = "stylesheet" href = "Style.css">
<link rel = "stylesheet" href = "../css/login.css">
<link rel = "stylesheet" href = "../css/primary.css">
</head>
<body>
<div class = "kotak">
......@@ -22,8 +23,9 @@
<div class="label">Password</div>
<div class="field"><input type = "password"></div>
</div>
<div class="linkset">
<div class="link"><a href="">Don't have an account?</a></div>
<div class="link"><a href="signup">Don't have an account?</a></div>
<div class="submitbutton">
<input type = "Submit" value = "GO!" class = "submit">
</div>
......
<html>
<head>
<title>Projekers - Login</title>
<link rel = "stylesheet" href = "../css/edit-prefered-location.css">
<link rel = "stylesheet" href = "../css/primary.css">
</head>
<body>
<div class = "kotak">
<h1>EDIT PREFERED LOCATION</h1>
<table class="tab">
<tr>
<th class="tabno">No</td>
<th class="tabloc">Location</td>
<th class="tabact">Actions</td>
</tr>
</table>
<br>
<br>
<h2>ADD NEW LOCATION:</h2>
<div class="addset">
<div class="field"><input type="text"></div>
<div class="submitbutton">
<input type="Submit" value="GO!" class="submit">
</div>
</div>
</div>
</body>
</html>
<html>
<head>
<link href="../../css/primary.css" type="text/css" rel="stylesheet">
<link href="../../css/edit-profile.css" type="text/css" rel="stylesheet">
<link href="../css/primary.css" type="text/css" rel="stylesheet">
<link href="../css/edit-profile.css" type="text/css" rel="stylesheet">
</head>
<body>
<div class="wrapper">
......@@ -9,7 +9,7 @@
<form action="#" method="post">
<div class="edit-image">
<div class="div-profile-image">
<img src="../../img/pikachu.jpg" class="profile-image">
<img src="../img/pikachu.jpg" class="profile-image">
</div>
<div class="browse-image">
<label>Update profile picture</label>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment