mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
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:
parent
f64c1ec35b
commit
295c204585
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user