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 From 766d49c4614dfcde84ec75e5296635c5fc9d7a67 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sat, 14 Nov 2009 14:03:11 -0700 Subject: Fix floated group rows when more than one row exists. Attach g- before all css ids and classes for consistency. Other minor layout adjustments. --- modules/user/css/user.css | 8 ++++++-- modules/user/views/admin_users.html.php | 20 ++++++++++---------- modules/user/views/admin_users_group.html.php | 6 +++--- 3 files changed, 19 insertions(+), 15 deletions(-) (limited to 'modules/user/css') diff --git a/modules/user/css/user.css b/modules/user/css/user.css index 92441ffd..77e0b44b 100644 --- a/modules/user/css/user.css +++ b/modules/user/css/user.css @@ -13,10 +13,10 @@ li.g-group { display: block; - width: 100%; border: 1px solid gray; - padding: 0; margin: 0 1em 1em 0; + padding: 0; + width: 200px; } li.g-group h4 { @@ -54,6 +54,10 @@ li.g-default-group h4, li.g-default-group .g-user { color: gray; } +.g-group.ui-droppable { + padding: 0 !important; +} + .g-password-strength0 { background: url(../images/progressImg1.png) no-repeat 0 0; width: 138px; diff --git a/modules/user/views/admin_users.html.php b/modules/user/views/admin_users.html.php index 18ad9403..df44794a 100644 --- a/modules/user/views/admin_users.html.php +++ b/modules/user/views/admin_users.html.php @@ -2,15 +2,15 @@