mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
MINOR: tinymce toolbar improvements. Fixed gradient image and border issue
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@70662 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
c33d56a7b7
commit
64956adc07
@ -136,21 +136,36 @@
|
||||
.right form textarea {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.right form .mceEditor select.mceNativeListBox {
|
||||
background: #fff;
|
||||
padding-top: 2px;
|
||||
width: 95px; /* Added width to stop sizes jumping and text wrapping */
|
||||
font-size: 11px;
|
||||
}
|
||||
.right form .mceEditor select.mceNativeListBox option {
|
||||
padding: 0 2px 0 2px;
|
||||
font-size: 11px;
|
||||
}
|
||||
.right form .mceEditor .mceFirst {
|
||||
background:url(../images/textures/mce_editor.gif) repeat-x bottom;
|
||||
background: #f4f4f4;
|
||||
}
|
||||
.right form .mceEditor .mceToolbar table {
|
||||
background: transparent;
|
||||
}
|
||||
.right form .mceEditor .mceButton {
|
||||
border: none;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.right form .mceEditor select.mceNativeListBox {
|
||||
background: #fff;
|
||||
}
|
||||
.right form .mceEditor .mceFirst {
|
||||
background:url(../images/textures/mce_editor.gif) repeat-x bottom;
|
||||
}
|
||||
.right form .mceEditor .mceToolbar table {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.right form .mceEditor select.mceNativeListBox {
|
||||
background: #fff;
|
||||
}
|
||||
@ -161,7 +176,6 @@
|
||||
background: transparent;
|
||||
}
|
||||
.right form .mceEditor .mceButton {
|
||||
border: none;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
|
BIN
images/textures/mce_editor.gif
Normal file
BIN
images/textures/mce_editor.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 115 B |
Loading…
x
Reference in New Issue
Block a user