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
This commit is contained in:
James Kirkus-Lamont 2009-01-22 00:42:19 +00:00 committed by Sam Minnee
parent 5c1693c9a6
commit 5a2a262256

View File

@ -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;