Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/js/ckeditor/skins/moono/editor_iequirks.css
r2741 r2962 1 1 /* 2 Copyright (c) 2003-201 3, CKSource - Frederico Knabben. All rights reserved.2 Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 3 For licensing, see LICENSE.md or http://ckeditor.com/license 4 4 */ … … 50 50 font: normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif; 51 51 color: #000; 52 52 text-align: left; 53 53 white-space: nowrap; 54 54 cursor: auto; 55 float: none; 55 56 } 56 57 .cke_reset_all .cke_rtl * … … 82 83 border: 2px groove #E0DFE3; 83 84 } 84 .cke_reset_all select { 85 .cke_reset_all select 86 { 85 87 box-sizing: border-box; 86 88 -moz-box-sizing: border-box; 87 89 -webkit-box-sizing: border-box; 90 } 91 .cke_reset_all table 92 { 93 table-layout: auto; 88 94 } 89 95 .cke_chrome … … 319 325 .cke_panel_grouptitle 320 326 { 327 cursor: default; 321 328 font-size: 11px; 322 329 font-weight: bold; … … 449 456 margin-bottom: 10px; 450 457 } 451 .cke_rtl .cke_toolgroup *:first-child452 {453 -moz-border-radius: 0 2px 2px 0;454 -webkit-border-radius: 0 2px 2px 0;455 border-radius: 0 2px 2px 0;456 }457 .cke_rtl .cke_toolgroup *:last-child458 {459 -moz-border-radius: 2px 0 0 2px;460 -webkit-border-radius: 2px 0 0 2px;461 border-radius: 2px 0 0 2px;462 }463 458 .cke_rtl .cke_toolgroup 464 459 { … … 476 471 float: left; 477 472 border: 0; 473 } 474 .cke_ltr .cke_button:last-child, 475 .cke_rtl .cke_button:first-child 476 { 477 -moz-border-radius: 0 2px 2px 0; 478 -webkit-border-radius: 0 2px 2px 0; 479 border-radius: 0 2px 2px 0; 480 } 481 .cke_ltr .cke_button:first-child, 482 .cke_rtl .cke_button:last-child 483 { 484 -moz-border-radius: 2px 0 0 2px; 485 -webkit-border-radius: 2px 0 0 2px; 486 border-radius: 2px 0 0 2px; 478 487 } 479 488 .cke_rtl .cke_button … … 865 874 .cke_combo_button 866 875 { 876 cursor: default; 867 877 display: inline-block; 868 878 float: left; … … 980 990 .cke_combo_arrow 981 991 { 992 cursor: default; 982 993 margin: 11px 0 0; 983 994 float: left; … … 1092 1103 .cke_button__superscript_icon {background: url(icons.png) no-repeat 0 -120px !important;} 1093 1104 .cke_button__underline_icon {background: url(icons.png) no-repeat 0 -144px !important;} 1094 .cke_button__bidiltr_icon {background: url(icons.png) no-repeat 0 -168px !important;} 1095 .cke_button__bidirtl_icon {background: url(icons.png) no-repeat 0 -192px !important;} 1096 .cke_button__blockquote_icon {background: url(icons.png) no-repeat 0 -216px !important;} 1097 .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;} 1098 .cke_ltr .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -264px !important;} 1099 .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;} 1100 .cke_ltr .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -312px !important;} 1101 .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;} 1102 .cke_ltr .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -360px !important;} 1103 .cke_button__bgcolor_icon {background: url(icons.png) no-repeat 0 -384px !important;} 1104 .cke_button__textcolor_icon {background: url(icons.png) no-repeat 0 -408px !important;} 1105 .cke_button__creatediv_icon {background: url(icons.png) no-repeat 0 -432px !important;} 1106 .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;} 1107 .cke_ltr .cke_button__docprops_icon {background: url(icons.png) no-repeat 0 -480px !important;} 1108 .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;} 1109 .cke_ltr .cke_button__find_icon {background: url(icons.png) no-repeat 0 -528px !important;} 1110 .cke_button__replace_icon {background: url(icons.png) no-repeat 0 -552px !important;} 1111 .cke_button__flash_icon {background: url(icons.png) no-repeat 0 -576px !important;} 1112 .cke_button__button_icon {background: url(icons.png) no-repeat 0 -600px !important;} 1113 .cke_button__checkbox_icon {background: url(icons.png) no-repeat 0 -624px !important;} 1114 .cke_button__form_icon {background: url(icons.png) no-repeat 0 -648px !important;} 1115 .cke_button__hiddenfield_icon {background: url(icons.png) no-repeat 0 -672px !important;} 1116 .cke_button__imagebutton_icon {background: url(icons.png) no-repeat 0 -696px !important;} 1117 .cke_button__radio_icon {background: url(icons.png) no-repeat 0 -720px !important;} 1118 .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;} 1119 .cke_ltr .cke_button__select_icon {background: url(icons.png) no-repeat 0 -768px !important;} 1120 .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;} 1121 .cke_ltr .cke_button__textarea_icon {background: url(icons.png) no-repeat 0 -816px !important;} 1122 .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;} 1123 .cke_ltr .cke_button__textfield_icon {background: url(icons.png) no-repeat 0 -864px !important;} 1124 .cke_button__horizontalrule_icon {background: url(icons.png) no-repeat 0 -888px !important;} 1125 .cke_button__iframe_icon {background: url(icons.png) no-repeat 0 -912px !important;} 1126 .cke_button__image_icon {background: url(icons.png) no-repeat 0 -936px !important;} 1127 .cke_button__image2_icon {background: url(icons.png) no-repeat 0 -960px !important;} 1128 .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;} 1129 .cke_ltr .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -1008px !important;} 1130 .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;} 1131 .cke_ltr .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -1056px !important;} 1132 .cke_button__justifyblock_icon {background: url(icons.png) no-repeat 0 -1080px !important;} 1133 .cke_button__justifycenter_icon {background: url(icons.png) no-repeat 0 -1104px !important;} 1134 .cke_button__justifyleft_icon {background: url(icons.png) no-repeat 0 -1128px !important;} 1135 .cke_button__justifyright_icon {background: url(icons.png) no-repeat 0 -1152px !important;} 1136 .cke_button__language_icon {background: url(icons.png) no-repeat 0 -1176px !important;} 1137 .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;} 1138 .cke_ltr .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -1224px !important;} 1139 .cke_button__link_icon {background: url(icons.png) no-repeat 0 -1248px !important;} 1140 .cke_button__unlink_icon {background: url(icons.png) no-repeat 0 -1272px !important;} 1141 .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;} 1142 .cke_ltr .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -1320px !important;} 1143 .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;} 1144 .cke_ltr .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -1368px !important;} 1145 .cke_button__mathjax_icon {background: url(icons.png) no-repeat 0 -1392px !important;} 1146 .cke_button__maximize_icon {background: url(icons.png) no-repeat 0 -1416px !important;} 1147 .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;} 1148 .cke_ltr .cke_button__newpage_icon {background: url(icons.png) no-repeat 0 -1464px !important;} 1149 .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;} 1150 .cke_ltr .cke_button__pagebreak_icon {background: url(icons.png) no-repeat 0 -1512px !important;} 1151 .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;} 1152 .cke_ltr .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -1560px !important;} 1153 .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;} 1154 .cke_ltr .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -1608px !important;} 1155 .cke_button__placeholder_icon {background: url(icons.png) no-repeat 0 -1632px !important;} 1156 .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;} 1157 .cke_ltr .cke_button__preview_icon {background: url(icons.png) no-repeat 0 -1680px !important;} 1158 .cke_button__print_icon {background: url(icons.png) no-repeat 0 -1704px !important;} 1159 .cke_button__removeformat_icon {background: url(icons.png) no-repeat 0 -1728px !important;} 1160 .cke_button__save_icon {background: url(icons.png) no-repeat 0 -1752px !important;} 1161 .cke_button__selectall_icon {background: url(icons.png) no-repeat 0 -1776px !important;} 1162 .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;} 1163 .cke_ltr .cke_button__showblocks_icon {background: url(icons.png) no-repeat 0 -1824px !important;} 1164 .cke_button__smiley_icon {background: url(icons.png) no-repeat 0 -1848px !important;} 1165 .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;} 1166 .cke_ltr .cke_button__source_icon {background: url(icons.png) no-repeat 0 -1896px !important;} 1167 .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;} 1168 .cke_ltr .cke_button__sourcedialog_icon {background: url(icons.png) no-repeat 0 -1944px !important;} 1169 .cke_button__specialchar_icon {background: url(icons.png) no-repeat 0 -1968px !important;} 1170 .cke_button__table_icon {background: url(icons.png) no-repeat 0 -1992px !important;} 1171 .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;} 1172 .cke_ltr .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -2040px !important;} 1173 .cke_button__uicolor_icon {background: url(icons.png) no-repeat 0 -2064px !important;} 1174 .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;} 1175 .cke_ltr .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -2112px !important;} 1176 .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;} 1177 .cke_ltr .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -2160px !important;} 1105 .cke_button__blockquote_icon {background: url(icons.png) no-repeat 0 -168px !important;} 1106 .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;} 1107 .cke_ltr .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -216px !important;} 1108 .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;} 1109 .cke_ltr .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -264px !important;} 1110 .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;} 1111 .cke_ltr .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -312px !important;} 1112 .cke_button__bgcolor_icon {background: url(icons.png) no-repeat 0 -336px !important;} 1113 .cke_button__textcolor_icon {background: url(icons.png) no-repeat 0 -360px !important;} 1114 .cke_button__creatediv_icon {background: url(icons.png) no-repeat 0 -384px !important;} 1115 .cke_button__horizontalrule_icon {background: url(icons.png) no-repeat 0 -408px !important;} 1116 .cke_button__image_icon {background: url(icons.png) no-repeat 0 -432px !important;} 1117 .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;} 1118 .cke_ltr .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -480px !important;} 1119 .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;} 1120 .cke_ltr .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -528px !important;} 1121 .cke_button__justifyblock_icon {background: url(icons.png) no-repeat 0 -552px !important;} 1122 .cke_button__justifycenter_icon {background: url(icons.png) no-repeat 0 -576px !important;} 1123 .cke_button__justifyleft_icon {background: url(icons.png) no-repeat 0 -600px !important;} 1124 .cke_button__justifyright_icon {background: url(icons.png) no-repeat 0 -624px !important;} 1125 .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;} 1126 .cke_ltr .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -672px !important;} 1127 .cke_button__link_icon {background: url(icons.png) no-repeat 0 -696px !important;} 1128 .cke_button__unlink_icon {background: url(icons.png) no-repeat 0 -720px !important;} 1129 .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;} 1130 .cke_ltr .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -768px !important;} 1131 .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;} 1132 .cke_ltr .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -816px !important;} 1133 .cke_button__maximize_icon {background: url(icons.png) no-repeat 0 -840px !important;} 1134 .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;} 1135 .cke_ltr .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -888px !important;} 1136 .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;} 1137 .cke_ltr .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -936px !important;} 1138 .cke_button__print_icon {background: url(icons.png) no-repeat 0 -960px !important;} 1139 .cke_button__removeformat_icon {background: url(icons.png) no-repeat 0 -984px !important;} 1140 .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;} 1141 .cke_ltr .cke_button__source_icon {background: url(icons.png) no-repeat 0 -1032px !important;} 1142 .cke_button__specialchar_icon {background: url(icons.png) no-repeat 0 -1056px !important;} 1143 .cke_button__table_icon {background: url(icons.png) no-repeat 0 -1080px !important;} 1144 .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;} 1145 .cke_ltr .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -1128px !important;} 1146 .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;} 1147 .cke_ltr .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -1176px !important;} 1148 .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;} 1149 .cke_ltr .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -1224px !important;} 1178 1150 .cke_hidpi .cke_button__about_icon {background: url(icons_hidpi.png) no-repeat 0 -0px !important;background-size: 16px !important;} 1179 1151 .cke_hidpi .cke_button__bold_icon {background: url(icons_hidpi.png) no-repeat 0 -24px !important;background-size: 16px !important;} … … 1183 1155 .cke_hidpi .cke_button__superscript_icon {background: url(icons_hidpi.png) no-repeat 0 -120px !important;background-size: 16px !important;} 1184 1156 .cke_hidpi .cke_button__underline_icon {background: url(icons_hidpi.png) no-repeat 0 -144px !important;background-size: 16px !important;} 1185 .cke_hidpi .cke_button__bidiltr_icon {background: url(icons_hidpi.png) no-repeat 0 -168px !important;background-size: 16px !important;} 1186 .cke_hidpi .cke_button__bidirtl_icon {background: url(icons_hidpi.png) no-repeat 0 -192px !important;background-size: 16px !important;} 1187 .cke_hidpi .cke_button__blockquote_icon {background: url(icons_hidpi.png) no-repeat 0 -216px !important;background-size: 16px !important;} 1188 .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;} 1157 .cke_hidpi .cke_button__blockquote_icon {background: url(icons_hidpi.png) no-repeat 0 -168px !important;background-size: 16px !important;} 1158 .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;} 1189 1159 .cke_hidpi .cke_ltr .cke_button__copy_icon, 1190 .cke_ltr.cke_hidpi .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -2 64px !important;background-size: 16px !important;}1191 .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 -2 88px !important;background-size: 16px !important;}1160 .cke_ltr.cke_hidpi .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -216px !important;background-size: 16px !important;} 1161 .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;} 1192 1162 .cke_hidpi .cke_ltr .cke_button__cut_icon, 1193 .cke_ltr.cke_hidpi .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 - 312px !important;background-size: 16px !important;}1194 .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;}1163 .cke_ltr.cke_hidpi .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -264px !important;background-size: 16px !important;} 1164 .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;} 1195 1165 .cke_hidpi .cke_ltr .cke_button__paste_icon, 1196 .cke_ltr.cke_hidpi .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -360px !important;background-size: 16px !important;} 1197 .cke_hidpi .cke_button__bgcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -384px !important;background-size: 16px !important;} 1198 .cke_hidpi .cke_button__textcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -408px !important;background-size: 16px !important;} 1199 .cke_hidpi .cke_button__creatediv_icon {background: url(icons_hidpi.png) no-repeat 0 -432px !important;background-size: 16px !important;} 1200 .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;} 1201 .cke_hidpi .cke_ltr .cke_button__docprops_icon, 1202 .cke_ltr.cke_hidpi .cke_button__docprops_icon {background: url(icons_hidpi.png) no-repeat 0 -480px !important;background-size: 16px !important;} 1203 .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;} 1204 .cke_hidpi .cke_ltr .cke_button__find_icon, 1205 .cke_ltr.cke_hidpi .cke_button__find_icon {background: url(icons_hidpi.png) no-repeat 0 -528px !important;background-size: 16px !important;} 1206 .cke_hidpi .cke_button__replace_icon {background: url(icons_hidpi.png) no-repeat 0 -552px !important;background-size: 16px !important;} 1207 .cke_hidpi .cke_button__flash_icon {background: url(icons_hidpi.png) no-repeat 0 -576px !important;background-size: 16px !important;} 1208 .cke_hidpi .cke_button__button_icon {background: url(icons_hidpi.png) no-repeat 0 -600px !important;background-size: 16px !important;} 1209 .cke_hidpi .cke_button__checkbox_icon {background: url(icons_hidpi.png) no-repeat 0 -624px !important;background-size: 16px !important;} 1210 .cke_hidpi .cke_button__form_icon {background: url(icons_hidpi.png) no-repeat 0 -648px !important;background-size: 16px !important;} 1211 .cke_hidpi .cke_button__hiddenfield_icon {background: url(icons_hidpi.png) no-repeat 0 -672px !important;background-size: 16px !important;} 1212 .cke_hidpi .cke_button__imagebutton_icon {background: url(icons_hidpi.png) no-repeat 0 -696px !important;background-size: 16px !important;} 1213 .cke_hidpi .cke_button__radio_icon {background: url(icons_hidpi.png) no-repeat 0 -720px !important;background-size: 16px !important;} 1214 .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;} 1215 .cke_hidpi .cke_ltr .cke_button__select_icon, 1216 .cke_ltr.cke_hidpi .cke_button__select_icon {background: url(icons_hidpi.png) no-repeat 0 -768px !important;background-size: 16px !important;} 1217 .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;} 1218 .cke_hidpi .cke_ltr .cke_button__textarea_icon, 1219 .cke_ltr.cke_hidpi .cke_button__textarea_icon {background: url(icons_hidpi.png) no-repeat 0 -816px !important;background-size: 16px !important;} 1220 .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;} 1221 .cke_hidpi .cke_ltr .cke_button__textfield_icon, 1222 .cke_ltr.cke_hidpi .cke_button__textfield_icon {background: url(icons_hidpi.png) no-repeat 0 -864px !important;background-size: 16px !important;} 1223 .cke_hidpi .cke_button__horizontalrule_icon {background: url(icons_hidpi.png) no-repeat 0 -888px !important;background-size: 16px !important;} 1224 .cke_hidpi .cke_button__iframe_icon {background: url(icons_hidpi.png) no-repeat 0 -912px !important;background-size: 16px !important;} 1225 .cke_hidpi .cke_button__image_icon {background: url(icons_hidpi.png) no-repeat 0 -936px !important;background-size: 16px !important;} 1226 .cke_hidpi .cke_button__image2_icon {background: url(icons_hidpi.png) no-repeat 0 -960px !important;background-size: 16px !important;} 1227 .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;} 1166 .cke_ltr.cke_hidpi .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -312px !important;background-size: 16px !important;} 1167 .cke_hidpi .cke_button__bgcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -336px !important;background-size: 16px !important;} 1168 .cke_hidpi .cke_button__textcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -360px !important;background-size: 16px !important;} 1169 .cke_hidpi .cke_button__creatediv_icon {background: url(icons_hidpi.png) no-repeat 0 -384px !important;background-size: 16px !important;} 1170 .cke_hidpi .cke_button__horizontalrule_icon {background: url(icons_hidpi.png) no-repeat 0 -408px !important;background-size: 16px !important;} 1171 .cke_hidpi .cke_button__image_icon {background: url(icons_hidpi.png) no-repeat 0 -432px !important;background-size: 16px !important;} 1172 .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;} 1228 1173 .cke_hidpi .cke_ltr .cke_button__indent_icon, 1229 .cke_ltr.cke_hidpi .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 - 1008px !important;background-size: 16px !important;}1230 .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;}1174 .cke_ltr.cke_hidpi .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -480px !important;background-size: 16px !important;} 1175 .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;} 1231 1176 .cke_hidpi .cke_ltr .cke_button__outdent_icon, 1232 .cke_ltr.cke_hidpi .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -1056px !important;background-size: 16px !important;} 1233 .cke_hidpi .cke_button__justifyblock_icon {background: url(icons_hidpi.png) no-repeat 0 -1080px !important;background-size: 16px !important;} 1234 .cke_hidpi .cke_button__justifycenter_icon {background: url(icons_hidpi.png) no-repeat 0 -1104px !important;background-size: 16px !important;} 1235 .cke_hidpi .cke_button__justifyleft_icon {background: url(icons_hidpi.png) no-repeat 0 -1128px !important;background-size: 16px !important;} 1236 .cke_hidpi .cke_button__justifyright_icon {background: url(icons_hidpi.png) no-repeat 0 -1152px !important;background-size: 16px !important;} 1237 .cke_hidpi .cke_button__language_icon {background: url(icons_hidpi.png) no-repeat 0 -1176px !important;background-size: 16px !important;} 1238 .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;} 1177 .cke_ltr.cke_hidpi .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -528px !important;background-size: 16px !important;} 1178 .cke_hidpi .cke_button__justifyblock_icon {background: url(icons_hidpi.png) no-repeat 0 -552px !important;background-size: 16px !important;} 1179 .cke_hidpi .cke_button__justifycenter_icon {background: url(icons_hidpi.png) no-repeat 0 -576px !important;background-size: 16px !important;} 1180 .cke_hidpi .cke_button__justifyleft_icon {background: url(icons_hidpi.png) no-repeat 0 -600px !important;background-size: 16px !important;} 1181 .cke_hidpi .cke_button__justifyright_icon {background: url(icons_hidpi.png) no-repeat 0 -624px !important;background-size: 16px !important;} 1182 .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;} 1239 1183 .cke_hidpi .cke_ltr .cke_button__anchor_icon, 1240 .cke_ltr.cke_hidpi .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 - 1224px !important;background-size: 16px !important;}1241 .cke_hidpi .cke_button__link_icon {background: url(icons_hidpi.png) no-repeat 0 - 1248px !important;background-size: 16px !important;}1242 .cke_hidpi .cke_button__unlink_icon {background: url(icons_hidpi.png) no-repeat 0 - 1272px !important;background-size: 16px !important;}1243 .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;}1184 .cke_ltr.cke_hidpi .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -672px !important;background-size: 16px !important;} 1185 .cke_hidpi .cke_button__link_icon {background: url(icons_hidpi.png) no-repeat 0 -696px !important;background-size: 16px !important;} 1186 .cke_hidpi .cke_button__unlink_icon {background: url(icons_hidpi.png) no-repeat 0 -720px !important;background-size: 16px !important;} 1187 .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;} 1244 1188 .cke_hidpi .cke_ltr .cke_button__bulletedlist_icon, 1245 .cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 - 1320px !important;background-size: 16px !important;}1246 .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;}1189 .cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -768px !important;background-size: 16px !important;} 1190 .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;} 1247 1191 .cke_hidpi .cke_ltr .cke_button__numberedlist_icon, 1248 .cke_ltr.cke_hidpi .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1368px !important;background-size: 16px !important;} 1249 .cke_hidpi .cke_button__mathjax_icon {background: url(icons_hidpi.png) no-repeat 0 -1392px !important;background-size: 16px !important;} 1250 .cke_hidpi .cke_button__maximize_icon {background: url(icons_hidpi.png) no-repeat 0 -1416px !important;background-size: 16px !important;} 1251 .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;} 1252 .cke_hidpi .cke_ltr .cke_button__newpage_icon, 1253 .cke_ltr.cke_hidpi .cke_button__newpage_icon {background: url(icons_hidpi.png) no-repeat 0 -1464px !important;background-size: 16px !important;} 1254 .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;} 1255 .cke_hidpi .cke_ltr .cke_button__pagebreak_icon, 1256 .cke_ltr.cke_hidpi .cke_button__pagebreak_icon {background: url(icons_hidpi.png) no-repeat 0 -1512px !important;background-size: 16px !important;} 1257 .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;} 1192 .cke_ltr.cke_hidpi .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -816px !important;background-size: 16px !important;} 1193 .cke_hidpi .cke_button__maximize_icon {background: url(icons_hidpi.png) no-repeat 0 -840px !important;background-size: 16px !important;} 1194 .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;} 1258 1195 .cke_hidpi .cke_ltr .cke_button__pastefromword_icon, 1259 .cke_ltr.cke_hidpi .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 - 1560px !important;background-size: 16px !important;}1260 .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;}1196 .cke_ltr.cke_hidpi .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -888px !important;background-size: 16px !important;} 1197 .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;} 1261 1198 .cke_hidpi .cke_ltr .cke_button__pastetext_icon, 1262 .cke_ltr.cke_hidpi .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -1608px !important;background-size: 16px !important;} 1263 .cke_hidpi .cke_button__placeholder_icon {background: url(icons_hidpi.png) no-repeat 0 -1632px !important;background-size: 16px !important;} 1264 .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;} 1265 .cke_hidpi .cke_ltr .cke_button__preview_icon, 1266 .cke_ltr.cke_hidpi .cke_button__preview_icon {background: url(icons_hidpi.png) no-repeat 0 -1680px !important;background-size: 16px !important;} 1267 .cke_hidpi .cke_button__print_icon {background: url(icons_hidpi.png) no-repeat 0 -1704px !important;background-size: 16px !important;} 1268 .cke_hidpi .cke_button__removeformat_icon {background: url(icons_hidpi.png) no-repeat 0 -1728px !important;background-size: 16px !important;} 1269 .cke_hidpi .cke_button__save_icon {background: url(icons_hidpi.png) no-repeat 0 -1752px !important;background-size: 16px !important;} 1270 .cke_hidpi .cke_button__selectall_icon {background: url(icons_hidpi.png) no-repeat 0 -1776px !important;background-size: 16px !important;} 1271 .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;} 1272 .cke_hidpi .cke_ltr .cke_button__showblocks_icon, 1273 .cke_ltr.cke_hidpi .cke_button__showblocks_icon {background: url(icons_hidpi.png) no-repeat 0 -1824px !important;background-size: 16px !important;} 1274 .cke_hidpi .cke_button__smiley_icon {background: url(icons_hidpi.png) no-repeat 0 -1848px !important;background-size: 16px !important;} 1275 .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;} 1199 .cke_ltr.cke_hidpi .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -936px !important;background-size: 16px !important;} 1200 .cke_hidpi .cke_button__print_icon {background: url(icons_hidpi.png) no-repeat 0 -960px !important;background-size: 16px !important;} 1201 .cke_hidpi .cke_button__removeformat_icon {background: url(icons_hidpi.png) no-repeat 0 -984px !important;background-size: 16px !important;} 1202 .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;} 1276 1203 .cke_hidpi .cke_ltr .cke_button__source_icon, 1277 .cke_ltr.cke_hidpi .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -1896px !important;background-size: 16px !important;} 1278 .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;} 1279 .cke_hidpi .cke_ltr .cke_button__sourcedialog_icon, 1280 .cke_ltr.cke_hidpi .cke_button__sourcedialog_icon {background: url(icons_hidpi.png) no-repeat 0 -1944px !important;background-size: 16px !important;} 1281 .cke_hidpi .cke_button__specialchar_icon {background: url(icons_hidpi.png) no-repeat 0 -1968px !important;background-size: 16px !important;} 1282 .cke_hidpi .cke_button__table_icon {background: url(icons_hidpi.png) no-repeat 0 -1992px !important;background-size: 16px !important;} 1283 .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;} 1204 .cke_ltr.cke_hidpi .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -1032px !important;background-size: 16px !important;} 1205 .cke_hidpi .cke_button__specialchar_icon {background: url(icons_hidpi.png) no-repeat 0 -1056px !important;background-size: 16px !important;} 1206 .cke_hidpi .cke_button__table_icon {background: url(icons_hidpi.png) no-repeat 0 -1080px !important;background-size: 16px !important;} 1207 .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;} 1284 1208 .cke_hidpi .cke_ltr .cke_button__templates_icon, 1285 .cke_ltr.cke_hidpi .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -2040px !important;background-size: 16px !important;} 1286 .cke_hidpi .cke_button__uicolor_icon {background: url(icons_hidpi.png) no-repeat 0 -2064px !important;background-size: 16px !important;} 1287 .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;} 1209 .cke_ltr.cke_hidpi .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -1128px !important;background-size: 16px !important;} 1210 .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;} 1288 1211 .cke_hidpi .cke_ltr .cke_button__redo_icon, 1289 .cke_ltr.cke_hidpi .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 - 2112px !important;background-size: 16px !important;}1290 .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;}1212 .cke_ltr.cke_hidpi .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -1176px !important;background-size: 16px !important;} 1213 .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;} 1291 1214 .cke_hidpi .cke_ltr .cke_button__undo_icon, 1292 .cke_ltr.cke_hidpi .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 - 2160px !important;background-size: 16px !important;}1215 .cke_ltr.cke_hidpi .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -1224px !important;background-size: 16px !important;} 1293 1216 a.cke_button_disabled, 1294 1217 a.cke_button_disabled:hover, … … 1365 1288 .cke_rtl .cke_combo_button *, 1366 1289 .cke_rtl .cke_button, 1367 .cke_rtl .cke_button_icon ,1290 .cke_rtl .cke_button_icon 1368 1291 { 1369 1292 display: inline-block;
Note: See TracChangeset
for help on using the changeset viewer.