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,