X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Fkama%2Ficons.css;h=9dfa35b9b630224b27ff4b46ab37b343b4de1df9;hb=4e70ea24db840898be8cc21c950363a52a2a6aba;hp=df7666da44254b47af287069e8f61158878b5801;hpb=e371ddf8abcb89013e20e6d0dd746adec344d0e5;p=ckeditor.git diff --git a/_source/skins/kama/icons.css b/_source/skins/kama/icons.css index df7666d..9dfa35b 100644 --- a/_source/skins/kama/icons.css +++ b/_source/skins/kama/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_kama .cke_button_docProps .cke_icon +{ + background-position: 0 -16px; +} + .cke_skin_kama .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_kama .cke_mixed_dir_content .cke_button_numberedlist .cke_icon +{ + background-position: 0 -1217px; +} + +.cke_skin_kama .cke_mixed_dir_content .cke_button_bulletedlist .cke_icon +{ + background-position: 0 -1233px; +} + .cke_skin_kama .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_kama .cke_mixed_dir_content .cke_button_indent .cke_icon +{ + background-position: 0 -1265px; +} + +.cke_skin_kama .cke_mixed_dir_content .cke_button_outdent .cke_icon +{ + background-position: 0 -1249px; +} + .cke_skin_kama .cke_button_justifyleft .cke_icon { background-position: 0 -464px; @@ -335,3 +360,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license { background-position: 0 -1056px; } +.cke_skin_kama .cke_button_iframe .cke_icon +{ + background-position: 0 -1279px; +}