Skip to content

Commit

Permalink
Reverted padding for text inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
dbunskoek committed Feb 22, 2012
1 parent b8d3f56 commit 6715de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fiber/static/fiber/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ div.ui-dialog form select,
margin: 0 0 5px 0;
border: 1px solid #666;
outline: none;
padding: 0;
padding: 0 3px;
height: 22px;
display: block;
text-align: left;
Expand Down

0 comments on commit 6715de4

Please sign in to comment.