diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/user/css/user.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/modules/user/css/user.css b/modules/user/css/user.css index 77e0b44b..92049f83 100644 --- a/modules/user/css/user.css +++ b/modules/user/css/user.css @@ -1,3 +1,5 @@ +/* User- and group-related form width ~~~~ */ + #g-login-form, #g-add-user-form #g-edit-user-form, @@ -6,6 +8,8 @@ width: 270px; } +/* User/group admin ~~~~~~~~~~~~~~~~~~~~~~ */ + #g-user-admin-list .admin { color: #55f; font-weight: bold; @@ -58,38 +62,50 @@ li.g-default-group h4, li.g-default-group .g-user { padding: 0 !important; } +/* Password strength meter ~~~~~~~~~~~~~~~ */ + .g-password-strength0 { background: url(../images/progressImg1.png) no-repeat 0 0; width: 138px; height: 7px; } + .g-password-strength10 { background-position:0 -7px; } + .g-password-strength20 { background-position:0 -14px; } + .g-password-strength30 { background-position:0 -21px; } + .g-password-strength40 { background-position:0 -28px; } + .g-password-strength50 { background-position:0 -35px; } + .g-password-strength60 { background-position:0 -42px; } + .g-password-strength70 { background-position:0 -49px; } + .g-password-strength80 { background-position:0 -56px; } + .g-password-strength90 { background-position:0 -63px; } + .g-password-strength100 { background-position:0 -70px; } |