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
This commit is contained in:
James Kirkus-Lamont 2009-01-20 03:18:25 +00:00 committed by Sam Minnee
parent 37b0ae4eeb
commit e30a18ca3b
2 changed files with 33 additions and 6 deletions

View File

@ -261,6 +261,7 @@ ul.tree span.a span.modified,
background-color: #aaa; background-color: #aaa;
color: #fff; color: #fff;
border-bottom: 2px #ccc solid; border-bottom: 2px #ccc solid;
padding: 0 3px;
} }
#treepanes table tbody tr { #treepanes table tbody tr {
@ -269,10 +270,10 @@ ul.tree span.a span.modified,
#treepanes table tbody td { #treepanes table tbody td {
font-size: 11px; font-size: 11px;
padding:0 2px; padding: 1px 3px;
} }
#treepanes table tbody tr.odd td { #treepanes table tbody tr.even td {
background-color: #EEE; background-color: #EEE;
} }
#treepanes table tbody tr.over td { #treepanes table tbody tr.over td {
@ -283,7 +284,6 @@ ul.tree span.a span.modified,
background-color: #BBBBFF; background-color: #BBBBFF;
} }
#treepanes #Versions tbody tr.internal { #treepanes #Versions tbody tr.internal {
color: #777; color: #777;
} }
@ -291,6 +291,10 @@ ul.tree span.a span.modified,
color: black; color: black;
} }
.SideReport_RecentlyEdited li a:hover {
background-color: #FFFFBB;
}
/** /**
* Change the styling of the root tree node * Change the styling of the root tree node
*/ */
@ -401,19 +405,43 @@ ul.tree li.untranslated a:visited {
margin: 0 3px 0 0; margin: 0 3px 0 0;
} }
#versions_actions {
float: left;
width: 100%;
border-bottom:1px solid #CCC;
}
#versions_actions .versionChoice { #versions_actions .versionChoice {
float: left; float: left;
display: block; display: block;
margin: 0 0 5px 0; margin: 0 0 5px 0;
} }
.versionChoice label {
display: block;
float: left;
margin-top: 3px;
_margin-top: 4px;
}
#versions_actions input, #Remember input { #versions_actions input, #Remember input {
float: left; float: left;
display: block; display: block;
padding-top: 2px;
margin: 0 3px 0 0; 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 * i18n

View File

@ -389,7 +389,6 @@ body.stillLoading select {
float: left; float: left;
} }
div.spacer, div.spacer,
li.spacer { li.spacer {
float: none; float: none;