From 3d6057d5332af0b0ddb87dbd39ae4cbafc38f7dd Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Fri, 2 Nov 2007 02:03:18 +0000 Subject: [PATCH] Ticket #1494 - Fixes to tabstrip images, and tweaks to CSS tehre and there git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44152 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/cms_left.css | 6 ++++-- css/cms_right.css | 24 +++++++++++++++++------- css/layout.css | 6 +++--- 3 files changed, 24 insertions(+), 12 deletions(-) diff --git a/css/cms_left.css b/css/cms_left.css index 2a8d2a9d..eb005891 100644 --- a/css/cms_left.css +++ b/css/cms_left.css @@ -25,6 +25,8 @@ #TreeActions li { float: left; + list-style: none; + list-style-type: none; } #TreeActions li button { @@ -35,12 +37,12 @@ color: #333333; overflow: visible; width: auto; - padding: 0; + padding: 0 2px; + margin: 0 2px; border-color: #CCCCCC rgb(153, 153, 153) rgb(153, 153, 153) rgb(204, 204, 204); border-style: double; font-weight: bold; font-size: 11px; - margin: 0 3px; } #TreeActions li button:active { diff --git a/css/cms_right.css b/css/cms_right.css index 737527b1..e4ef9598 100644 --- a/css/cms_right.css +++ b/css/cms_right.css @@ -7,7 +7,8 @@ } .right form .field { - margin: 3px !important; + /*margin: 3px !important;*/ + margin: 0; } .right form .text, .right form .field span.readonly { @@ -19,7 +20,8 @@ .right form .field span.middleColumn { display: block; background: #e9e9e9; - padding: 2px; + padding: 3px; + width: 97%; } .right form .checkbox input, @@ -38,15 +40,20 @@ } .right form textarea, -.right form input, +.right form input.text, .right form textarea.htmleditor { border: 1px solid #a7a7a7; padding: 3px; - width: 96%; + width: 99%; + /*outline: 3px solid #e9e9e9;*/ } .right form textarea.htmleditor { display: none; } + .right form .mceEditor { + width: 100%; + border: 1px solid #a7a7a7; + } .right form input.checkbox, .right form .optionset input, @@ -94,7 +101,8 @@ #CommentFilterButton, .actions input, #deletemarked input.action, -#UnusedThumbnails a { +#UnusedThumbnails a, +div.Actions input { cursor: pointer; float: left; height: 25px; @@ -132,7 +140,8 @@ border-color: #999999 rgb(204, 204, 204) rgb(204, 204, 204) rgb(153, 153, 153); } -.ajaxActions input:hover { +.ajaxActions input:hover, +div.Actions input { background: #fff; } @@ -154,6 +163,7 @@ input.loading { * Tabs */ .right form div.tab { + background: #fff; clear: left; overflow: auto; border: 1px solid #aaa; @@ -374,7 +384,7 @@ div.MemberListFilter, div.MemberFilter, div.CommentFilter { /*float: right;*/ - width: 30em; + width: 35em; margin: 5px 0; padding: 5px; background-color : #ebeadb; diff --git a/css/layout.css b/css/layout.css index 87ac2650..e2baea5e 100644 --- a/css/layout.css +++ b/css/layout.css @@ -63,7 +63,7 @@ body.stillLoading select { overflow: auto; z-index: 50; border: 1px #acbbcc solid; - background-color: white; + background-color: #eee; margin-right : 3px; } @@ -304,8 +304,8 @@ div.spacer, li.spacer { /** RIGHT PANEL **/ .mceToolbarExternal { - background-color: #EEE; - border-bottom: 1px #CCC solid; + background-color: #eee; + /*border-bottom: 1px #CCC solid;*/ /*position: absolute; top: 23px; left: 0;*/