From 5fd5e3ea2593b874e54cc0f6c621b0ba1ee5ede6 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sat, 15 Sep 2007 01:02:11 +0000 Subject: [PATCH] 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 --- css/cms_right.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/cms_right.css b/css/cms_right.css index 783f5db5..623b9b5a 100644 --- a/css/cms_right.css +++ b/css/cms_right.css @@ -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 {