From d29d339ea0088b2aa9cd11701289db03ec307ea3 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sat, 14 Nov 2009 13:23:23 -0700 Subject: Move the password strength image out of css and into an images folder. --- modules/user/css/progressImg1.png | Bin 390 -> 0 bytes modules/user/css/user.css | 5 ++--- 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 modules/user/css/progressImg1.png (limited to 'modules/user/css') diff --git a/modules/user/css/progressImg1.png b/modules/user/css/progressImg1.png deleted file mode 100644 index a9093647..00000000 Binary files a/modules/user/css/progressImg1.png and /dev/null differ 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; } -- cgit v1.2.3