From 38141865926730506f55b62a499cb548b94d4bfe Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Fri, 23 Oct 2009 22:25:36 -0600 Subject: Created user.css. Moved user-related form css to the new sheet. --- modules/user/css/user.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 modules/user/css/user.css (limited to 'modules/user/css') diff --git a/modules/user/css/user.css b/modules/user/css/user.css new file mode 100644 index 00000000..aa21f9c3 --- /dev/null +++ b/modules/user/css/user.css @@ -0,0 +1,7 @@ +#g-login-form, +#g-add-user-form +#g-edit-user-form, +#g-delete-user-form, +#g-user-admin { + width: 270px; +} \ No newline at end of file -- cgit v1.2.3 From bb47b495a7d719ee679e4747e9fd5b8f7c39b58a Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Fri, 23 Oct 2009 22:28:26 -0600 Subject: Moved remaining user and group admin css into the new user.css style sheet. --- modules/user/css/user.css | 51 +++++++++++++++++++++++++++++++++++++++- themes/admin_wind/css/screen.css | 44 ---------------------------------- 2 files changed, 50 insertions(+), 45 deletions(-) (limited to 'modules/user/css') diff --git a/modules/user/css/user.css b/modules/user/css/user.css index aa21f9c3..3b5e7ac2 100644 --- a/modules/user/css/user.css +++ b/modules/user/css/user.css @@ -4,4 +4,53 @@ #g-delete-user-form, #g-user-admin { width: 270px; -} \ No newline at end of file +} + +#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; +} diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css index a889545b..25302407 100644 --- a/themes/admin_wind/css/screen.css +++ b/themes/admin_wind/css/screen.css @@ -373,55 +373,11 @@ tr.g-warning { margin-right: 1em; } -#g-user-admin-list .admin { - color: #55f; - font-weight: bold; -} - .g-actions a, .g-actions span { margin-right: 3em; } -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; -} - /* Block admin ~~~~~~~~~~~~~~~~~~~~~~~~~ */ .g-admin-blocks-list { -- cgit v1.2.3