Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git] / toolkit / themes / winstripe / global / printPreview.css
blob2067012e879fa3f76c9e7faacf33e676fed4653f
1 /* ..... page navigation ..... */
3 .home-arrow, .end-arrow[chromedir="rtl"] {
4 list-style-image: url("chrome://global/skin/arrow/arrow-lft-sharp-end.gif");
7 .end-arrow, .home-arrow[chromedir="rtl"] {
8 list-style-image: url("chrome://global/skin/arrow/arrow-rit-sharp-end.gif");
11 .left-arrow, .right-arrow[chromedir="rtl"] {
12 list-style-image: url("chrome://global/skin/arrow/arrow-lft-sharp.gif");
15 .right-arrow, .left-arrow[chromedir="rtl"] {
16 list-style-image: url("chrome://global/skin/arrow/arrow-rit-sharp.gif");
19 /* ...... scale in/decrement ..... */
21 .up-arrow {
22 list-style-image: url("chrome://global/skin/arrow/arrow-up-sharp.gif");
25 .down-arrow {
26 list-style-image: url("chrome://global/skin/arrow/arrow-dn-sharp.gif");
30 /* ..... orientation ..... */
32 .toolbar-portrait-page {
33 list-style-image: url("chrome://global/skin/icons/Print-preview.png");
34 -moz-image-region: rect(0px 16px 16px 0px);
37 .toolbar-landscape-page {
38 list-style-image: url("chrome://global/skin/icons/Print-preview.png");
39 -moz-image-region: rect(0px 32px 16px 16px);