X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Fv2%2Ficons.css;h=dea76b347dba9e0cf1b2aa5ca1b034dcd3ae9899;hb=refs%2Ftags%2Fv3.4.3;hp=9879c3ced605e75464884fb0a3f298c6ed3df8e4;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6;p=ckeditor.git diff --git a/_source/skins/v2/icons.css b/_source/skins/v2/icons.css index 9879c3c..dea76b3 100644 --- a/_source/skins/v2/icons.css +++ b/_source/skins/v2/icons.css @@ -248,6 +248,16 @@ For licensing, see LICENSE.html or http://ckeditor.com/license background-position: 0 -416px; } +.cke_skin_v2 .cke_mixed_dir_content .cke_button_numberedlist .cke_icon +{ + background-position: 0 -1217px; +} + +.cke_skin_v2 .cke_mixed_dir_content .cke_button_bulletedlist .cke_icon +{ + background-position: 0 -1233px; +} + .cke_skin_v2 .cke_button_outdent .cke_icon { background-position: 0 -432px; @@ -258,6 +268,16 @@ For licensing, see LICENSE.html or http://ckeditor.com/license background-position: 0 -448px; } +.cke_skin_v2 .cke_mixed_dir_content .cke_button_indent .cke_icon +{ + background-position: 0 -1265px; +} + +.cke_skin_v2 .cke_mixed_dir_content .cke_button_outdent .cke_icon +{ + background-position: 0 -1249px; +} + .cke_skin_v2 .cke_button_justifyleft .cke_icon { background-position: 0 -464px; @@ -322,3 +342,13 @@ For licensing, see LICENSE.html or http://ckeditor.com/license { background-position: 0 -1200px; } + +.cke_skin_v2 .cke_button_bidirtl .cke_icon +{ + background-position: 0 -1072px; +} + +.cke_skin_v2 .cke_button_bidiltr .cke_icon +{ + background-position: 0 -1056px; +}