summaryrefslogtreecommitdiff
path: root/modules/user/css
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-11-14 14:03:11 -0700
committerChad Kieffer <ckieffer@gmail.com>2009-11-14 14:03:11 -0700
commit766d49c4614dfcde84ec75e5296635c5fc9d7a67 (patch)
treebbdd55be338213f5330acee6ffe9b91f296f6853 /modules/user/css
parent0674f18eb5f05471bf4090a0c83e88eadf349080 (diff)
Fix floated group rows when more than one row exists. Attach g- before all css ids and classes for consistency. Other minor layout adjustments.
Diffstat (limited to 'modules/user/css')
-rw-r--r--modules/user/css/user.css8
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;