From 886dce0259a5dbb6d46e627185b83c99ac3e8260 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 8 Oct 2013 22:25:14 -0600 Subject: [PATCH] Fix padding for login button, at least on FF --- horde/themes/default/screen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horde/themes/default/screen.css b/horde/themes/default/screen.css index 2284d5c68a1..37ff14ab806 100644 --- a/horde/themes/default/screen.css +++ b/horde/themes/default/screen.css @@ -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;