mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
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:
parent
3332ba3e42
commit
a317c50186
@ -437,7 +437,7 @@ iframe {
|
|||||||
}
|
}
|
||||||
#contentPanel .thumbnailstrip {
|
#contentPanel .thumbnailstrip {
|
||||||
border: none;
|
border: none;
|
||||||
width: 195px;
|
width: 180px;
|
||||||
height: 120px;
|
height: 120px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user