diff options
| author | hukl <contact@smyck.org> | 2009-11-07 21:11:29 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-11-07 21:11:29 +0100 |
| commit | 41fbeb4a740bfe9e35130bc1c9f4d7e4198fe6cf (patch) | |
| tree | 5b93d9443663b746f4ec1d49b08f0aa8679e69cf /public/stylesheets | |
| parent | 69ba58f34dae66d8bb2ccbb7e64f5537a532f06c (diff) | |
Using password field for user passwords. Closes #43
Diffstat (limited to 'public/stylesheets')
| -rw-r--r-- | public/stylesheets/admin.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 2641b98..f95fa18 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -284,7 +284,7 @@ textarea#page_abstract { | |||
| 284 | margin-left: -118px; | 284 | margin-left: -118px; |
| 285 | } | 285 | } |
| 286 | 286 | ||
| 287 | #new_node input[type=text] { | 287 | #new_node input[type=text], #new_node input[type=password] { |
| 288 | width: 350px; | 288 | width: 350px; |
| 289 | } | 289 | } |
| 290 | 290 | ||
