summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-11-14 13:23:23 -0700
committerChad Kieffer <ckieffer@gmail.com>2009-11-14 13:23:23 -0700
commitd29d339ea0088b2aa9cd11701289db03ec307ea3 (patch)
tree79a5137900f93fae4f9d12e365547e2065a56461 /modules
parent670629fe10322ca3b996d2ec4206a1aa71ae449d (diff)
Move the password strength image out of css and into an images folder.
Diffstat (limited to 'modules')
-rw-r--r--modules/user/css/user.css5
-rw-r--r--modules/user/images/progressImg1.png (renamed from modules/user/css/progressImg1.png)bin390 -> 390 bytes
2 files changed, 2 insertions, 3 deletions
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;
}
diff --git a/modules/user/css/progressImg1.png b/modules/user/images/progressImg1.png
index a9093647..a9093647 100644
--- a/modules/user/css/progressImg1.png
+++ b/modules/user/images/progressImg1.png
Binary files differ