2010-06-14 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #14723: htmlArea RTE: JS errors block RTE usage in IE6 and IE7 (Thanks to Jo Hasenau)
+ * Follow-up to bug #14360: htmlArea RTE: Toolbar and context menu styling needs adjustments
2010-06-14 Peter Niederlag <netservice@niekom.de>
2010-06-14 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #14723: htmlArea RTE: JS errors block RTE usage in IE6 and IE7 (Thanks to Jo Hasenau)
+ * Follow-up to bug #14360: htmlArea RTE: Toolbar and context menu styling needs adjustments
2010-06-10 Stanislas Rolland <typo3@sjbr.ca>
if (label && this.helpIcon && !Ext.isIE) {
var helpImage = label.insertFirst({
tag: 'img',
- src: HTMLArea.editorSkin + 'images/helpbubble.gif',
+ src: HTMLArea.editorSkin + 'images/system-help-open.png',
style: 'vertical-align: middle; padding-right: 2px;'
});
if (this.helpDisplay == 'image' || this.helpDisplay == 'both'){
color: #7F8083;
}
.editorWrap {
- margin:0;padding:0;
+ margin: 0;
+ margin-top: 2px;
+ padding: 0;
}
.editorWrap textarea {
border: 1px solid #A2AAB8;
}
.htmlarea .toolbar .separator {
border:1px solid #999;
- width:7px;height:23px;
- float:left;
+ width: 7px;
+ height: 23px;
+ margin-bottom: 1px;
+ float: left;
}
.htmlarea .toolbar .space {
height:22px;
float:left;
}
.htmlarea .toolbar .select {
- font:10px Tahoma,Verdana,sans-serif;
- height:18px;
- border:1px solid #A2AAB8;
+ color: WindowText;
+ height: 18px;
margin: 0 0 4px 0;
- padding: 1px;
+}
+.htmlarea .toolbar .x-form-item label.x-form-item-label{
+ padding-right: 0;
+}
+.htmlarea .toolbar .x-form-field-wrap .x-form-trigger {
+ right: 0;
}
.htmlarea .toolbar .select, .htmlarea .toolbar .select:hover, .htmlarea .toolbar .select:active {
background-color:#fff;color:ButtonText;
color: #7F8083;
}
.editorWrap {
- margin:0;padding:0;
+ margin: 0;
+ margin-top: 2px;
+ padding: 0;
}
.editorWrap textarea {
border: 1px solid #A2AAB8;
width: 7px;
height: 23px;
border: 1px solid #EFEFF4;
+ margin-bottom: 1px;
float: left;
}
.htmlarea .toolbar .space {
float:left;
}
.htmlarea .toolbar .select {
- color:WindowText;
- font-size:10px;
- font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
- height:18px;
- border:1px solid #A2AAB8;
+ color: WindowText;
+ height: 18px;
margin: 0 0 4px 0;
- padding: 1px;
+}
+.htmlarea .toolbar .x-form-item label.x-form-item-label{
+ padding-right: 0;
+}
+.htmlarea .toolbar .x-form-field-wrap .x-form-trigger {
+ right: 0;
}
.htmlarea .toolbar .select, .htmlarea .toolbar .select:hover, .htmlarea .toolbar .select:active {
background-color:Window;