From 242e83f06614c185f9b0592149146b7a0e76f0e9 Mon Sep 17 00:00:00 2001
From: aaronmueller <mail@aaron-mueller.de>
Date: Thu, 10 Sep 2009 22:31:11 +0200
Subject: [PATCH] Appyed textfield style to password field.

This affects only to the alternate stylesheet.
---
 .../themes/alternate/stylesheets/application.css   |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/public/themes/alternate/stylesheets/application.css b/public/themes/alternate/stylesheets/application.css
index 19cbc00..62d873f 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 */
-- 
1.5.6.5


