From 43fa4383514b3f8feb2ef766268e33fe3de8aab8 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Wed, 7 Nov 2007 22:59:28 +0000 Subject: [PATCH] more fixs to that menu git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44485 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/layout.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/layout.css b/css/layout.css index 96636f7d..e1750608 100644 --- a/css/layout.css +++ b/css/layout.css @@ -432,7 +432,7 @@ iframe { border-right: none; } #contentPanel .thumbnailstrip { - width: 184px; + width: 195px; border: none; } #contentPanel fieldset { @@ -509,6 +509,9 @@ iframe { } #contentPanel div.Actions { margin: 2px 0 0 5px; +} +#contentPanel #Image a.selectedImage img { + border: 2px solid #222; } /* going to use this */ #BlankImage {