From d04dbadfa1c9a2ed6823ac2ffd64d8f68f27581c Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sun, 15 Feb 2009 22:36:51 +0000 Subject: Apply buttons to comment moderation and action buttons, beginnings of a photo stream carousel block in admin dashboard. --- themes/admin_default/css/screen.css | 46 +++++++++++++++++++++++++++++++++++-- 1 file changed, 44 insertions(+), 2 deletions(-) (limited to 'themes/admin_default/css') diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index 334db071..85c76c2a 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -69,7 +69,7 @@ #gHeader { background-color: #e8e8e8; border-bottom: 1px solid #ccc; - margin-top: 0; + margin-bottom: 20px; padding: 0 20px; } @@ -114,14 +114,52 @@ background: none; } +#gPhotoStream { + background-color: #e8e8e8; +} + #gPhotoStream .gBlockContent { - overflow: auto; + +} + +#gPhotoStream .gBlockContent ul { + border-right: 1px solid #e8e8e8; + height: 92px; + overflow: hidden; + white-space: nowrap; + width: 100%; +} + +#gContent #gPhotoStream .gItem { + background-color: #fff; + border: 1px solid #e8e8e8; + border-right-color: #ccc; + border-bottom-color: #ccc; + float: left; + font-size: .7em; + height: 90px; + overflow: hidden; + text-align: center; + width: 90px; } #gSiteStatus { margin-bottom: 0; } +#gAdminCommentsMenu { + margin: 1em 0; +} + +#gAdminCommentsMenu li { + float: left; +} + +#gAdminCommentsMenu a { + margin: 0; + padding: .2em .6em; +} + #gAdminGraphics .gAvailable .gBlock { clear: none; float: left; @@ -196,3 +234,7 @@ li.gGroup { .ui-sortable { cursor: move; } + +.gButtonSetVertical a { + width: 8em; +} -- cgit v1.2.3