2007-03-22 10:30:00 -07:00
|
|
|
/* ..... page navigation ..... */
|
|
|
|
|
2009-05-30 21:41:57 -07:00
|
|
|
.home-arrow,
|
2009-07-29 11:33:53 -07:00
|
|
|
.end-arrow:-moz-locale-dir(rtl) {
|
2009-05-30 21:41:57 -07:00
|
|
|
list-style-image: url("chrome://global/skin/printpreview/arrow-left-end.png");
|
|
|
|
-moz-image-region: rect(0, 16px, 16px, 0);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2009-05-30 21:41:57 -07:00
|
|
|
.home-arrow:hover,
|
2009-07-29 11:33:53 -07:00
|
|
|
.end-arrow:-moz-locale-dir(rtl):hover {
|
2009-05-30 21:41:57 -07:00
|
|
|
-moz-image-region: rect(0, 32px, 16px, 16px);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2009-05-30 21:41:57 -07:00
|
|
|
.end-arrow,
|
2009-07-29 11:33:53 -07:00
|
|
|
.home-arrow:-moz-locale-dir(rtl) {
|
2009-05-30 21:41:57 -07:00
|
|
|
list-style-image: url("chrome://global/skin/printpreview/arrow-right-end.png");
|
|
|
|
-moz-image-region: rect(0, 16px, 16px, 0);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2009-05-30 21:41:57 -07:00
|
|
|
.end-arrow:hover,
|
2009-07-29 11:33:53 -07:00
|
|
|
.home-arrow:-moz-locale-dir(rtl):hover {
|
2009-05-30 21:41:57 -07:00
|
|
|
-moz-image-region: rect(0, 32px, 16px, 16px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.left-arrow,
|
2009-07-29 11:33:53 -07:00
|
|
|
.right-arrow:-moz-locale-dir(rtl) {
|
2009-05-30 21:41:57 -07:00
|
|
|
list-style-image: url("chrome://global/skin/printpreview/arrow-left.png");
|
|
|
|
-moz-image-region: rect(0, 16px, 16px, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
.left-arrow:hover,
|
2009-07-29 11:33:53 -07:00
|
|
|
.right-arrow:-moz-locale-dir(rtl):hover {
|
2009-05-30 21:41:57 -07:00
|
|
|
-moz-image-region: rect(0, 32px, 16px, 16px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.right-arrow,
|
2009-07-29 11:33:53 -07:00
|
|
|
.left-arrow:-moz-locale-dir(rtl) {
|
2009-05-30 21:41:57 -07:00
|
|
|
list-style-image: url("chrome://global/skin/printpreview/arrow-right.png");
|
|
|
|
-moz-image-region: rect(0, 16px, 16px, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
.right-arrow:hover,
|
2009-07-29 11:33:53 -07:00
|
|
|
.left-arrow:-moz-locale-dir(rtl):hover {
|
2009-05-30 21:41:57 -07:00
|
|
|
-moz-image-region: rect(0, 32px, 16px, 16px);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
/* ...... scale in/decrement ..... */
|
|
|
|
|
|
|
|
.up-arrow {
|
|
|
|
list-style-image: url("chrome://global/skin/arrow/arrow-up-sharp.gif");
|
|
|
|
}
|
|
|
|
|
|
|
|
.down-arrow {
|
|
|
|
list-style-image: url("chrome://global/skin/arrow/arrow-dn-sharp.gif");
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* ..... orientation ..... */
|
|
|
|
|
|
|
|
.toolbar-portrait-page {
|
|
|
|
list-style-image: url("chrome://global/skin/icons/Print-preview.png");
|
|
|
|
-moz-image-region: rect(0px 16px 16px 0px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.toolbar-landscape-page {
|
|
|
|
list-style-image: url("chrome://global/skin/icons/Print-preview.png");
|
|
|
|
-moz-image-region: rect(0px 32px 16px 16px);
|
|
|
|
}
|