From e30a18ca3bb4902cd18911afdcc9cabfca48d41c Mon Sep 17 00:00:00 2001 From: James Kirkus-Lamont Date: Tue, 20 Jan 2009 03:18:25 +0000 Subject: [PATCH] BUGFIX: site tree form element alignment git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@70404 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/cms_left.css | 38 +++++++++++++++++++++++++++++++++----- css/layout.css | 1 - 2 files changed, 33 insertions(+), 6 deletions(-) diff --git a/css/cms_left.css b/css/cms_left.css index cfc61039..1ed6e674 100644 --- a/css/cms_left.css +++ b/css/cms_left.css @@ -261,6 +261,7 @@ ul.tree span.a span.modified, background-color: #aaa; color: #fff; border-bottom: 2px #ccc solid; + padding: 0 3px; } #treepanes table tbody tr { @@ -269,10 +270,10 @@ ul.tree span.a span.modified, #treepanes table tbody td { font-size: 11px; - padding:0 2px; + padding: 1px 3px; } -#treepanes table tbody tr.odd td { +#treepanes table tbody tr.even td { background-color: #EEE; } #treepanes table tbody tr.over td { @@ -283,7 +284,6 @@ ul.tree span.a span.modified, background-color: #BBBBFF; } - #treepanes #Versions tbody tr.internal { color: #777; } @@ -291,6 +291,10 @@ ul.tree span.a span.modified, color: black; } +.SideReport_RecentlyEdited li a:hover { + background-color: #FFFFBB; +} + /** * Change the styling of the root tree node */ @@ -400,20 +404,44 @@ ul.tree li.untranslated a:visited { float: left; margin: 0 3px 0 0; } - + +#versions_actions { + float: left; + width: 100%; + border-bottom:1px solid #CCC; +} #versions_actions .versionChoice { float: left; display: block; margin: 0 0 5px 0; } + .versionChoice label { + display: block; + float: left; + margin-top: 3px; + _margin-top: 4px; + } + #versions_actions input, #Remember input { float: left; display: block; - padding-top: 2px; margin: 0 3px 0 0; } +#ReportSelector_holder { + background: #EEE; + margin: 0 !important; + padding: 3px 3px 7px; + border-bottom: 1px solid #CCC; +} +#versions_actions { + background: #EEE; + overflow: hidden; + margin: 0 !important; + padding: 4px 7px; +} + /** * i18n diff --git a/css/layout.css b/css/layout.css index c235e0ee..82668b41 100644 --- a/css/layout.css +++ b/css/layout.css @@ -388,7 +388,6 @@ body.stillLoading select { padding: 2px 1px; float: left; } - div.spacer, li.spacer {