From a317c50186750d7d46e3e135042ad860e7efc466 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Thu, 25 Sep 2008 14:17:14 +0000 Subject: [PATCH] BUGFIX decrease width of elements in image/flash/link panel on right-hand side to avoid close-button being shoved off to the void (#1669) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@63079 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/layout.css b/css/layout.css index 86c4b81f..3f68ff2a 100644 --- a/css/layout.css +++ b/css/layout.css @@ -437,7 +437,7 @@ iframe { } #contentPanel .thumbnailstrip { border: none; - width: 195px; + width: 180px; height: 120px; overflow-y: auto; }