diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-24 07:28:22 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-24 07:28:22 -0700 |
commit | 0a6b540092f2fda55a864a6beec6df9f5dd1b902 (patch) | |
tree | 8c28b3f26ed37f9f76e8d555c8273670ce87a2b9 /modules/user/css | |
parent | 18b402a1e55d9450eee79f2079fc91a8d856e26b (diff) | |
parent | e13f92abab2cef2d58cc4e560e18aa65c138a264 (diff) |
Merge branch 'master' into talmdal_dev
Conflicts:
modules/server_add/helpers/server_add_theme.php
Diffstat (limited to 'modules/user/css')
-rw-r--r-- | modules/user/css/user.css | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/modules/user/css/user.css b/modules/user/css/user.css new file mode 100644 index 00000000..3b5e7ac2 --- /dev/null +++ b/modules/user/css/user.css @@ -0,0 +1,56 @@ +#g-login-form, +#g-add-user-form +#g-edit-user-form, +#g-delete-user-form, +#g-user-admin { + width: 270px; +} + +#g-user-admin-list .admin { + color: #55f; + font-weight: bold; +} + +li.g-group { + float: left; + display: block; + width: 200px; + border: 1px solid gray; + padding: 0; + margin: 0 1em 1em 0; +} + +li.g-group h4 { + background-color: #eee; + border-bottom: 1px dashed #ccc; + padding: .5em 0 .5em .5em; +} + +li.g-group .g-button { + padding: 0; +} + +li.g-group ul, li.g-group div { + height: 180px; + margin: 1px; + overflow: auto; + padding-top: .2em; +} + +li.g-group div p { + color: gray; + text-align: center; + padding: 2em .5em 0 .5em +} + +li.g-group .g-user { + padding: .2em 0 0 .5em; +} + +li.g-group .g-user .g-button { + vertical-align: middle; +} + +li.g-default-group h4, li.g-default-group .g-user { + color: gray; +} |