X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Foffice2003%2Ficons.css;h=63f1626d5d37a08edaa94c21d1aa017ce7fd2445;hb=3fe9cac293e090ea459a3ee10d78cbe9e1dd0e03;hp=d1f86775d3c04cc5dad81a7fbb50574d3f980911;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/skins/office2003/icons.css b/_source/skins/office2003/icons.css index d1f8677..63f1626 100644 --- a/_source/skins/office2003/icons.css +++ b/_source/skins/office2003/icons.css @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -8,6 +8,11 @@ For licensing, see LICENSE.html or http://ckeditor.com/license background-position: 0 0; } +.cke_skin_office2003 .cke_button_docProps .cke_icon +{ + background-position: 0 -16px; +} + .cke_skin_office2003 .cke_button_newpage .cke_icon { background-position: 0 -48px; @@ -248,6 +253,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 +273,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; @@ -307,3 +332,32 @@ For licensing, see LICENSE.html or http://ckeditor.com/license { background-position: 0 -1040px; } + +.cke_skin_office2003 .cke_button_creatediv .cke_icon +{ + background-position: 0 -1168px; +} + +.cke_skin_office2003 .cke_button_editdiv .cke_icon +{ + background-position: 0 -1184px; +} + +.cke_skin_office2003 .cke_button_removediv .cke_icon +{ + 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; +}