Added scrollbar to images on right panel - checked in IE6/7 Safari and Firefox

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44486 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2007-11-07 23:41:40 +00:00
parent 43fa438351
commit da9539d48e

View File

@ -425,15 +425,17 @@ iframe {
margin-left: 0;
}
#contentPanel div.TreeDropdownField span.items {
width: 162px;
width: 165px;
background: #fff;
font-size: 12px;
border:1px solid #A7A7A7;
border-right: none;
}
#contentPanel .thumbnailstrip {
width: 195px;
border: none;
width: 195px;
height: 120px;
overflow-y: auto;
}
#contentPanel fieldset {
padding: 5px;