From 98b347276c2dc97c5004cb270dff732a35efd4b7 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Fri, 3 Oct 2008 04:50:13 +0000 Subject: [PATCH] MINOR: fixed formatting on no images found git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@63608 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/layout.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/layout.css b/css/layout.css index 3f68ff2a..f7a6ed79 100644 --- a/css/layout.css +++ b/css/layout.css @@ -447,6 +447,12 @@ iframe { #contentPanel h2 { margin: -5px -5px 0 -5px; } + #contentPanel #Image h2 { + margin: 0; + background: none; + color: #555; + height: auto; + } #contentPanel select { width: 186px; padding: 1px 0;