X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Fkama%2Ficons.css;h=512775430d5dc98db7594a4eddbb56bc53ae69dd;hb=3fe9cac293e090ea459a3ee10d78cbe9e1dd0e03;hp=df03f98da33921c13fe74e08a95c994ed8cf8a1f;hpb=c9fdde67e6384bd5a66adc2b3bba5c4ce9db56c7;p=ckeditor.git diff --git a/_source/skins/kama/icons.css b/_source/skins/kama/icons.css index df03f98..5127754 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-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_kama .cke_button_docProps .cke_icon +{ + background-position: 0 -16px; +} + .cke_skin_kama .cke_button_newpage .cke_icon { background-position: 0 -48px; @@ -355,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; +}