c4dbaf74e8
We can't fix the width of the tab, because the length of the string 'Show editing tools' varies a LOT between langauges.
15 lines
369 B
CSS
15 lines
369 B
CSS
.mform .felement.feditor .toggle_editor_toolbar {
|
|
background: #EEEEEE;
|
|
border-color: #BBBBBB;
|
|
border-radius: 4px 4px 0 0;
|
|
border-style: solid solid none;
|
|
border-width: 1px 1px 0;
|
|
display: inline-block;
|
|
font-size: 0.7em;
|
|
padding: 3px 6px;
|
|
}
|
|
.mform .felement.feditor .mceStatusbar,
|
|
.mform .felement.feditor iframe {
|
|
min-width: 35em;
|
|
}
|