From d160dba51ad5cc3c8570375b4ab15babafbec4f0 Mon Sep 17 00:00:00 2001 From: atomicpages Date: Sun, 15 Jul 2012 14:28:28 -0700 Subject: [PATCH] Merged two separate select styles --- stylesheets/base.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/stylesheets/base.css b/stylesheets/base.css index 9ae0270..46f37f5 100644 --- a/stylesheets/base.css +++ b/stylesheets/base.css @@ -233,7 +233,8 @@ margin-bottom: 20px; background: #fff; } select { - padding: 0; } + padding: 0; + width: 220px; } input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, @@ -250,8 +251,6 @@ display: block; font-weight: bold; font-size: 13px; } - select { - width: 220px; } input[type="checkbox"] { display: inline; } label span,