From 76aa4bd1efc3db62326fa2c008de568b53b8710e Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sun, 25 Oct 2009 23:32:49 -0600 Subject: Move comment and recaptcha CSS to their respective modules. --- modules/comment/css/comment.css | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 modules/comment/css/comment.css (limited to 'modules/comment/css') diff --git a/modules/comment/css/comment.css b/modules/comment/css/comment.css new file mode 100644 index 00000000..d9d9b2f8 --- /dev/null +++ b/modules/comment/css/comment.css @@ -0,0 +1,35 @@ +#g-content #g-comment-form { + margin-top: 2em; +} + +#g-content #g-comments { + margin-top: 2em; + position: relative; +} + +#g-content #g-comments ul li { + margin: 1em 0; +} + +#g-content #g-comments .g-author { + border-bottom: 1px solid #ccc; + color: #999; + height: 32px; + line-height: 32px; +} + +#g-content #g-comments ul li div { + padding: 0 8px 8px 43px; +} + +#g-content #g-comments .g-avatar { + height: 32px; + margin-right: .4em; + width: 32px; +} + +#g-admin-comment-button { + position: absolute; + right: 0; + top: 2px; +} -- cgit v1.2.3 From 288e14756d948acecbc98fdd76ddb851f5d3e74b Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sun, 25 Oct 2009 23:50:24 -0600 Subject: Moved admin-comments styles from admin theme to module. --- modules/comment/css/comment.css | 10 ++++++++++ themes/admin_wind/css/screen.css | 13 ------------- 2 files changed, 10 insertions(+), 13 deletions(-) (limited to 'modules/comment/css') diff --git a/modules/comment/css/comment.css b/modules/comment/css/comment.css index d9d9b2f8..f58391b0 100644 --- a/modules/comment/css/comment.css +++ b/modules/comment/css/comment.css @@ -33,3 +33,13 @@ right: 0; top: 2px; } + +#g-admin-comments-menu { + margin: 1em 0; +} + +#g-admin-comments-menu a { + margin: 0; + padding: .2em .6em; +} + diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css index a6cfecaf..75652dc3 100644 --- a/themes/admin_wind/css/screen.css +++ b/themes/admin_wind/css/screen.css @@ -327,15 +327,6 @@ th { width: 90px; } -#g-admin-comments-menu { - margin: 1em 0; -} - -#g-admin-comments-menu a { - margin: 0; - padding: .2em .6em; -} - #g-admin-graphics .g-available .g-block { clear: none; float: left; @@ -387,10 +378,6 @@ th { * 5) Navigation and menus *********************************************************************/ -#g-site-admin-menu { - font-size: 1.2em; -} - /* Login menu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ #g-header #g-login-menu { -- cgit v1.2.3