X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Fkama%2Ficons.css;h=dfe0113586bb97338e650540e2ae666ea63bc328;hb=9afde8772159bd3436f1f5b7862960307710ae5a;hp=92da46dae3ca0bdbd83198faafa56d3d6e1fc8cb;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/skins/kama/icons.css b/_source/skins/kama/icons.css index 92da46d..dfe0113 100644 --- a/_source/skins/kama/icons.css +++ b/_source/skins/kama/icons.css @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2010, 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_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 +268,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; @@ -283,6 +303,19 @@ For licensing, see LICENSE.html or http://ckeditor.com/license background-position: 0 -1152px; } +.cke_skin_kama .cke_button_creatediv .cke_icon +{ + background-position: 0 -1168px; +} +.cke_skin_kama .cke_button_editdiv .cke_icon +{ + background-position: 0 -1184px; +} +.cke_skin_kama .cke_button_removediv .cke_icon +{ + background-position: 0 -1200px; +} + .cke_skin_kama .cke_button_flash .cke_icon { background-position: 0 -592px; @@ -307,3 +340,22 @@ For licensing, see LICENSE.html or http://ckeditor.com/license { background-position: 0 -1040px; } + +.cke_skin_kama .cke_button_editdiv .cke_icon +{ + background-position: 0 -1184px; +} + +.cke_skin_kama .cke_button_bidirtl .cke_icon +{ + background-position: 0 -1072px; +} + +.cke_skin_kama .cke_button_bidiltr .cke_icon +{ + background-position: 0 -1056px; +} +.cke_skin_kama .cke_button_iframe .cke_icon +{ + background-position: 0 -1279px; +}