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;
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

View File

@ -388,7 +388,6 @@ body.stillLoading select {
padding: 2px 1px;
float: left;
}
div.spacer,
li.spacer {