diff --git a/css/cms_right.css b/css/cms_right.css index 4b6f973f..230d3406 100644 --- a/css/cms_right.css +++ b/css/cms_right.css @@ -390,28 +390,19 @@ div.filterBox { font-size: 12px; } - div.filterBox div.field { + .right div.filterBox div.field { margin-left: 0 !important; padding: 0; font-size: 12px; display: inline; } - div.filterBox input, - div.filterBox select { + .right div.filterBox input, + .right div.filterBox select { width: auto; } -/* Makes room for AJAX Action buttons */ -#right { - padding-bottom: 20px; - overflow: hidden; - /* HACK: any IE */ - padding-bottom: expression('35px'); -} - - /** * i18n */ diff --git a/css/layout.css b/css/layout.css index 1082ea00..1332ba33 100644 --- a/css/layout.css +++ b/css/layout.css @@ -113,9 +113,6 @@ body { /** * Actions/Buttons */ -.ajaxActions { - text-align: right; -} #TreeActions { float: left; @@ -130,24 +127,6 @@ body { color: #aaa; } -.ajaxActions input, -.actions input, -button.action, -div.Actions input, -input.action, -li.action input, -li.action button { - cursor: pointer; - background-image: url(../images/textures/ToolBar.png); - color: #333; - overflow: visible; - width: auto; - border-color: #CCCCCC rgb(153, 153, 153) rgb(153, 153, 153) rgb(204, 204, 204); - border-style: double; - margin-right: 2px; - padding: 2px 1px; - font-size: 11px; -} .ajaxActions input, #TreeActions li.action input { float: left; @@ -163,26 +142,11 @@ li.action button { border-color: #999999 rgb(204, 204, 204) rgb(204, 204, 204) rgb(153, 153, 153); } - .ajaxActions input:hover, - div.Actions input:hover, - input.action:hover, - button.action:hover, - li.action input:hover, - li.action button:hover, - li.selected input, - li.selected button { - background: #fff; - } - .ajaxActions input.disabled, input.disabled { color: #666; } - input.disabled:hover { - background-image: url(../images/textures/ToolBar.png); - } - input.action.loading, input.action.loading:hover { padding-left: 22px; background: url(../images/network-save.gif) 3px 2px no-repeat;