diff options
Diffstat (limited to 'modules/user/css/user.css')
-rw-r--r-- | modules/user/css/user.css | 8 |
1 files changed, 6 insertions, 2 deletions
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; |