Bug #22630 » rtehtmlarea_bugfix_14360_trunk_follow_up_3.patch
typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js (copie de travail) | ||
---|---|---|
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'){
|
typo3/sysext/rtehtmlarea/htmlarea/skins/default/htmlarea.css (copie de travail) | ||
---|---|---|
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;
|
||
}
|
typo3/sysext/t3skin/rtehtmlarea/htmlarea.css (copie de travail) | ||
---|---|---|
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;
|
||
}
|
- « Previous
- 1
- 2
- 3
- 4
- Next »