Merge pull request #265 from 0ip/patch-3

Another small UI-patch
pull/255/merge
John McLear 2011-12-02 14:00:38 -08:00
commit 324e4a0528
1 changed files with 5 additions and 1 deletions

View File

@ -1146,6 +1146,10 @@ width:33px !important;
color: #999;
}
label[for=readonlyinput] {
margin: 0 10px 0 2px;
}
@media screen and (max-width: 600px) {
#editbar ul li {
padding: 4px 1px;
@ -1153,7 +1157,7 @@ width:33px !important;
}
#qr_center {
margin: 10px auto 0;
margin: 10px 10px auto 0;
text-align: center;
}