Skip to content

Commit

Permalink
minor css polish for user input
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMcLear committed Feb 9, 2015
1 parent ac7a568 commit 26ae375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/static/css/pad.css
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ li[data-key=showusers] > a #online_count {
border-radius: 5px;
}
#myusernameform {
margin-left: 35px
margin-left: 30px
}
#myusernameedit {
font-size: 1.3em;
Expand All @@ -382,7 +382,7 @@ li[data-key=showusers] > a #online_count {
height: 18px;
margin: 0;
border: 0;
width: 117px;
width: 122px;
background: transparent;
}
#myusernameform input.editable {
Expand Down

0 comments on commit 26ae375

Please sign in to comment.