Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/js/ckeditor/skins/moono/editor_ie7.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 */ … … 49 49 font: normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif; 50 50 color: #000; 51 51 text-align: left; 52 52 white-space: nowrap; 53 53 cursor: auto; 54 float: none; 54 55 } 55 56 .cke_reset_all .cke_rtl * … … 81 82 border: 2px groove #E0DFE3; 82 83 } 83 .cke_reset_all select { 84 .cke_reset_all select 85 { 84 86 box-sizing: border-box; 85 87 -moz-box-sizing: border-box; 86 88 -webkit-box-sizing: border-box; 89 } 90 .cke_reset_all table 91 { 92 table-layout: auto; 87 93 } 88 94 .cke_chrome … … 318 324 .cke_panel_grouptitle 319 325 { 326 cursor: default; 320 327 font-size: 11px; 321 328 font-weight: bold; … … 448 455 margin-bottom: 10px; 449 456 } 450 .cke_rtl .cke_toolgroup *:first-child451 {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-child457 {458 -moz-border-radius: 2px 0 0 2px;459 -webkit-border-radius: 2px 0 0 2px;460 border-radius: 2px 0 0 2px;461 }462 457 .cke_rtl .cke_toolgroup 463 458 { … … 475 470 float: left; 476 471 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; 477 486 } 478 487 .cke_rtl .cke_button … … 864 873 .cke_combo_button 865 874 { 875 cursor: default; 866 876 display: inline-block; 867 877 float: left; … … 979 989 .cke_combo_arrow 980 990 { 991 cursor: default; 981 992 margin: 11px 0 0; 982 993 float: left; … … 1091 1102 .cke_button__superscript_icon {background: url(icons.png) no-repeat 0 -120px !important;} 1092 1103 .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;} 1177 1149 .cke_hidpi .cke_button__about_icon {background: url(icons_hidpi.png) no-repeat 0 -0px !important;background-size: 16px !important;} 1178 1150 .cke_hidpi .cke_button__bold_icon {background: url(icons_hidpi.png) no-repeat 0 -24px !important;background-size: 16px !important;} … … 1182 1154 .cke_hidpi .cke_button__superscript_icon {background: url(icons_hidpi.png) no-repeat 0 -120px !important;background-size: 16px !important;} 1183 1155 .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;} 1188 1158 .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 -2 64px !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 -2 88px !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;} 1191 1161 .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;} 1194 1164 .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;} 1227 1172 .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;} 1230 1175 .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;} 1238 1182 .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;} 1243 1187 .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;} 1246 1190 .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;} 1257 1194 .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;} 1260 1197 .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;} 1275 1202 .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;} 1283 1207 .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;} 1287 1210 .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;} 1290 1213 .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;} 1292 1215 a.cke_button_disabled, 1293 1216 a.cke_button_disabled:hover, … … 1353 1276 .cke_rtl .cke_combo_button *, 1354 1277 .cke_rtl .cke_button, 1355 .cke_rtl .cke_button_icon ,1278 .cke_rtl .cke_button_icon 1356 1279 { 1357 1280 display: inline-block;
Note: See TracChangeset
for help on using the changeset viewer.