X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Foffice2003%2Ftoolbar.css;h=ff5ae7f2b5140490357b44363ba7b41fed9c336d;hb=8f6c203fdaa543c3bca40baea6ae4ddcdf1a77f5;hp=c92b0fa49ad5172ed4ad14ae0faf9747fdfaaacf;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/skins/office2003/toolbar.css b/_source/skins/office2003/toolbar.css index c92b0fa..ff5ae7f 100644 --- a/_source/skins/office2003/toolbar.css +++ b/_source/skins/office2003/toolbar.css @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2009, 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 */ @@ -11,6 +11,19 @@ For licensing, see LICENSE.html or http://ckeditor.com/license } } +.cke_skin_office2003 .cke_browser_webkit .cke_toolbox, +.cke_skin_office2003 .cke_browser_webkit .cke_toolbox > span +{ + white-space: normal; +} + +.cke_skin_office2003 .cke_toolbox +{ + clear: both; + /* Define the padding-bottom otherwise the collapser button will not be clickable #4932*/ + padding-bottom: 1px; +} + .cke_skin_office2003 a.cke_toolbox_collapser, .cke_skin_office2003 a:hover.cke_toolbox_collapser { @@ -32,6 +45,19 @@ For licensing, see LICENSE.html or http://ckeditor.com/license float: left; } +.cke_skin_office2003 a.cke_toolbox_collapser span +{ + display: none; +} + +.cke_skin_office2003 .cke_hc a.cke_toolbox_collapser span +{ + font-size: 10px; + font-weight: bold; + font-family: Arial; + display: inline; +} + .cke_skin_office2003 a.cke_toolbox_collapser_min, .cke_skin_office2003 a:hover.cke_toolbox_collapser_min { @@ -59,6 +85,8 @@ For licensing, see LICENSE.html or http://ckeditor.com/license background-repeat: repeat-x; display: inline-block; float: left; + !height: 28px; + !line-height: 28px; } .cke_skin_office2003 .cke_rtl .cke_toolbar @@ -182,6 +210,14 @@ For licensing, see LICENSE.html or http://ckeditor.com/license #float: none; } +/*#7181*/ +.cke_skin_office2003 .cke_browser_ie9 .cke_rtl .cke_separator, +.cke_skin_office2003 .cke_browser_ie9 .cke_rtl .cke_toolbar_start, +.cke_skin_office2003 .cke_browser_ie9 .cke_rtl .cke_toolbar_end +{ + vertical-align:middle; +} + .cke_skin_office2003 .cke_button a, .cke_skin_office2003 .cke_button a:hover, .cke_skin_office2003 .cke_button a:focus, @@ -219,6 +255,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license { opacity: 1.0; filter: alpha(opacity=100); + _border: 1px solid transparent; } .cke_skin_office2003 .cke_button a.cke_on @@ -231,39 +268,48 @@ For licensing, see LICENSE.html or http://ckeditor.com/license _margin: 2px 0 0 0; } -.cke_skin_office2003 .cke_hc .cke_button a.cke_on +.cke_skin_office2003 .cke_hc .cke_button a:hover, +.cke_skin_office2003 .cke_hc .cke_button a:focus, +.cke_skin_office2003 .cke_hc .cke_button a:active /* IE */ { padding: 0 2px !important; border-width: 3px; } -.cke_skin_office2003 .cke_button a.cke_disabled, -.cke_skin_office2003 .cke_button a:hover.cke_disabled, -.cke_skin_office2003 .cke_button a:focus.cke_disabled, -.cke_skin_office2003 .cke_button a:active.cke_disabled +.cke_skin_office2003 .cke_button a.cke_disabled * { - border: solid 1px transparent; filter: alpha(opacity=30); /* IE */ - opacity : 0.3; /* Safari, Opera and Mozilla */ - vertical-align: top; + opacity: 0.3; /* Safari, Opera and Mozilla */ +} - _border: none; - _margin: 3px 1px 1px 1px; +/* IE with zoom != 100% will distort the icons otherwise #4821 */ +.cke_skin_office2003 .cke_browser_ie .cke_button a.cke_disabled *, +.cke_skin_office2003 .cke_browser_ie a:hover.cke_button .cke_disabled * +{ + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'), alpha(opacity=30); +} +.cke_skin_office2003 .cke_browser_ie .cke_rtl .cke_button a.cke_disabled *, +.cke_skin_office2003 .cke_browser_ie .cke_rtl a:hover.cke_button .cke_disabled * +{ + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'), alpha(opacity=30); +} +.cke_skin_office2003 .cke_browser_ie6 .cke_button a.cke_disabled *, +.cke_skin_office2003 .cke_browser_ie6 a:hover.cke_button .cke_disabled *, +.cke_skin_office2003 .cke_browser_ie .cke_button.cke_noalphafix a.cke_disabled * +{ + filter: alpha(opacity=30); } -.cke_skin_office2003 .cke_hc .cke_button a.cke_disabled, -.cke_skin_office2003 .cke_browser_ie.cke_hc a:hover.cke_button .cke_disabled +.cke_skin_office2003 .cke_hc .cke_button a.cke_disabled *, +.cke_skin_office2003 .cke_browser_ie.cke_hc a:hover.cke_button .cke_disabled * { filter: alpha(opacity=60); opacity: 0.6; } -.cke_skin_office2003 .cke_button a:hover.cke_on, -.cke_skin_office2003 .cke_button a:focus.cke_on, -.cke_skin_office2003 .cke_button a:active.cke_on, /* IE */ -.cke_skin_office2003 .cke_button a:hover.cke_off, -.cke_skin_office2003 .cke_button a:focus.cke_off, -.cke_skin_office2003 .cke_button a:active.cke_off /* IE */ +.cke_skin_office2003 .cke_button a:hover, +.cke_skin_office2003 .cke_button a:focus, +.cke_skin_office2003 .cke_button a:active /* IE */ { border: solid 1px #316ac5; background-color: #dff1ff; @@ -275,17 +321,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license padding: 2px 4px; } -.cke_skin_office2003 .cke_hc .cke_button a:hover.cke_on, -.cke_skin_office2003 .cke_hc .cke_button a:focus.cke_on, -.cke_skin_office2003 .cke_hc .cke_button a:active.cke_on, /* IE */ -.cke_skin_office2003 .cke_hc .cke_button a:hover.cke_off, -.cke_skin_office2003 .cke_hc .cke_button a:focus.cke_off, -.cke_skin_office2003 .cke_hc .cke_button a:active.cke_off /* IE */ -{ - padding: 0 2px !important; - border-width: 3px; -} - .cke_skin_office2003 .cke_button .cke_icon { background-image: url(icons.png); @@ -295,15 +330,37 @@ For licensing, see LICENSE.html or http://ckeditor.com/license width: 16px; height: 16px; display: inline-block; + cursor: default; +} + +.cke_skin_office2003 .cke_rtl .cke_button .cke_icon +{ + background-image: url(icons_rtl.png); +} + +/* IE with zoom != 100% will distort the icons otherwise #4821 */ +.cke_skin_office2003 .cke_browser_ie .cke_button .cke_icon +{ + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); +} +.cke_skin_office2003 .cke_browser_ie .cke_rtl .cke_button .cke_icon +{ + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); +} +.cke_skin_office2003 .cke_browser_ie6 .cke_button .cke_icon, +.cke_skin_office2003 .cke_browser_ie6 .cke_rtl .cke_button .cke_icon, +.cke_skin_office2003 .cke_browser_ie .cke_button.cke_noalphafix .cke_icon, +.cke_skin_office2003 .cke_browser_ie .cke_rtl .cke_button.cke_noalphafix .cke_icon +{ + filter: ; } .cke_skin_office2003 .cke_button .cke_label { display: none; padding-left: 3px; - vertical-align: 3px; cursor: default; - + vertical-align:middle; _background-image: url(images/sprites_ie6.png); _background-position: 0 -970px; _background-repeat: repeat-x; @@ -350,6 +407,17 @@ For licensing, see LICENSE.html or http://ckeditor.com/license background-image: url(images/sprites.png); _background-image: url(images/sprites_ie6.png); background-repeat: no-repeat; + cursor: default; +} + +/* IE with zoom != 100% will distort the icons otherwise #4821 */ +.cke_skin_office2003 .cke_browser_ie .cke_button .cke_buttonarrow +{ + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); +} +.cke_skin_office2003 .cke_browser_ie6 .cke_button .cke_buttonarrow +{ + filter: ; } .cke_skin_office2003 .cke_rtl .cke_button .cke_buttonarrow @@ -440,3 +508,15 @@ For licensing, see LICENSE.html or http://ckeditor.com/license /* revert previous */ vertical-align: baseline; } + +/* Separator + Combo penetrate toolbar in IE quirks. (#4461) */ +.cke_skin_office2003 .cke_browser_iequirks .cke_separator +{ + vertical-align: text-bottom; +} +/* Fix cursor shape consistency on toolbar combos (#4031) */ +.cke_skin_office2003 .cke_browser_ie .cke_rcombo, +.cke_skin_office2003 .cke_browser_ie .cke_rcombo * +{ + cursor: default; +}