mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
BUGFIX Fixed styling for caption checkbox field on the right hand image panel in CMSMain
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@69828 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
48ab578fcb
commit
1e4083c290
@ -440,6 +440,12 @@ iframe {
|
|||||||
height: 120px;
|
height: 120px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#Caption {
|
||||||
|
margin: 0;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
#contentPanel fieldset {
|
#contentPanel fieldset {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user