Skip to content
Snippets Groups Projects

Projekers - 13515051 - Girvandi Ilyas

Open Girvandi Ilyas requested to merge projekers/TugasBesar1_2017:master into master
Viewing commit bea1839d
Show latest version
5 files
+ 49
4
Preferences
Compare changes
Files
5
.kotak{
width: 40%;
margin: 20 30% 0 30%;
padding: 10 10 10 10;
padding: 10;
}
table{
@@ -33,6 +33,30 @@ table, th, td, tr{
width: 20%;
}
#locationinput{
display: none;
width: 100%;
height: 30;
}
button{
background-color: white;
border: none;
height:30;
width:35;
padding: 0;
}
.editbutton{
height: 25;
width: 25;
}
.deletebutton{
height: 25;
width: 25;
}
.addset div{
display: inline-block;
vertical-align: middle;
@@ -45,7 +69,7 @@ table, th, td, tr{
.field input{
width: 100%;
height: 2em;
height: 30;
}
.submitbutton{
@@ -59,5 +83,5 @@ table, th, td, tr{
border-radius: 5px;
font-size: 130%;
padding: 0 0 0 0;
color: #008800;
color: #000000;
}