From 4776b8db120a586a4f5e34a271ae4f164a977d19 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Fri, 5 Nov 2010 22:22:34 +0100 Subject: [PATCH] Don't set a width on the login button. --- horde/themes/screen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horde/themes/screen.css b/horde/themes/screen.css index af3c34812..eb990cf61 100644 --- a/horde/themes/screen.css +++ b/horde/themes/screen.css @@ -552,7 +552,7 @@ body.login-form { #login-form #login-button { margin: .5em auto; text-align: center; - width: 5em; + width: auto; } #login-form .extras { font-size: 75%; -- 2.11.0