michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: /* ..... page navigation ..... */ michael@0: michael@0: .home-arrow, michael@0: .end-arrow:-moz-locale-dir(rtl) { michael@0: list-style-image: url("chrome://global/skin/printpreview/arrow-left-end.png"); michael@0: -moz-image-region: rect(0, 16px, 16px, 0); michael@0: } michael@0: michael@0: .home-arrow:hover, michael@0: .end-arrow:-moz-locale-dir(rtl):hover { michael@0: -moz-image-region: rect(0, 32px, 16px, 16px); michael@0: } michael@0: michael@0: .end-arrow, michael@0: .home-arrow:-moz-locale-dir(rtl) { michael@0: list-style-image: url("chrome://global/skin/printpreview/arrow-right-end.png"); michael@0: -moz-image-region: rect(0, 16px, 16px, 0); michael@0: } michael@0: michael@0: .end-arrow:hover, michael@0: .home-arrow:-moz-locale-dir(rtl):hover { michael@0: -moz-image-region: rect(0, 32px, 16px, 16px); michael@0: } michael@0: michael@0: .previous-arrow, michael@0: .next-arrow:-moz-locale-dir(rtl) { michael@0: list-style-image: url("chrome://global/skin/printpreview/arrow-left.png"); michael@0: -moz-image-region: rect(0, 16px, 16px, 0); michael@0: } michael@0: michael@0: .previous-arrow:hover, michael@0: .next-arrow:-moz-locale-dir(rtl):hover { michael@0: -moz-image-region: rect(0, 32px, 16px, 16px); michael@0: } michael@0: michael@0: .next-arrow, michael@0: .previous-arrow:-moz-locale-dir(rtl) { michael@0: list-style-image: url("chrome://global/skin/printpreview/arrow-right.png"); michael@0: -moz-image-region: rect(0, 16px, 16px, 0); michael@0: } michael@0: michael@0: .next-arrow:hover, michael@0: .previous-arrow:-moz-locale-dir(rtl):hover { michael@0: -moz-image-region: rect(0, 32px, 16px, 16px); michael@0: } michael@0: michael@0: /* ...... scale in/decrement ..... */ michael@0: michael@0: .up-arrow { michael@0: list-style-image: url("chrome://global/skin/arrow/arrow-up-sharp.gif"); michael@0: } michael@0: michael@0: .down-arrow { michael@0: list-style-image: url("chrome://global/skin/arrow/arrow-dn-sharp.gif"); michael@0: } michael@0: michael@0: michael@0: /* ..... orientation ..... */ michael@0: michael@0: .toolbar-portrait-page { michael@0: list-style-image: url("chrome://global/skin/icons/Print-preview.png"); michael@0: -moz-image-region: rect(0px 16px 16px 0px); michael@0: } michael@0: michael@0: .toolbar-landscape-page { michael@0: list-style-image: url("chrome://global/skin/icons/Print-preview.png"); michael@0: -moz-image-region: rect(0px 32px 16px 16px); michael@0: }