1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00

change port to 8000 , changed base favicon path

This commit is contained in:
johndoe
2012-04-26 16:59:45 +07:00
parent 2180d00dda
commit ea8cabc355
6 changed files with 52 additions and 12 deletions

View File

@ -64,8 +64,28 @@ p {
margin: 0 0 0px;
}
form li{
.form-options li{
float: left;
list-style-type: none;
}
button.btn, input[type="submit"].btn {
margin-left: 5px;
}
.well {
padding-bottom: 40px;
padding-right: 17px;
}
.legal {
margin: 0 auto;
width: 300px;
text-align: center;
margin-top: 30px;
}
.btn {
@ -75,9 +95,28 @@ list-style-type: none;
form {
padding-bottom:3em !important;
padding-right: 17px;
}
}
.btn-primary {
position:relative;
top:-4px;
}