mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 09:05:53 +00:00
Consistent background of width, height and labels same as left hand side content area
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44459 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
d0b61fc545
commit
eeef71981d
@ -96,26 +96,6 @@
|
||||
/*font-size: 11px;*/
|
||||
width: 96%;
|
||||
}
|
||||
#Form_EditorToolbarImageForm fieldset label.left,
|
||||
#Form_EditorToolbarFlashForm fieldset label.left,
|
||||
#Form_EditorToolbarLinkForm fieldset label.left {
|
||||
float:left;
|
||||
margin-left:0px;
|
||||
color: #000;
|
||||
line-height: 18px;
|
||||
font-size: 12px;
|
||||
width:120px;
|
||||
}
|
||||
#Form_EditorToolbarImageForm fieldset span,
|
||||
#Form_EditorToolbarFlashForm fieldset span,
|
||||
#Form_EditorToolbarLinkForm fieldset span {
|
||||
float: left;
|
||||
}
|
||||
#Form_EditorToolbarLinkForm fieldset li span,
|
||||
#Form_EditorToolbarFlashForm fieldset li span,
|
||||
#Form_EditorToolbarImageForm fieldset li span {
|
||||
float: none;
|
||||
}
|
||||
#right .TreeDropdownField {
|
||||
width: 27.7em;
|
||||
background: #fff;
|
||||
|
@ -481,9 +481,9 @@ iframe {
|
||||
#Form_EditorToolbarLinkForm fieldset label.left {
|
||||
float:left;
|
||||
margin-left:0px;
|
||||
color: #000;
|
||||
color: #666;
|
||||
line-height: 18px;
|
||||
font-size: 12px;
|
||||
font-size: 11px;
|
||||
width:120px;
|
||||
}
|
||||
#Form_EditorToolbarImageForm fieldset span,
|
||||
@ -496,6 +496,14 @@ iframe {
|
||||
#Form_EditorToolbarImageForm fieldset li span {
|
||||
float: none;
|
||||
}
|
||||
|
||||
#Form_EditorToolbarImageForm_Width,
|
||||
#Form_EditorToolbarImageForm_Height,
|
||||
#Form_EditorToolbarFlashForm_Width,
|
||||
#Form_EditorToolbarFlashForm_Height {
|
||||
outline: 3px solid #E9E9E9;
|
||||
}
|
||||
|
||||
#Form_EditorToolbarImageForm #Image img {
|
||||
border: 2px solid #e4e3e3;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user