minor css polish for user input

This commit is contained in:
John McLear 2015-02-09 19:53:32 +00:00
parent ac7a5689af
commit 26ae375727

View file

@ -373,7 +373,7 @@ li[data-key=showusers] > a #online_count {
border-radius: 5px; border-radius: 5px;
} }
#myusernameform { #myusernameform {
margin-left: 35px margin-left: 30px
} }
#myusernameedit { #myusernameedit {
font-size: 1.3em; font-size: 1.3em;
@ -382,7 +382,7 @@ li[data-key=showusers] > a #online_count {
height: 18px; height: 18px;
margin: 0; margin: 0;
border: 0; border: 0;
width: 117px; width: 122px;
background: transparent; background: transparent;
} }
#myusernameform input.editable { #myusernameform input.editable {