BUGFIX: cms ui form site tree input alignments

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@70389 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
James Kirkus-Lamont 2009-01-20 02:21:13 +00:00 committed by Sam Minnee
parent f64c1ec35b
commit 295c204585

View File

@ -389,6 +389,31 @@ ul.tree li.untranslated a:visited {
font-style: italic;
}
#SortItems {
border-top: 1px solid #cccccc;
padding: 5px 0 0 0;
overflow: hidden;
clear: left;
width: 100%;
}
#SortItems input, #ShowChanged input {
float: left;
margin: 0 3px 0 0;
}
#versions_actions .versionChoice {
float: left;
display: block;
margin: 0 0 5px 0;
}
#versions_actions input, #Remember input {
float: left;
display: block;
padding-top: 2px;
margin: 0 3px 0 0;
}
/**
* i18n
@ -405,15 +430,3 @@ ul.tree li.untranslated a:visited {
#LangSelector_holder.onelang {
display: none;
}
#SortItems {
border-top: 1px solid #cccccc;
padding: 5px 0 0 0;
overflow: hidden;
clear: left;
width: 100%;
}
#SortItems input, #ShowChanged input {
float: left;
margin: 0 3px 0 0;
}