X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Fv2%2Ficons.css;h=f64ff5296330d3cbf0c2ac944ea2ca1e3f65203e;hb=e371ddf8abcb89013e20e6d0dd746adec344d0e5;hp=10e2e38cb9849a25d37a8ecfc347eb416f89170f;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/skins/v2/icons.css b/_source/skins/v2/icons.css index 10e2e38..f64ff52 100644 --- a/_source/skins/v2/icons.css +++ b/_source/skins/v2/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 */ @@ -307,3 +307,28 @@ For licensing, see LICENSE.html or http://ckeditor.com/license { background-position: 0 -1040px; } + +.cke_skin_v2 .cke_button_creatediv .cke_icon +{ + background-position: 0 -1168px; +} + +.cke_skin_v2 .cke_button_editdiv .cke_icon +{ + background-position: 0 -1184px; +} + +.cke_skin_v2 .cke_button_removediv .cke_icon +{ + background-position: 0 -1200px; +} + +.cke_skin_v2 .cke_button_bidirtl .cke_icon +{ + background-position: 0 -1072px; +} + +.cke_skin_v2 .cke_button_bidiltr .cke_icon +{ + background-position: 0 -1056px; +}