X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2FprintPreview.css;fp=EarlyBlue%2Fglobal%2Fprinting.css;h=f8ca5bad064632d468a9825c5c8f6a398537681a;hp=f1128cd4683ac5d7367b319c46098ef6bf00d277;hb=e181d49eeb1dcbecff7259949174b68c78b547c9;hpb=df8c26c46020f7b778d46e6ceedc93e4d4cb6202 diff --git a/EarlyBlue/global/printing.css b/EarlyBlue/global/printPreview.css similarity index 78% rename from EarlyBlue/global/printing.css rename to EarlyBlue/global/printPreview.css index f1128cd4..f8ca5bad 100644 --- a/EarlyBlue/global/printing.css +++ b/EarlyBlue/global/printPreview.css @@ -11,16 +11,15 @@ * for the specific language governing rights and limitations under the * License. * - * The Original Code is the Mozilla Print Preview Toolbar. + * The Original Code is "Classic" theme of mozilla.org code. * * The Initial Developer of the Original Code is - * Netscape Communications Corp. - * Portions created by the Initial Developer are Copyright (C) 2002 + * the Mozilla Organization. + * Portions created by the Initial Developer are Copyright (C) 1998-2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): - * Samir Gehani - * Bill Law + * Robert Kaiser * * 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 @@ -34,44 +33,43 @@ * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * - * ***** END LICENSE BLOCK ***** */ /* ::::: print preview toolbar ::::: */ /* ..... page navigation ..... */ -.home-arrow { +.home-arrow, .end-arrow[chromedir="rtl"] { list-style-image: url("chrome://global/skin/arrow/arrow-left-sharp-end.gif"); } -.end-arrow { +.end-arrow, .home-arrow[chromedir="rtl"] { list-style-image: url("chrome://global/skin/arrow/arrow-right-sharp-end.gif"); } -.last-arrow { +.left-arrow, .right-arrow[chromedir="rtl"] { list-style-image: url("chrome://global/skin/arrow/arrow-left-sharp.gif"); } -.next-arrow { +.right-arrow, .left-arrow[chromedir="rtl"] { list-style-image: url("chrome://global/skin/arrow/arrow-right-sharp.gif"); } -/* ..... orientation ..... */ +/* ...... scale in/decrement ..... */ -.toolbar-portrait-page { - list-style-image: url("chrome://global/skin/icons/pg-portrait-small.gif"); +.up-arrow { + list-style-image: url("chrome://global/skin/arrow/arrow-up-sharp.gif"); } -.toolbar-landscape-page { - list-style-image: url("chrome://global/skin/icons/pg-landscape-small.gif"); +.down-arrow { + list-style-image: url("chrome://global/skin/arrow/arrow-dn-sharp.gif"); } -/* ::::: page setup dialog ::::: */ +/* ..... orientation ..... */ -.portrait-page { - list-style-image: url("chrome://global/skin/icons/pg-portrait.gif"); +.toolbar-portrait-page { + list-style-image: url("chrome://global/skin/icons/pg-portrait-small.gif"); } -.landscape-page { - list-style-image: url("chrome://global/skin/icons/pg-landscape.gif"); +.toolbar-landscape-page { + list-style-image: url("chrome://global/skin/icons/pg-landscape-small.gif"); }