mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
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:
parent
43fa438351
commit
da9539d48e
@ -425,15 +425,17 @@ iframe {
|
|||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
#contentPanel div.TreeDropdownField span.items {
|
#contentPanel div.TreeDropdownField span.items {
|
||||||
width: 162px;
|
width: 165px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
border:1px solid #A7A7A7;
|
border:1px solid #A7A7A7;
|
||||||
border-right: none;
|
border-right: none;
|
||||||
}
|
}
|
||||||
#contentPanel .thumbnailstrip {
|
#contentPanel .thumbnailstrip {
|
||||||
width: 195px;
|
|
||||||
border: none;
|
border: none;
|
||||||
|
width: 195px;
|
||||||
|
height: 120px;
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
#contentPanel fieldset {
|
#contentPanel fieldset {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
Loading…
Reference in New Issue
Block a user