mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
MDL-42102 TinyMCE: Fixing dropdown positioning
This commit is contained in:
parent
cda49969c3
commit
4c86dd513a
1 changed files with 3 additions and 2 deletions
|
@ -28,7 +28,8 @@
|
|||
.moodleSkin .mceToolbar .mceListBox td { border: none; border-radius: 0; }
|
||||
.moodleSkin .mceToolbar .mceListBox td a { border: none; border-radius: 0; }
|
||||
.moodleSkin .mceToolbar .mceToolbarEndPlaceholder { display: none; }
|
||||
.moodleSkin .mceToolbar .mceToolbarEnd { background: transparent; border: 0;}
|
||||
.moodleSkin .mceToolbar .mceToolbarEnd { background: transparent; border: 0; }
|
||||
.moodleSkin.mceListBoxMenu { margin-left: -4px; margin-top: 2px; }
|
||||
|
||||
.dir-rtl .moodleSkin table {background:transparent; border-spacing: 0; }
|
||||
.dir-rtl .moodleSkin iframe {display:block;}
|
||||
|
@ -258,7 +259,7 @@
|
|||
.moodleSkin span.mce_backward {background:url(img/backward.png) center center no-repeat;}
|
||||
.moodleSkin span.mce_forward {background:url(img/forward.png) center center no-repeat;}
|
||||
|
||||
.moodleSkin span.mce_forecolorpicker {background: #300 url(img/text_color.png) center center no-repeat;}
|
||||
.moodleSkin span.mce_forecolorpicker {background:url(img/text_color.png) center center no-repeat;}
|
||||
.moodleSkin span.mce_backcolorpicker {background:url(img/text_highlight.png) center center no-repeat;}
|
||||
.moodleSkin .mce_forecolor span.mceAction {background:url(img/text_color.png) center center no-repeat;}
|
||||
.moodleSkin .mce_backcolor span.mceAction {background:url(img/text_highlight.png) center center no-repeat;}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue