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') 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 @@