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
This commit is contained in:
Ingo Schommer 2008-09-25 14:17:14 +00:00
parent 3332ba3e42
commit a317c50186

View File

@ -437,7 +437,7 @@ iframe {
}
#contentPanel .thumbnailstrip {
border: none;
width: 195px;
width: 180px;
height: 120px;
overflow-y: auto;
}