diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-11-14 15:48:24 -0700 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-11-14 15:48:24 -0700 |
commit | 68886627cf76d69973c5956637b29908f58469ef (patch) | |
tree | 87bc5a5e47303de4e243332441033b302acf6324 /modules/user/css | |
parent | 18a168156974fa9f235ff56bdc6eba14224fb6a3 (diff) |
A few more g- prefix updates for the user module, this should be it.
Diffstat (limited to 'modules/user/css')
-rw-r--r-- | modules/user/css/user.css | 28 |
1 files changed, 19 insertions, 9 deletions
diff --git a/modules/user/css/user.css b/modules/user/css/user.css index 92049f83..6edb3d98 100644 --- a/modules/user/css/user.css +++ b/modules/user/css/user.css @@ -10,12 +10,20 @@ /* User/group admin ~~~~~~~~~~~~~~~~~~~~~~ */ -#g-user-admin-list .admin { +#g-user-admin { + +} + +#g-group-admin { + +} + +#g-user-admin-list .g-admin { color: #55f; font-weight: bold; } -li.g-group { +.g-group { display: block; border: 1px solid gray; margin: 0 1em 1em 0; @@ -23,38 +31,40 @@ li.g-group { width: 200px; } -li.g-group h4 { +.g-group h4 { background-color: #eee; border-bottom: 1px dashed #ccc; padding: .5em 0 .5em .5em; } -li.g-group .g-button { +.g-group .g-button { padding: 0; } -li.g-group ul, li.g-group div { +.g-group ul, +.g-group div { height: 180px; margin: 1px; overflow: auto; padding-top: .2em; } -li.g-group div p { +.g-group div p { color: gray; text-align: center; padding: 2em .5em 0 .5em } -li.g-group .g-user { +.g-group .g-user { padding: .2em 0 0 .5em; } -li.g-group .g-user .g-button { +.g-group .g-user .g-button { vertical-align: middle; } -li.g-default-group h4, li.g-default-group .g-user { +.g-default-group h4, +.g-default-group .g-user { color: gray; } |