From: Eric Davis Date: Thu, 12 Nov 2009 04:44:28 +0000 (+0000) Subject: Style the password field the same as the login field. #3845 X-Git-Tag: 0.9.0~218 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bb8a397a13654998b12c1fc1941c52e75ff27626;p=redmine.git Style the password field the same as the login field. #3845 git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3032 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/public/themes/alternate/stylesheets/application.css b/public/themes/alternate/stylesheets/application.css index 19cbc0061..62d873f8a 100644 --- a/public/themes/alternate/stylesheets/application.css +++ b/public/themes/alternate/stylesheets/application.css @@ -61,9 +61,9 @@ input[type="button"], input[type="submit"], input[type="reset"] { background-col input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { background-color: #ccccbb; } /* Fields */ -input[type="text"], textarea, select { padding: 2px; border: 1px solid #d7d7d7; } -input[type="text"] { padding: 3px; } -input[type="text"]:focus, textarea:focus, select:focus { border: 1px solid #888866; } +input[type="text"], input[type="password"], textarea, select { padding: 2px; border: 1px solid #d7d7d7; } +input[type="text"], input[type="password"] { padding: 3px; } +input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus { border: 1px solid #888866; } option { border-bottom: 1px dotted #d7d7d7; } /* Misc */