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:
Will Rossiter 2009-01-23 01:51:47 +00:00 committed by Sam Minnee
parent c33d56a7b7
commit 64956adc07
2 changed files with 19 additions and 5 deletions

View File

@ -136,6 +136,25 @@
.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: #f4f4f4;
}
.right form .mceEditor .mceToolbar table {
background: transparent;
}
.right form .mceEditor .mceButton {
padding: 1px;
}
.right form .mceEditor select.mceNativeListBox {
background: #fff;
@ -146,10 +165,6 @@
.right form .mceEditor .mceToolbar table {
background: transparent;
}
.right form .mceEditor .mceButton {
border: none;
padding: 1px;
}
.right form .mceEditor select.mceNativeListBox {
background: #fff;
@ -161,7 +176,6 @@
background: transparent;
}
.right form .mceEditor .mceButton {
border: none;
padding: 1px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 B