Dotclear


Ignore:
Timestamp:
02/17/15 10:21:10 (11 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
default
Message:

Update CKEditor to last published release
Fixes #2039

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/dcCKEditor/js/ckeditor/skins/moono/editor_ie7.css

    r2741 r2962  
    11/* 
    2 Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 
     2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 
    33For licensing, see LICENSE.md or http://ckeditor.com/license 
    44*/ 
     
    4949     font: normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif; 
    5050     color: #000; 
    51     text-align: left; 
     51     text-align: left; 
    5252     white-space: nowrap; 
    5353     cursor: auto; 
     54     float: none; 
    5455} 
    5556.cke_reset_all .cke_rtl * 
     
    8182     border: 2px groove #E0DFE3; 
    8283} 
    83 .cke_reset_all select { 
     84.cke_reset_all select 
     85{ 
    8486     box-sizing: border-box; 
    8587     -moz-box-sizing: border-box; 
    8688     -webkit-box-sizing: border-box; 
     89} 
     90.cke_reset_all table 
     91{ 
     92     table-layout: auto; 
    8793} 
    8894.cke_chrome 
     
    318324.cke_panel_grouptitle 
    319325{ 
     326     cursor: default; 
    320327     font-size: 11px; 
    321328     font-weight: bold; 
     
    448455     margin-bottom: 10px; 
    449456} 
    450 .cke_rtl .cke_toolgroup *:first-child 
    451 { 
    452      -moz-border-radius: 0 2px 2px 0; 
    453      -webkit-border-radius: 0 2px 2px 0; 
    454      border-radius: 0 2px 2px 0; 
    455 } 
    456 .cke_rtl .cke_toolgroup *:last-child 
    457 { 
    458      -moz-border-radius: 2px 0 0 2px; 
    459      -webkit-border-radius: 2px 0 0 2px; 
    460      border-radius: 2px 0 0 2px; 
    461 } 
    462457.cke_rtl .cke_toolgroup 
    463458{ 
     
    475470     float: left; 
    476471     border: 0; 
     472} 
     473.cke_ltr .cke_button:last-child, 
     474.cke_rtl .cke_button:first-child 
     475{ 
     476          -moz-border-radius: 0 2px 2px 0; 
     477     -webkit-border-radius: 0 2px 2px 0; 
     478     border-radius: 0 2px 2px 0; 
     479} 
     480.cke_ltr .cke_button:first-child, 
     481.cke_rtl .cke_button:last-child 
     482{ 
     483          -moz-border-radius: 2px 0 0 2px; 
     484     -webkit-border-radius: 2px 0 0 2px; 
     485     border-radius: 2px 0 0 2px; 
    477486} 
    478487.cke_rtl .cke_button 
     
    864873.cke_combo_button 
    865874{ 
     875     cursor: default; 
    866876     display: inline-block; 
    867877     float: left; 
     
    979989.cke_combo_arrow 
    980990{ 
     991     cursor: default; 
    981992     margin: 11px 0 0; 
    982993     float: left; 
     
    10911102.cke_button__superscript_icon {background: url(icons.png) no-repeat 0 -120px !important;} 
    10921103.cke_button__underline_icon {background: url(icons.png) no-repeat 0 -144px !important;} 
    1093 .cke_button__bidiltr_icon {background: url(icons.png) no-repeat 0 -168px !important;} 
    1094 .cke_button__bidirtl_icon {background: url(icons.png) no-repeat 0 -192px !important;} 
    1095 .cke_button__blockquote_icon {background: url(icons.png) no-repeat 0 -216px !important;} 
    1096 .cke_rtl .cke_button__copy_icon, .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -240px !important;} 
    1097 .cke_ltr .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -264px !important;} 
    1098 .cke_rtl .cke_button__cut_icon, .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -288px !important;} 
    1099 .cke_ltr .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -312px !important;} 
    1100 .cke_rtl .cke_button__paste_icon, .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -336px !important;} 
    1101 .cke_ltr .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -360px !important;} 
    1102 .cke_button__bgcolor_icon {background: url(icons.png) no-repeat 0 -384px !important;} 
    1103 .cke_button__textcolor_icon {background: url(icons.png) no-repeat 0 -408px !important;} 
    1104 .cke_button__creatediv_icon {background: url(icons.png) no-repeat 0 -432px !important;} 
    1105 .cke_rtl .cke_button__docprops_icon, .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon {background: url(icons.png) no-repeat 0 -456px !important;} 
    1106 .cke_ltr .cke_button__docprops_icon {background: url(icons.png) no-repeat 0 -480px !important;} 
    1107 .cke_rtl .cke_button__find_icon, .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {background: url(icons.png) no-repeat 0 -504px !important;} 
    1108 .cke_ltr .cke_button__find_icon {background: url(icons.png) no-repeat 0 -528px !important;} 
    1109 .cke_button__replace_icon {background: url(icons.png) no-repeat 0 -552px !important;} 
    1110 .cke_button__flash_icon {background: url(icons.png) no-repeat 0 -576px !important;} 
    1111 .cke_button__button_icon {background: url(icons.png) no-repeat 0 -600px !important;} 
    1112 .cke_button__checkbox_icon {background: url(icons.png) no-repeat 0 -624px !important;} 
    1113 .cke_button__form_icon {background: url(icons.png) no-repeat 0 -648px !important;} 
    1114 .cke_button__hiddenfield_icon {background: url(icons.png) no-repeat 0 -672px !important;} 
    1115 .cke_button__imagebutton_icon {background: url(icons.png) no-repeat 0 -696px !important;} 
    1116 .cke_button__radio_icon {background: url(icons.png) no-repeat 0 -720px !important;} 
    1117 .cke_rtl .cke_button__select_icon, .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {background: url(icons.png) no-repeat 0 -744px !important;} 
    1118 .cke_ltr .cke_button__select_icon {background: url(icons.png) no-repeat 0 -768px !important;} 
    1119 .cke_rtl .cke_button__textarea_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {background: url(icons.png) no-repeat 0 -792px !important;} 
    1120 .cke_ltr .cke_button__textarea_icon {background: url(icons.png) no-repeat 0 -816px !important;} 
    1121 .cke_rtl .cke_button__textfield_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {background: url(icons.png) no-repeat 0 -840px !important;} 
    1122 .cke_ltr .cke_button__textfield_icon {background: url(icons.png) no-repeat 0 -864px !important;} 
    1123 .cke_button__horizontalrule_icon {background: url(icons.png) no-repeat 0 -888px !important;} 
    1124 .cke_button__iframe_icon {background: url(icons.png) no-repeat 0 -912px !important;} 
    1125 .cke_button__image_icon {background: url(icons.png) no-repeat 0 -936px !important;} 
    1126 .cke_button__image2_icon {background: url(icons.png) no-repeat 0 -960px !important;} 
    1127 .cke_rtl .cke_button__indent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -984px !important;} 
    1128 .cke_ltr .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -1008px !important;} 
    1129 .cke_rtl .cke_button__outdent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -1032px !important;} 
    1130 .cke_ltr .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -1056px !important;} 
    1131 .cke_button__justifyblock_icon {background: url(icons.png) no-repeat 0 -1080px !important;} 
    1132 .cke_button__justifycenter_icon {background: url(icons.png) no-repeat 0 -1104px !important;} 
    1133 .cke_button__justifyleft_icon {background: url(icons.png) no-repeat 0 -1128px !important;} 
    1134 .cke_button__justifyright_icon {background: url(icons.png) no-repeat 0 -1152px !important;} 
    1135 .cke_button__language_icon {background: url(icons.png) no-repeat 0 -1176px !important;} 
    1136 .cke_rtl .cke_button__anchor_icon, .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -1200px !important;} 
    1137 .cke_ltr .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -1224px !important;} 
    1138 .cke_button__link_icon {background: url(icons.png) no-repeat 0 -1248px !important;} 
    1139 .cke_button__unlink_icon {background: url(icons.png) no-repeat 0 -1272px !important;} 
    1140 .cke_rtl .cke_button__bulletedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -1296px !important;} 
    1141 .cke_ltr .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -1320px !important;} 
    1142 .cke_rtl .cke_button__numberedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -1344px !important;} 
    1143 .cke_ltr .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -1368px !important;} 
    1144 .cke_button__mathjax_icon {background: url(icons.png) no-repeat 0 -1392px !important;} 
    1145 .cke_button__maximize_icon {background: url(icons.png) no-repeat 0 -1416px !important;} 
    1146 .cke_rtl .cke_button__newpage_icon, .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {background: url(icons.png) no-repeat 0 -1440px !important;} 
    1147 .cke_ltr .cke_button__newpage_icon {background: url(icons.png) no-repeat 0 -1464px !important;} 
    1148 .cke_rtl .cke_button__pagebreak_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {background: url(icons.png) no-repeat 0 -1488px !important;} 
    1149 .cke_ltr .cke_button__pagebreak_icon {background: url(icons.png) no-repeat 0 -1512px !important;} 
    1150 .cke_rtl .cke_button__pastefromword_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -1536px !important;} 
    1151 .cke_ltr .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -1560px !important;} 
    1152 .cke_rtl .cke_button__pastetext_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -1584px !important;} 
    1153 .cke_ltr .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -1608px !important;} 
    1154 .cke_button__placeholder_icon {background: url(icons.png) no-repeat 0 -1632px !important;} 
    1155 .cke_rtl .cke_button__preview_icon, .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {background: url(icons.png) no-repeat 0 -1656px !important;} 
    1156 .cke_ltr .cke_button__preview_icon {background: url(icons.png) no-repeat 0 -1680px !important;} 
    1157 .cke_button__print_icon {background: url(icons.png) no-repeat 0 -1704px !important;} 
    1158 .cke_button__removeformat_icon {background: url(icons.png) no-repeat 0 -1728px !important;} 
    1159 .cke_button__save_icon {background: url(icons.png) no-repeat 0 -1752px !important;} 
    1160 .cke_button__selectall_icon {background: url(icons.png) no-repeat 0 -1776px !important;} 
    1161 .cke_rtl .cke_button__showblocks_icon, .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {background: url(icons.png) no-repeat 0 -1800px !important;} 
    1162 .cke_ltr .cke_button__showblocks_icon {background: url(icons.png) no-repeat 0 -1824px !important;} 
    1163 .cke_button__smiley_icon {background: url(icons.png) no-repeat 0 -1848px !important;} 
    1164 .cke_rtl .cke_button__source_icon, .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {background: url(icons.png) no-repeat 0 -1872px !important;} 
    1165 .cke_ltr .cke_button__source_icon {background: url(icons.png) no-repeat 0 -1896px !important;} 
    1166 .cke_rtl .cke_button__sourcedialog_icon, .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon {background: url(icons.png) no-repeat 0 -1920px !important;} 
    1167 .cke_ltr .cke_button__sourcedialog_icon {background: url(icons.png) no-repeat 0 -1944px !important;} 
    1168 .cke_button__specialchar_icon {background: url(icons.png) no-repeat 0 -1968px !important;} 
    1169 .cke_button__table_icon {background: url(icons.png) no-repeat 0 -1992px !important;} 
    1170 .cke_rtl .cke_button__templates_icon, .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -2016px !important;} 
    1171 .cke_ltr .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -2040px !important;} 
    1172 .cke_button__uicolor_icon {background: url(icons.png) no-repeat 0 -2064px !important;} 
    1173 .cke_rtl .cke_button__redo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -2088px !important;} 
    1174 .cke_ltr .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -2112px !important;} 
    1175 .cke_rtl .cke_button__undo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -2136px !important;} 
    1176 .cke_ltr .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -2160px !important;} 
     1104.cke_button__blockquote_icon {background: url(icons.png) no-repeat 0 -168px !important;} 
     1105.cke_rtl .cke_button__copy_icon, .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -192px !important;} 
     1106.cke_ltr .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -216px !important;} 
     1107.cke_rtl .cke_button__cut_icon, .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -240px !important;} 
     1108.cke_ltr .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -264px !important;} 
     1109.cke_rtl .cke_button__paste_icon, .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -288px !important;} 
     1110.cke_ltr .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -312px !important;} 
     1111.cke_button__bgcolor_icon {background: url(icons.png) no-repeat 0 -336px !important;} 
     1112.cke_button__textcolor_icon {background: url(icons.png) no-repeat 0 -360px !important;} 
     1113.cke_button__creatediv_icon {background: url(icons.png) no-repeat 0 -384px !important;} 
     1114.cke_button__horizontalrule_icon {background: url(icons.png) no-repeat 0 -408px !important;} 
     1115.cke_button__image_icon {background: url(icons.png) no-repeat 0 -432px !important;} 
     1116.cke_rtl .cke_button__indent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -456px !important;} 
     1117.cke_ltr .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -480px !important;} 
     1118.cke_rtl .cke_button__outdent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -504px !important;} 
     1119.cke_ltr .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -528px !important;} 
     1120.cke_button__justifyblock_icon {background: url(icons.png) no-repeat 0 -552px !important;} 
     1121.cke_button__justifycenter_icon {background: url(icons.png) no-repeat 0 -576px !important;} 
     1122.cke_button__justifyleft_icon {background: url(icons.png) no-repeat 0 -600px !important;} 
     1123.cke_button__justifyright_icon {background: url(icons.png) no-repeat 0 -624px !important;} 
     1124.cke_rtl .cke_button__anchor_icon, .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -648px !important;} 
     1125.cke_ltr .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -672px !important;} 
     1126.cke_button__link_icon {background: url(icons.png) no-repeat 0 -696px !important;} 
     1127.cke_button__unlink_icon {background: url(icons.png) no-repeat 0 -720px !important;} 
     1128.cke_rtl .cke_button__bulletedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -744px !important;} 
     1129.cke_ltr .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -768px !important;} 
     1130.cke_rtl .cke_button__numberedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -792px !important;} 
     1131.cke_ltr .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -816px !important;} 
     1132.cke_button__maximize_icon {background: url(icons.png) no-repeat 0 -840px !important;} 
     1133.cke_rtl .cke_button__pastefromword_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -864px !important;} 
     1134.cke_ltr .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -888px !important;} 
     1135.cke_rtl .cke_button__pastetext_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -912px !important;} 
     1136.cke_ltr .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -936px !important;} 
     1137.cke_button__print_icon {background: url(icons.png) no-repeat 0 -960px !important;} 
     1138.cke_button__removeformat_icon {background: url(icons.png) no-repeat 0 -984px !important;} 
     1139.cke_rtl .cke_button__source_icon, .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {background: url(icons.png) no-repeat 0 -1008px !important;} 
     1140.cke_ltr .cke_button__source_icon {background: url(icons.png) no-repeat 0 -1032px !important;} 
     1141.cke_button__specialchar_icon {background: url(icons.png) no-repeat 0 -1056px !important;} 
     1142.cke_button__table_icon {background: url(icons.png) no-repeat 0 -1080px !important;} 
     1143.cke_rtl .cke_button__templates_icon, .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -1104px !important;} 
     1144.cke_ltr .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -1128px !important;} 
     1145.cke_rtl .cke_button__redo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -1152px !important;} 
     1146.cke_ltr .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -1176px !important;} 
     1147.cke_rtl .cke_button__undo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -1200px !important;} 
     1148.cke_ltr .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -1224px !important;} 
    11771149.cke_hidpi .cke_button__about_icon {background: url(icons_hidpi.png) no-repeat 0 -0px !important;background-size: 16px !important;} 
    11781150.cke_hidpi .cke_button__bold_icon {background: url(icons_hidpi.png) no-repeat 0 -24px !important;background-size: 16px !important;} 
     
    11821154.cke_hidpi .cke_button__superscript_icon {background: url(icons_hidpi.png) no-repeat 0 -120px !important;background-size: 16px !important;} 
    11831155.cke_hidpi .cke_button__underline_icon {background: url(icons_hidpi.png) no-repeat 0 -144px !important;background-size: 16px !important;} 
    1184 .cke_hidpi .cke_button__bidiltr_icon {background: url(icons_hidpi.png) no-repeat 0 -168px !important;background-size: 16px !important;} 
    1185 .cke_hidpi .cke_button__bidirtl_icon {background: url(icons_hidpi.png) no-repeat 0 -192px !important;background-size: 16px !important;} 
    1186 .cke_hidpi .cke_button__blockquote_icon {background: url(icons_hidpi.png) no-repeat 0 -216px !important;background-size: 16px !important;} 
    1187 .cke_rtl.cke_hidpi .cke_button__copy_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -240px !important;background-size: 16px !important;} 
     1156.cke_hidpi .cke_button__blockquote_icon {background: url(icons_hidpi.png) no-repeat 0 -168px !important;background-size: 16px !important;} 
     1157.cke_rtl.cke_hidpi .cke_button__copy_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -192px !important;background-size: 16px !important;} 
    11881158.cke_hidpi .cke_ltr .cke_button__copy_icon, 
    1189 .cke_ltr.cke_hidpi .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -264px !important;background-size: 16px !important;} 
    1190 .cke_rtl.cke_hidpi .cke_button__cut_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -288px !important;background-size: 16px !important;} 
     1159.cke_ltr.cke_hidpi .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -216px !important;background-size: 16px !important;} 
     1160.cke_rtl.cke_hidpi .cke_button__cut_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -240px !important;background-size: 16px !important;} 
    11911161.cke_hidpi .cke_ltr .cke_button__cut_icon, 
    1192 .cke_ltr.cke_hidpi .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -312px !important;background-size: 16px !important;} 
    1193 .cke_rtl.cke_hidpi .cke_button__paste_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -336px !important;background-size: 16px !important;} 
     1162.cke_ltr.cke_hidpi .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -264px !important;background-size: 16px !important;} 
     1163.cke_rtl.cke_hidpi .cke_button__paste_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -288px !important;background-size: 16px !important;} 
    11941164.cke_hidpi .cke_ltr .cke_button__paste_icon, 
    1195 .cke_ltr.cke_hidpi .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -360px !important;background-size: 16px !important;} 
    1196 .cke_hidpi .cke_button__bgcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -384px !important;background-size: 16px !important;} 
    1197 .cke_hidpi .cke_button__textcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -408px !important;background-size: 16px !important;} 
    1198 .cke_hidpi .cke_button__creatediv_icon {background: url(icons_hidpi.png) no-repeat 0 -432px !important;background-size: 16px !important;} 
    1199 .cke_rtl.cke_hidpi .cke_button__docprops_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon {background: url(icons_hidpi.png) no-repeat 0 -456px !important;background-size: 16px !important;} 
    1200 .cke_hidpi .cke_ltr .cke_button__docprops_icon, 
    1201 .cke_ltr.cke_hidpi .cke_button__docprops_icon {background: url(icons_hidpi.png) no-repeat 0 -480px !important;background-size: 16px !important;} 
    1202 .cke_rtl.cke_hidpi .cke_button__find_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {background: url(icons_hidpi.png) no-repeat 0 -504px !important;background-size: 16px !important;} 
    1203 .cke_hidpi .cke_ltr .cke_button__find_icon, 
    1204 .cke_ltr.cke_hidpi .cke_button__find_icon {background: url(icons_hidpi.png) no-repeat 0 -528px !important;background-size: 16px !important;} 
    1205 .cke_hidpi .cke_button__replace_icon {background: url(icons_hidpi.png) no-repeat 0 -552px !important;background-size: 16px !important;} 
    1206 .cke_hidpi .cke_button__flash_icon {background: url(icons_hidpi.png) no-repeat 0 -576px !important;background-size: 16px !important;} 
    1207 .cke_hidpi .cke_button__button_icon {background: url(icons_hidpi.png) no-repeat 0 -600px !important;background-size: 16px !important;} 
    1208 .cke_hidpi .cke_button__checkbox_icon {background: url(icons_hidpi.png) no-repeat 0 -624px !important;background-size: 16px !important;} 
    1209 .cke_hidpi .cke_button__form_icon {background: url(icons_hidpi.png) no-repeat 0 -648px !important;background-size: 16px !important;} 
    1210 .cke_hidpi .cke_button__hiddenfield_icon {background: url(icons_hidpi.png) no-repeat 0 -672px !important;background-size: 16px !important;} 
    1211 .cke_hidpi .cke_button__imagebutton_icon {background: url(icons_hidpi.png) no-repeat 0 -696px !important;background-size: 16px !important;} 
    1212 .cke_hidpi .cke_button__radio_icon {background: url(icons_hidpi.png) no-repeat 0 -720px !important;background-size: 16px !important;} 
    1213 .cke_rtl.cke_hidpi .cke_button__select_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {background: url(icons_hidpi.png) no-repeat 0 -744px !important;background-size: 16px !important;} 
    1214 .cke_hidpi .cke_ltr .cke_button__select_icon, 
    1215 .cke_ltr.cke_hidpi .cke_button__select_icon {background: url(icons_hidpi.png) no-repeat 0 -768px !important;background-size: 16px !important;} 
    1216 .cke_rtl.cke_hidpi .cke_button__textarea_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {background: url(icons_hidpi.png) no-repeat 0 -792px !important;background-size: 16px !important;} 
    1217 .cke_hidpi .cke_ltr .cke_button__textarea_icon, 
    1218 .cke_ltr.cke_hidpi .cke_button__textarea_icon {background: url(icons_hidpi.png) no-repeat 0 -816px !important;background-size: 16px !important;} 
    1219 .cke_rtl.cke_hidpi .cke_button__textfield_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {background: url(icons_hidpi.png) no-repeat 0 -840px !important;background-size: 16px !important;} 
    1220 .cke_hidpi .cke_ltr .cke_button__textfield_icon, 
    1221 .cke_ltr.cke_hidpi .cke_button__textfield_icon {background: url(icons_hidpi.png) no-repeat 0 -864px !important;background-size: 16px !important;} 
    1222 .cke_hidpi .cke_button__horizontalrule_icon {background: url(icons_hidpi.png) no-repeat 0 -888px !important;background-size: 16px !important;} 
    1223 .cke_hidpi .cke_button__iframe_icon {background: url(icons_hidpi.png) no-repeat 0 -912px !important;background-size: 16px !important;} 
    1224 .cke_hidpi .cke_button__image_icon {background: url(icons_hidpi.png) no-repeat 0 -936px !important;background-size: 16px !important;} 
    1225 .cke_hidpi .cke_button__image2_icon {background: url(icons_hidpi.png) no-repeat 0 -960px !important;background-size: 16px !important;} 
    1226 .cke_rtl.cke_hidpi .cke_button__indent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -984px !important;background-size: 16px !important;} 
     1165.cke_ltr.cke_hidpi .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -312px !important;background-size: 16px !important;} 
     1166.cke_hidpi .cke_button__bgcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -336px !important;background-size: 16px !important;} 
     1167.cke_hidpi .cke_button__textcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -360px !important;background-size: 16px !important;} 
     1168.cke_hidpi .cke_button__creatediv_icon {background: url(icons_hidpi.png) no-repeat 0 -384px !important;background-size: 16px !important;} 
     1169.cke_hidpi .cke_button__horizontalrule_icon {background: url(icons_hidpi.png) no-repeat 0 -408px !important;background-size: 16px !important;} 
     1170.cke_hidpi .cke_button__image_icon {background: url(icons_hidpi.png) no-repeat 0 -432px !important;background-size: 16px !important;} 
     1171.cke_rtl.cke_hidpi .cke_button__indent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -456px !important;background-size: 16px !important;} 
    12271172.cke_hidpi .cke_ltr .cke_button__indent_icon, 
    1228 .cke_ltr.cke_hidpi .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -1008px !important;background-size: 16px !important;} 
    1229 .cke_rtl.cke_hidpi .cke_button__outdent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -1032px !important;background-size: 16px !important;} 
     1173.cke_ltr.cke_hidpi .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -480px !important;background-size: 16px !important;} 
     1174.cke_rtl.cke_hidpi .cke_button__outdent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -504px !important;background-size: 16px !important;} 
    12301175.cke_hidpi .cke_ltr .cke_button__outdent_icon, 
    1231 .cke_ltr.cke_hidpi .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -1056px !important;background-size: 16px !important;} 
    1232 .cke_hidpi .cke_button__justifyblock_icon {background: url(icons_hidpi.png) no-repeat 0 -1080px !important;background-size: 16px !important;} 
    1233 .cke_hidpi .cke_button__justifycenter_icon {background: url(icons_hidpi.png) no-repeat 0 -1104px !important;background-size: 16px !important;} 
    1234 .cke_hidpi .cke_button__justifyleft_icon {background: url(icons_hidpi.png) no-repeat 0 -1128px !important;background-size: 16px !important;} 
    1235 .cke_hidpi .cke_button__justifyright_icon {background: url(icons_hidpi.png) no-repeat 0 -1152px !important;background-size: 16px !important;} 
    1236 .cke_hidpi .cke_button__language_icon {background: url(icons_hidpi.png) no-repeat 0 -1176px !important;background-size: 16px !important;} 
    1237 .cke_rtl.cke_hidpi .cke_button__anchor_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -1200px !important;background-size: 16px !important;} 
     1176.cke_ltr.cke_hidpi .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -528px !important;background-size: 16px !important;} 
     1177.cke_hidpi .cke_button__justifyblock_icon {background: url(icons_hidpi.png) no-repeat 0 -552px !important;background-size: 16px !important;} 
     1178.cke_hidpi .cke_button__justifycenter_icon {background: url(icons_hidpi.png) no-repeat 0 -576px !important;background-size: 16px !important;} 
     1179.cke_hidpi .cke_button__justifyleft_icon {background: url(icons_hidpi.png) no-repeat 0 -600px !important;background-size: 16px !important;} 
     1180.cke_hidpi .cke_button__justifyright_icon {background: url(icons_hidpi.png) no-repeat 0 -624px !important;background-size: 16px !important;} 
     1181.cke_rtl.cke_hidpi .cke_button__anchor_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -648px !important;background-size: 16px !important;} 
    12381182.cke_hidpi .cke_ltr .cke_button__anchor_icon, 
    1239 .cke_ltr.cke_hidpi .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -1224px !important;background-size: 16px !important;} 
    1240 .cke_hidpi .cke_button__link_icon {background: url(icons_hidpi.png) no-repeat 0 -1248px !important;background-size: 16px !important;} 
    1241 .cke_hidpi .cke_button__unlink_icon {background: url(icons_hidpi.png) no-repeat 0 -1272px !important;background-size: 16px !important;} 
    1242 .cke_rtl.cke_hidpi .cke_button__bulletedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1296px !important;background-size: 16px !important;} 
     1183.cke_ltr.cke_hidpi .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -672px !important;background-size: 16px !important;} 
     1184.cke_hidpi .cke_button__link_icon {background: url(icons_hidpi.png) no-repeat 0 -696px !important;background-size: 16px !important;} 
     1185.cke_hidpi .cke_button__unlink_icon {background: url(icons_hidpi.png) no-repeat 0 -720px !important;background-size: 16px !important;} 
     1186.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -744px !important;background-size: 16px !important;} 
    12431187.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon, 
    1244 .cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1320px !important;background-size: 16px !important;} 
    1245 .cke_rtl.cke_hidpi .cke_button__numberedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1344px !important;background-size: 16px !important;} 
     1188.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -768px !important;background-size: 16px !important;} 
     1189.cke_rtl.cke_hidpi .cke_button__numberedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -792px !important;background-size: 16px !important;} 
    12461190.cke_hidpi .cke_ltr .cke_button__numberedlist_icon, 
    1247 .cke_ltr.cke_hidpi .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1368px !important;background-size: 16px !important;} 
    1248 .cke_hidpi .cke_button__mathjax_icon {background: url(icons_hidpi.png) no-repeat 0 -1392px !important;background-size: 16px !important;} 
    1249 .cke_hidpi .cke_button__maximize_icon {background: url(icons_hidpi.png) no-repeat 0 -1416px !important;background-size: 16px !important;} 
    1250 .cke_rtl.cke_hidpi .cke_button__newpage_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {background: url(icons_hidpi.png) no-repeat 0 -1440px !important;background-size: 16px !important;} 
    1251 .cke_hidpi .cke_ltr .cke_button__newpage_icon, 
    1252 .cke_ltr.cke_hidpi .cke_button__newpage_icon {background: url(icons_hidpi.png) no-repeat 0 -1464px !important;background-size: 16px !important;} 
    1253 .cke_rtl.cke_hidpi .cke_button__pagebreak_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {background: url(icons_hidpi.png) no-repeat 0 -1488px !important;background-size: 16px !important;} 
    1254 .cke_hidpi .cke_ltr .cke_button__pagebreak_icon, 
    1255 .cke_ltr.cke_hidpi .cke_button__pagebreak_icon {background: url(icons_hidpi.png) no-repeat 0 -1512px !important;background-size: 16px !important;} 
    1256 .cke_rtl.cke_hidpi .cke_button__pastefromword_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -1536px !important;background-size: 16px !important;} 
     1191.cke_ltr.cke_hidpi .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -816px !important;background-size: 16px !important;} 
     1192.cke_hidpi .cke_button__maximize_icon {background: url(icons_hidpi.png) no-repeat 0 -840px !important;background-size: 16px !important;} 
     1193.cke_rtl.cke_hidpi .cke_button__pastefromword_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -864px !important;background-size: 16px !important;} 
    12571194.cke_hidpi .cke_ltr .cke_button__pastefromword_icon, 
    1258 .cke_ltr.cke_hidpi .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -1560px !important;background-size: 16px !important;} 
    1259 .cke_rtl.cke_hidpi .cke_button__pastetext_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -1584px !important;background-size: 16px !important;} 
     1195.cke_ltr.cke_hidpi .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -888px !important;background-size: 16px !important;} 
     1196.cke_rtl.cke_hidpi .cke_button__pastetext_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -912px !important;background-size: 16px !important;} 
    12601197.cke_hidpi .cke_ltr .cke_button__pastetext_icon, 
    1261 .cke_ltr.cke_hidpi .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -1608px !important;background-size: 16px !important;} 
    1262 .cke_hidpi .cke_button__placeholder_icon {background: url(icons_hidpi.png) no-repeat 0 -1632px !important;background-size: 16px !important;} 
    1263 .cke_rtl.cke_hidpi .cke_button__preview_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {background: url(icons_hidpi.png) no-repeat 0 -1656px !important;background-size: 16px !important;} 
    1264 .cke_hidpi .cke_ltr .cke_button__preview_icon, 
    1265 .cke_ltr.cke_hidpi .cke_button__preview_icon {background: url(icons_hidpi.png) no-repeat 0 -1680px !important;background-size: 16px !important;} 
    1266 .cke_hidpi .cke_button__print_icon {background: url(icons_hidpi.png) no-repeat 0 -1704px !important;background-size: 16px !important;} 
    1267 .cke_hidpi .cke_button__removeformat_icon {background: url(icons_hidpi.png) no-repeat 0 -1728px !important;background-size: 16px !important;} 
    1268 .cke_hidpi .cke_button__save_icon {background: url(icons_hidpi.png) no-repeat 0 -1752px !important;background-size: 16px !important;} 
    1269 .cke_hidpi .cke_button__selectall_icon {background: url(icons_hidpi.png) no-repeat 0 -1776px !important;background-size: 16px !important;} 
    1270 .cke_rtl.cke_hidpi .cke_button__showblocks_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {background: url(icons_hidpi.png) no-repeat 0 -1800px !important;background-size: 16px !important;} 
    1271 .cke_hidpi .cke_ltr .cke_button__showblocks_icon, 
    1272 .cke_ltr.cke_hidpi .cke_button__showblocks_icon {background: url(icons_hidpi.png) no-repeat 0 -1824px !important;background-size: 16px !important;} 
    1273 .cke_hidpi .cke_button__smiley_icon {background: url(icons_hidpi.png) no-repeat 0 -1848px !important;background-size: 16px !important;} 
    1274 .cke_rtl.cke_hidpi .cke_button__source_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -1872px !important;background-size: 16px !important;} 
     1198.cke_ltr.cke_hidpi .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -936px !important;background-size: 16px !important;} 
     1199.cke_hidpi .cke_button__print_icon {background: url(icons_hidpi.png) no-repeat 0 -960px !important;background-size: 16px !important;} 
     1200.cke_hidpi .cke_button__removeformat_icon {background: url(icons_hidpi.png) no-repeat 0 -984px !important;background-size: 16px !important;} 
     1201.cke_rtl.cke_hidpi .cke_button__source_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -1008px !important;background-size: 16px !important;} 
    12751202.cke_hidpi .cke_ltr .cke_button__source_icon, 
    1276 .cke_ltr.cke_hidpi .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -1896px !important;background-size: 16px !important;} 
    1277 .cke_rtl.cke_hidpi .cke_button__sourcedialog_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon {background: url(icons_hidpi.png) no-repeat 0 -1920px !important;background-size: 16px !important;} 
    1278 .cke_hidpi .cke_ltr .cke_button__sourcedialog_icon, 
    1279 .cke_ltr.cke_hidpi .cke_button__sourcedialog_icon {background: url(icons_hidpi.png) no-repeat 0 -1944px !important;background-size: 16px !important;} 
    1280 .cke_hidpi .cke_button__specialchar_icon {background: url(icons_hidpi.png) no-repeat 0 -1968px !important;background-size: 16px !important;} 
    1281 .cke_hidpi .cke_button__table_icon {background: url(icons_hidpi.png) no-repeat 0 -1992px !important;background-size: 16px !important;} 
    1282 .cke_rtl.cke_hidpi .cke_button__templates_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -2016px !important;background-size: 16px !important;} 
     1203.cke_ltr.cke_hidpi .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -1032px !important;background-size: 16px !important;} 
     1204.cke_hidpi .cke_button__specialchar_icon {background: url(icons_hidpi.png) no-repeat 0 -1056px !important;background-size: 16px !important;} 
     1205.cke_hidpi .cke_button__table_icon {background: url(icons_hidpi.png) no-repeat 0 -1080px !important;background-size: 16px !important;} 
     1206.cke_rtl.cke_hidpi .cke_button__templates_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -1104px !important;background-size: 16px !important;} 
    12831207.cke_hidpi .cke_ltr .cke_button__templates_icon, 
    1284 .cke_ltr.cke_hidpi .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -2040px !important;background-size: 16px !important;} 
    1285 .cke_hidpi .cke_button__uicolor_icon {background: url(icons_hidpi.png) no-repeat 0 -2064px !important;background-size: 16px !important;} 
    1286 .cke_rtl.cke_hidpi .cke_button__redo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -2088px !important;background-size: 16px !important;} 
     1208.cke_ltr.cke_hidpi .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -1128px !important;background-size: 16px !important;} 
     1209.cke_rtl.cke_hidpi .cke_button__redo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -1152px !important;background-size: 16px !important;} 
    12871210.cke_hidpi .cke_ltr .cke_button__redo_icon, 
    1288 .cke_ltr.cke_hidpi .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -2112px !important;background-size: 16px !important;} 
    1289 .cke_rtl.cke_hidpi .cke_button__undo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -2136px !important;background-size: 16px !important;} 
     1211.cke_ltr.cke_hidpi .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -1176px !important;background-size: 16px !important;} 
     1212.cke_rtl.cke_hidpi .cke_button__undo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -1200px !important;background-size: 16px !important;} 
    12901213.cke_hidpi .cke_ltr .cke_button__undo_icon, 
    1291 .cke_ltr.cke_hidpi .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -2160px !important;background-size: 16px !important;} 
     1214.cke_ltr.cke_hidpi .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -1224px !important;background-size: 16px !important;} 
    12921215a.cke_button_disabled, 
    12931216a.cke_button_disabled:hover, 
     
    13531276.cke_rtl .cke_combo_button *, 
    13541277.cke_rtl .cke_button, 
    1355 .cke_rtl .cke_button_icon, 
     1278.cke_rtl .cke_button_icon 
    13561279{ 
    13571280     display: inline-block; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map