X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=_source%2Fskins%2Foffice2003%2Ficons.css;h=31f5451bf20ff1411e165747508c0a52e11eee80;hb=4e70ea24db840898be8cc21c950363a52a2a6aba;hp=131bf652f2af94be8fe8a6c43d6dae1e88db6ec9;hpb=c9fdde67e6384bd5a66adc2b3bba5c4ce9db56c7;p=ckeditor.git diff --git a/_source/skins/office2003/icons.css b/_source/skins/office2003/icons.css index 131bf65..31f5451 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 */ @@ -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; @@ -352,3 +357,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license { background-position: 0 -1056px; } +.cke_skin_office2003 .cke_button_iframe .cke_icon +{ + background-position: 0 -1279px; +}