elofgren: USABILITY: Move 'RHS Action Parameters boxes' from top right to bottom right so they are next to the action buttons. Add padding to TreeDropdownField? to prevent horizontal page scrolling when a files are moved in /admin/assets/

(merged from branches/gsoc)


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41867 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2007-09-15 01:02:11 +00:00
parent c45d26df90
commit 5fd5e3ea25
1 changed files with 4 additions and 4 deletions

View File

@ -465,12 +465,11 @@ border : 1px solid #808080;
* RHS Action Parameters boxes
*/
#right form.actionparams {
border-bottom: 1px #777 solid;
border-left: 1px #777 solid;
border: 1px #777 solid;
background-color: #CCC;
position: absolute;
top: 23px;
right: 0px;
bottom: 32px;
right: 11px;
width: 300px;
z-index: 200;
@ -520,6 +519,7 @@ border : 1px solid #808080;
#right form.actionparams div.TreeDropdownField {
width: 220px;
padding-bottom: 150px;
}
#right form.actionparams div.TreeDropdownField span.items {