X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Foffice2003%2Ftoolbar.css;h=bbf7fea7c2b203fefa6ee16631f32baa986e6b7a;hb=055b6b0792ce7dc53d47af606b367c04b927c2ab;hp=86619fb6b112bc616e0e0728cdd584364739291c;hpb=7cd80714081a8ffdf4a1a8d2c72f120ed5ef3d6d;p=ckeditor.git diff --git a/_source/skins/office2003/toolbar.css b/_source/skins/office2003/toolbar.css index 86619fb..bbf7fea 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-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -17,6 +17,13 @@ For licensing, see LICENSE.html or http://ckeditor.com/license 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 { @@ -38,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 { @@ -65,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 @@ -225,6 +247,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 @@ -237,39 +260,31 @@ 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 *, +.cke_skin_office2003 .cke_browser_ie a:hover.cke_button .cke_disabled * { - border: solid 1px transparent; filter: alpha(opacity=30); /* IE */ - opacity : 0.3; /* Safari, Opera and Mozilla */ - vertical-align: top; - - _border: none; - _margin: 3px 1px 1px 1px; + opacity: 0.3; /* Safari, Opera and Mozilla */ } -.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; @@ -281,17 +296,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); @@ -301,15 +305,15 @@ For licensing, see LICENSE.html or http://ckeditor.com/license width: 16px; height: 16px; display: inline-block; + cursor: default; } .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; @@ -356,6 +360,7 @@ 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; } .cke_skin_office2003 .cke_rtl .cke_button .cke_buttonarrow