X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Foffice2003%2Ficons.css;h=4da704ce25b9c5ca3f1362c0fff0b88a46126859;hb=48b1db88210b4160dce439c6e3e32e14af8c106b;hp=a0a16453ab23800692fbba9babb1e0a32dc9b78a;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6;p=ckeditor.git diff --git a/_source/skins/office2003/icons.css b/_source/skins/office2003/icons.css index a0a1645..4da704c 100644 --- a/_source/skins/office2003/icons.css +++ b/_source/skins/office2003/icons.css @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -248,6 +248,16 @@ For licensing, see LICENSE.html or http://ckeditor.com/license background-position: 0 -416px; } +.cke_skin_office2003 .cke_mixed_dir_content .cke_button_numberedlist .cke_icon +{ + background-position: 0 -1217px; +} + +.cke_skin_office2003 .cke_mixed_dir_content .cke_button_bulletedlist .cke_icon +{ + background-position: 0 -1233px; +} + .cke_skin_office2003 .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_office2003 .cke_mixed_dir_content .cke_button_indent .cke_icon +{ + background-position: 0 -1265px; +} + +.cke_skin_office2003 .cke_mixed_dir_content .cke_button_outdent .cke_icon +{ + background-position: 0 -1249px; +} + .cke_skin_office2003 .cke_button_justifyleft .cke_icon { background-position: 0 -464px; @@ -322,3 +342,17 @@ For licensing, see LICENSE.html or http://ckeditor.com/license { background-position: 0 -1200px; } + +.cke_skin_office2003 .cke_button_bidirtl .cke_icon +{ + background-position: 0 -1072px; +} + +.cke_skin_office2003 .cke_button_bidiltr .cke_icon +{ + background-position: 0 -1056px; +} +.cke_skin_office2003 .cke_button_iframe .cke_icon +{ + background-position: 0 -1279px; +}