From 5a2a262256fb8056f495f59c3158a96bf53b0d79 Mon Sep 17 00:00:00 2001 From: James Kirkus-Lamont Date: Thu, 22 Jan 2009 00:42:19 +0000 Subject: [PATCH] BUGFIX: cms ui fix files & images table styling git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@70602 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/cms_right.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/cms_right.css b/css/cms_right.css index ccf4771c..22a795a8 100644 --- a/css/cms_right.css +++ b/css/cms_right.css @@ -331,11 +331,11 @@ /* Filter box (for search/filter box above a table on Asset/MemberTableField) */ div.filterBox { - width: 33em; + width: inherit; margin: 5px 0; padding: 5px; - background: #ebeadb; - border: 1px solid #aca899; + background: #EEE; + border: 1px solid #BBB; } div.filterBox .middleColumn { background: none !important;