X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fprinting.css;fp=EarlyBlue%2Fglobal%2FwizardOverlay.css;h=41ff350880f65026b7536af79539ea239d05e5ee;hb=32fb9cf922b000ef9e13f984e6d1a587d2b46582;hp=f149862ed6402a4e4f177d2c78c7a9d3b1da07e8;hpb=613daf44f803febb8f13cb8e08f43e09d27bfee2;p=themes.git diff --git a/EarlyBlue/global/wizardOverlay.css b/EarlyBlue/global/printing.css similarity index 53% rename from EarlyBlue/global/wizardOverlay.css rename to EarlyBlue/global/printing.css index f149862e..41ff3508 100644 --- a/EarlyBlue/global/wizardOverlay.css +++ b/EarlyBlue/global/printing.css @@ -11,15 +11,16 @@ * for the specific language governing rights and limitations under the * License. * - * The Original Code is "Classic" theme of mozilla.org code. + * The Original Code is the Mozilla Print Preview Toolbar. * * The Initial Developer of the Original Code is - * the Mozilla Organization. - * Portions created by the Initial Developer are Copyright (C) 1998-2001 + * Netscape Communications Corp. + * Portions created by the Initial Developer are Copyright (C) 2002 * the Initial Developer. All Rights Reserved. * * Contributor(s): - * Robert Kaiser + * Samir Gehani + * Bill Law * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or @@ -35,30 +36,52 @@ * * ***** END LICENSE BLOCK ***** */ -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); +/* ::::: print preview toolbar ::::: */ -#wiz-back-button { - list-style-image : url("chrome://global/skin/arrow/arrow-left.gif"); +/* ..... page navigation ..... */ + +.home-arrow { + list-style-image: url("chrome://global/skin/arrow/arrow-left-sharp-end.gif"); +} + +.end-arrow { + list-style-image: url("chrome://global/skin/arrow/arrow-right-sharp-end.gif"); +} + +.last-arrow { + list-style-image: url("chrome://global/skin/arrow/arrow-left-sharp.gif"); +} + +.next-arrow { + list-style-image: url("chrome://global/skin/arrow/arrow-right-sharp.gif"); +} + +/* ...... scale in/decrement ..... */ + +.up-arrow { + list-style-image: url("chrome://global/skin/arrow/arrow-up-sharp.gif"); } -#wiz-back-button[disabled] { - list-style-image : url("chrome://global/skin/arrow/arrow-left-disabled.gif"); + +.down-arrow { + list-style-image: url("chrome://global/skin/arrow/arrow-down-sharp.gif"); } -#wiz-next-button { - list-style-image : url("chrome://global/skin/arrow/arrow-right.gif"); + +/* ..... orientation ..... */ + +.toolbar-portrait-page { + list-style-image: url("chrome://global/skin/icons/pg-portrait-small.gif"); } -#wiz-next-button[disabled] { - list-style-image : url("chrome://global/skin/arrow/arrow-right-disabled.gif"); + +.toolbar-landscape-page { + list-style-image: url("chrome://global/skin/icons/pg-landscape-small.gif"); } -#wizardButtons - { - margin-bottom : 0.4em; - } +/* ::::: page setup dialog ::::: */ -.box-wizardcontent - { - margin-left : 44px; - margin-right : 44px; - width : 30em; - } +.portrait-page { + list-style-image: url("chrome://global/skin/icons/pg-portrait.gif"); +} +.landscape-page { + list-style-image: url("chrome://global/skin/icons/pg-landscape.gif"); +}