diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-11-14 13:23:23 -0700 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-11-14 13:23:23 -0700 |
commit | d29d339ea0088b2aa9cd11701289db03ec307ea3 (patch) | |
tree | 79a5137900f93fae4f9d12e365547e2065a56461 /modules/user/css | |
parent | 670629fe10322ca3b996d2ec4206a1aa71ae449d (diff) |
Move the password strength image out of css and into an images folder.
Diffstat (limited to 'modules/user/css')
-rw-r--r-- | modules/user/css/progressImg1.png | bin | 390 -> 0 bytes | |||
-rw-r--r-- | modules/user/css/user.css | 5 |
2 files changed, 2 insertions, 3 deletions
diff --git a/modules/user/css/progressImg1.png b/modules/user/css/progressImg1.png Binary files differdeleted file mode 100644 index a9093647..00000000 --- a/modules/user/css/progressImg1.png +++ /dev/null diff --git a/modules/user/css/user.css b/modules/user/css/user.css index 67d4f196..92441ffd 100644 --- a/modules/user/css/user.css +++ b/modules/user/css/user.css @@ -12,9 +12,8 @@ } li.g-group { - float: left; display: block; - width: 200px; + width: 100%; border: 1px solid gray; padding: 0; margin: 0 1em 1em 0; @@ -56,7 +55,7 @@ li.g-default-group h4, li.g-default-group .g-user { } .g-password-strength0 { - background: url(progressImg1.png) no-repeat 0 0; + background: url(../images/progressImg1.png) no-repeat 0 0; width: 138px; height: 7px; } |