diff options
| author | hukl <contact@smyck.org> | 2009-04-18 14:22:04 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-04-18 14:22:04 +0200 |
| commit | 51797bf2b5f86d14139ba985e9c777fa0160af46 (patch) | |
| tree | 7d2d383bf94398bccd6b6db184c8efdc83985a3b /public/stylesheets/admin.css | |
| parent | 8e469865526f2cd9b51f291c0eda34ee293cb76e (diff) | |
styling the password input as well
Diffstat (limited to 'public/stylesheets/admin.css')
| -rw-r--r-- | public/stylesheets/admin.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index e5c2342..9660959 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -205,6 +205,10 @@ input[type=text]#node_slug { | |||
| 205 | padding: 5px; | 205 | padding: 5px; |
| 206 | } | 206 | } |
| 207 | 207 | ||
| 208 | input[type=password] { | ||
| 209 | border: 1px solid #989898; | ||
| 210 | } | ||
| 211 | |||
| 208 | input[type=submit] { | 212 | input[type=submit] { |
| 209 | min-width: 65px; | 213 | min-width: 65px; |
| 210 | border: 1px solid #989898; | 214 | border: 1px solid #989898; |
