Skip to content

Commit

Permalink
Fix padding for login button, at least on FF
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Oct 9, 2013
1 parent 4c4a2f2 commit 886dce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion horde/themes/default/screen.css
Expand Up @@ -380,7 +380,7 @@ form[action^="https://"] input[type="submit"].horde-default {
background-image: url("graphics/locked-inv.png"), url("graphics/button-default.png");
background-position: 95% center, left top;
background-repeat: no-repeat, repeat-x;
padding-right: 33px;
padding: 2px 33px 2px 4px;
}
input[disabled], input[disabled]:hover, textarea[disabled], option[disabled] {
background-color: #e9e9e9;
Expand Down

0 comments on commit 886dce0

Please sign in to comment.