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

Paste is saved

This commit is contained in:
sam
2012-04-25 01:15:38 +07:00
parent 0078c532a8
commit 2180d00dda
11 changed files with 360 additions and 105 deletions

View File

@@ -4,7 +4,7 @@
.brand {
font-size: 38px !important;
padding: 0px 55px 3px !important;
text-shadow: 0 1px 0 rgba(255, 255, 255, .1), 0 0 30px rgba(255, 255, 255, .125);
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
@@ -35,8 +35,11 @@ padding: 9px 0;
}
.btn-group {
display: inline;
margin-right: 30px;
float:left;
}
.paste-option {
float:right;
}
select {
@@ -61,20 +64,20 @@ p {
margin: 0 0 0px;
}
.form-options li{
float: left;
form li{
list-style-type: none;
}
button.btn, input[type="submit"].btn {
.btn {
margin-left: 5px;
}
.well {
padding-bottom: 40px;
form {
padding-bottom:3em !important;
padding-right: 17px;
}
.btn-primary {
position:relative;
top:-4px;
}