Skip to content

Commit

Permalink
Decrease input width, too wide and causing button to get pushed down
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyiacono committed Sep 12, 2011
1 parent ed3e015 commit 04d933b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/popup.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ input {
font-size: 12px; font-size: 12px;
border: 1px solid #bbb; border: 1px solid #bbb;
padding: 5px; padding: 5px;
width: 250px; width: 200px;
margin: 5px; margin: 5px;
} }


Expand Down

0 comments on commit 04d933b

Please sign in to comment.