synching EarlyBlue with trunk *stripe, rest of global/ files
[themes.git] / EarlyBlue / global / printPreview.css
similarity index 78%
rename from EarlyBlue/global/printing.css
rename to EarlyBlue/global/printPreview.css
index f1128cd4683ac5d7367b319c46098ef6bf00d277..f8ca5bad064632d468a9825c5c8f6a398537681a 100644 (file)
  * 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  <sgehani@netscape.com>
- *   Bill Law      <law@netscape.com>
+ *   Robert Kaiser <KaiRo@KaiRo.at>
  *
  * 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
  * 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");
 }