mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
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:
parent
c45d26df90
commit
5fd5e3ea25
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user