Bug 590817 - Use physical units (mozmm) for core CSS lengths [r=mbrubeck r=wjohnston]

This commit is contained in:
Mark Finkle 2011-01-13 18:36:56 -05:00
parent 83e13a4b20
commit c17562aa6b
26 changed files with 506 additions and 332 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,173 @@
%filter substitution
%ifdef ANDROID
%define font_xlarge 5.08mozmm
%define font_normal 2.54mozmm
%define font_small 1.91mozmm
%define font_xsmall 1.69mozmm
%define font_tiny 1.48mozmm
%define font_xtiny 1.27mozmm
%define touch_row 7.41mozmm
%define touch_button_xlarge 7.62mozmm
%define touch_button_large 6.77mozmm
%define touch_button_small 5.93mozmm
%define touch_action_minwidth 21.17mozmm
%define touch_normal 6.77mozmm
%define margin_large 2.54mozmm
%define margin_xxxnormal 1.69mozmm
%define margin_xnormal 1.06mozmm
%define margin_normal 0.85mozmm
%define margin_snormal 0.64mozmm
%define margin_small 0.42mozmm
%define margin_tiny 0.21mozmm
%define margin_xtiny 0.11mozmm
%define padding_xlarge 3.39mozmm
%define padding_large 2.54mozmm
%define padding_xxxnormal 1.69mozmm
%define padding_xxnormal 1.27mozmm
%define padding_xnormal 1.06mozmm
%define padding_normal 0.85mozmm
%define padding_snormal 0.64mozmm
%define padding_small 0.42mozmm
%define padding_xsmall 0.21mozmm
%define padding_tiny 0.11mozmm
%define border_width_xlarge 0.42mozmm
%define border_width_large 0.32mozmm
%define border_width_small 0.21mozmm
%define border_width_tiny 0.11mozmm
%define border_radius_normal 0.85mozmm
%define border_radius_small 0.64mozmm
%define border_radius_tiny 0.21mozmm
%define shadow_width_xlarge 1.06mozmm
%define shadow_width_large 0.64mozmm
%define shadow_width_small 0.21mozmm
%define textbox_height 5.08mozmm
%define dropmarker_padding 0.53mozmm
%define progressmeter_height 3.39mozmm
%define urlbar_edit_height 6.35mozmm
%define urlbar_edit_indent 0.85mozmm
%define scroller_thickness 0.64mozmm
%define scroller_minimum 1.27mozmm
%define sidebar_width_minimum 8.47mozmm
%define sidebar_button_height 7.41mozmm
%define documenttab_margin_bottom 0.53mozmm
%define placelabel_padding 8.47mozmm
%define placeitem_padding 4.23mozmm
%define autocomplete_item_container_image_padding 0.53mozmm
%define autocomplete_item_container_position 0.21mozmm
%define autocomplete_item_container_size 2.75mozmm
%define autocomplete_item_container_padding 5.08mozmm
%define autocomplete_item_subtitle_margin 2.75mozmm
%define autocomplete_item_label_margin 3.18mozmm
%define autocomplete_item_tags_margin 3.39mozmm
%define autocompleteresult_padding 0.53mozmm
%define appmenu_font 2.33mozmm
%define appmenu_portrait_height 21.17mozmm
%define appmenu_button_height 10.48mozmm
%else
%define font_xlarge 48px
%define font_normal 24px
%define font_small 18px
%define font_xsmall 16px
%define font_tiny 14px
%define font_xtiny 12px
%define touch_row 70px
%define touch_button_xlarge 72px
%define touch_button_large 64px
%define touch_button_small 56px
%define touch_action_minwidth 200px
%define touch_normal 64px
%define margin_large 24px
%define margin_xxxnormal 16px
%define margin_xnormal 10px
%define margin_normal 8px
%define margin_snormal 6px
%define margin_small 4px
%define margin_tiny 2px
%define margin_xtiny 1px
%define padding_xlarge 32px
%define padding_large 24px
%define padding_xxxnormal 16px
%define padding_xxnormal 12px
%define padding_xnormal 10px
%define padding_normal 8px
%define padding_snormal 6px
%define padding_small 4px
%define padding_xsmall 2px
%define padding_tiny 1px
%define border_width_xlarge 4px
%define border_width_large 3px
%define border_width_small 2px
%define border_width_tiny 1px
%define border_radius_normal 8px
%define border_radius_small 6px
%define border_radius_tiny 2px
%define shadow_width_xlarge 10px
%define shadow_width_large 6px
%define shadow_width_small 2px
%define textbox_height 48px
%define dropmarker_margin 5px
%define progressmeter_height 32px
%define urlbar_edit_height 60px
%define urlbar_edit_indent 8px
%define scroller_thickness 6px
%define scroller_minimum 12px
%define sidebar_width_minimum 80px
%define sidebar_button_height 70px
%define documenttab_margin_bottom 5px
%define placelabel_padding 80px
%define placeitem_padding 40px
%define autocomplete_item_container_image_padding 5px
%define autocomplete_item_container_position 2px
%define autocomplete_item_container_size 26px
%define autocomplete_item_container_padding 48px
%define autocomplete_item_subtitle_margin 26px
%define autocomplete_item_label_margin 30px
%define autocomplete_item_tags_margin 32px
%define autocompleteresult_padding 5px
%define appmenu_font 22px
%define appmenu_portrait_height 200px
%define appmenu_button_height 99px
%endif
%ifdef MOZ_PLATFORM_MAEMO
%define orientation -moz-device-orientation
%elifdef ANDROID
%define orientation -moz-device-orientation
%else
%define orientation orientation
%endif

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 873 B

After

Width:  |  Height:  |  Size: 860 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 962 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1003 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 940 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -9,9 +9,9 @@ chrome.jar:
skin/config.css (config.css)
skin/firstRun.css (firstRun.css)
skin/header.css (header.css)
skin/platform.css (platform.css)
* skin/platform.css (platform.css)
* skin/browser.css (browser.css)
skin/notification.css (notification.css)
* skin/notification.css (notification.css)
skin/touchcontrols.css (touchcontrols.css)
% override chrome://global/skin/about.css chrome://browser/skin/about.css
% override chrome://global/skin/media/videocontrols.css chrome://browser/skin/touchcontrols.css
@ -58,8 +58,8 @@ chrome.jar:
skin/images/reload-hdpi.png (images/reload-hdpi.png)
skin/images/alert-addons-30.png (images/alert-addons-30.png)
skin/images/alert-downloads-30.png (images/alert-downloads-30.png)
skin/images/addons-default-64.png (images/addons-default-64.png)
skin/images/back-default-64.png (images/back-default-64.png)
skin/images/addons-default-hdpi.png (images/addons-default-hdpi.png)
skin/images/back-default-hdpi.png (images/back-default-hdpi.png)
skin/images/allpages-48.png (images/allpages-48.png)
skin/images/history-48.png (images/history-48.png)
skin/images/bookmark-default-hdpi.png (images/bookmark-default-hdpi.png)
@ -68,13 +68,13 @@ chrome.jar:
skin/images/panelrow-active-hdpi.png (images/panelrow-active-hdpi.png)
skin/images/panelrow-default-hdpi.png (images/panelrow-default-hdpi.png)
skin/images/panelrow-selected-hdpi.png (images/panelrow-selected-hdpi.png)
skin/images/forward-default-64.png (images/forward-default-64.png)
skin/images/downloads-default-64.png (images/downloads-default-64.png)
skin/images/settings-default-64.png (images/settings-default-64.png)
skin/images/preferences-default-64.png (images/preferences-default-64.png)
skin/images/forward-default-hdpi.png (images/forward-default-hdpi.png)
skin/images/downloads-default-hdpi.png (images/downloads-default-hdpi.png)
skin/images/settings-default-hdpi.png (images/settings-default-hdpi.png)
skin/images/preferences-default-hdpi.png (images/preferences-default-hdpi.png)
skin/images/row-header-bg.png (images/row-header-bg.png)
skin/images/console-default-64.png (images/console-default-64.png)
skin/images/newtab-default-64.png (images/newtab-default-64.png)
skin/images/console-default-hdpi.png (images/console-default-hdpi.png)
skin/images/newtab-default-hdpi.png (images/newtab-default-hdpi.png)
skin/images/tab-active-hdpi.png (images/tab-active-hdpi.png)
skin/images/tab-inactive-hdpi.png (images/tab-inactive-hdpi.png)
skin/images/tab-closed-hdpi.png (images/tab-closed-hdpi.png)

View File

@ -1,9 +1,12 @@
%filter substitution
%include defines.inc
notification, notification[type="warning"] {
padding: 0;
color: #fff;
background: #5768c3;
border-top: 1px solid #4756aa;
border-bottom: 1px solid #4756aa;
border-top: @border_width_tiny@ solid #4756aa;
border-bottom: @border_width_tiny@ solid #4756aa;
}
notification .messageCloseButton {
@ -25,5 +28,5 @@ notification .outset {
}
notification .buttons {
padding: 8px; /* core spacing */
padding: @padding_normal@;
}

View File

@ -38,10 +38,13 @@
/* global skin ------------------------------------------------------------- */
@import url(chrome://global/skin/);
%filter substitution
%include defines.inc
/* general stuff ------------------------------------------------------------ */
:root {
font-family: "Nokia Sans", Tahoma, sans-serif !important;
font-size: 24px !important;
font-size: @font_normal@ !important;
}
::-moz-selection {
@ -58,8 +61,8 @@ menuitem {
description,
label {
/* force mac to use the same margins as windows and linux */
-moz-margin-start: 6px;
-moz-margin-end: 5px;
-moz-margin-start: @margin_snormal@;
-moz-margin-end: @margin_snormal@;
}
/* Override any OS inverse themes */
@ -75,9 +78,9 @@ textbox {
/* textboxes --------------------------------------------------------------- */
textbox:not([type="number"]) {
min-height: 48px;
border: 2px solid #cacdd5;
-moz-border-radius: 8px;
min-height: @textbox_height@;
border: @border_width_small@ solid #cacdd5;
-moz-border-radius: @border_radius_normal@;
-moz-border-top-colors: -moz-initial;
-moz-border-right-colors: -moz-initial;
-moz-border-bottom-colors: -moz-initial;
@ -89,7 +92,7 @@ textbox[isempty="true"] {
}
textbox.search-bar {
border: 2px solid rgba(0,0,0,0.4);
border: @border_width_small@ solid rgba(0,0,0,0.4);
background-color: #f9f9f9;
background: url("chrome://browser/skin/images/textbox-bg.png") top left repeat-x;
}
@ -109,7 +112,7 @@ textbox[disabled="true"] {
-moz-box-align: center;
-moz-box-pack: center;
background-color: rgba(0,0,0,.6);
padding: 64px;
padding: @touch_normal@;
}
dialog,
@ -117,71 +120,68 @@ dialog,
.panel-arrowcontent {
background: url("chrome://browser/skin/images/popup-bg-hdpi.png") left bottom repeat-x;
background-color: white;
border-radius: 8px;
box-shadow: black 0 2px 2px, black 0 -1px 2px;
padding: 8px 0; /* core spacing on top/bottom */
border-radius: @border_radius_normal@;
box-shadow: black 0 @border_radius_tiny@ @border_radius_tiny@, black 0 -@border_radius_tiny@ @border_radius_tiny@;
padding: @padding_normal@ 0; /* core spacing on top/bottom */
}
dialog > .prompt-header {
padding: 8px;
font-size: 18px !important;
padding: @padding_normal@;
font-size: @font_small@ !important;
}
dialog > .prompt-header > .prompt-title {
font-size: 24px !important;
font-size: @font_normal@ !important;
}
@media (max-width: 499px) {
.context-block,
.modal-block {
padding: 32px;
}
dialog > .prompt-header {
font-size: 16px !important;
padding: @padding_xlarge@;
}
dialog > .prompt-header,
dialog > .prompt-header > .prompt-title {
font-size: 18px !important;
font-size: @font_small@ !important;
}
}
dialog > .prompt-header > .prompt-message {
margin-top: 8px;
margin-top: @margin_normal@;
white-space: pre-wrap;
}
dialog > .prompt-header > .button-checkbox {
margin-left: 24px;
margin-left: @margin_large@;
}
/* buttons ----------------------------------------------------------------- */
.button-text,
.toolbarbutton-text {
font-weight: normal;
font-size: 24px !important;
font-size: @font_normal@ !important;
}
button {
-moz-appearance: none;
min-width: 56px !important; /* button size */
min-height: 56px !important; /* button size */
min-width: @touch_button_small@ !important; /* button size */
min-height: @touch_button_small@ !important; /* button size */
color: #000;
border-radius: 8px;
margin: 8px;
padding: 10px;
border-radius: @border_radius_normal@;
margin: @margin_normal@;
padding: @padding_xnormal@;
background-image: url("chrome://browser/skin/images/button-bg.png");
background-size: auto 100%;
border: 1px solid #cacdd5;
border: @border_width_tiny@ solid #cacdd5;
}
button[disabled="true"] {
color: #aaa !important;
border: 1px solid #cacdd5 !important;
border: @border_width_tiny@ solid #cacdd5 !important;
}
button:focus > .button-box {
border: 1px solid transparent;
border: @border_width_tiny@ solid transparent;
}
button:not([disabled]):hover:active,
@ -200,18 +200,18 @@ spinbuttons {
}
.numberbox-input-box {
border: 2px solid #cacdd5;
border-right: 0px solid transparent;
border-radius: 8px 0px 0px 8px;
border: @border_width_small@ solid #cacdd5;
border-right: 0 solid transparent;
border-radius: @border_radius_normal@ 0 0 @border_radius_normal@;
-moz-border-top-colors: -moz-initial;
-moz-border-bottom-colors: -moz-initial;
-moz-border-left-colors: -moz-initial;
}
.numberbox-input-box:-moz-locale-dir(rtl) {
border-radius: 0px 8px 8px 0px;
border-right: 2px solid #cacdd5;
border-left: 0px solid transparent;
border-radius: 0 @border_radius_normal@ @border_radius_normal@ 0;
border-right: @border_width_small@ solid #cacdd5;
border-left: 0 solid transparent;
}
.spinbuttons-box {
@ -228,15 +228,15 @@ spinbuttons {
.spinbuttons-up,
.spinbuttons-down {
-moz-appearance: none !important;
min-width: 56px !important; /* button size */
min-height: 56px !important; /* button size */
min-width: @touch_button_small@ !important; /* button size */
min-height: @touch_button_small@ !important; /* button size */
color: #000;
margin: 8px;
padding: 10px;
border-radius: 0px;
margin: @margin_normal@;
padding: @padding_xnormal@;
border-radius: 0;
background-image: url("chrome://browser/skin/images/button-bg.png");
background-size: auto 100%;
border: 1px solid #cacdd5;
border: @border_width_tiny@ solid #cacdd5;
list-style-image: url("chrome://browser/skin/images/arrowdown-16.png");
}
@ -246,27 +246,32 @@ spinbuttons {
}
.spinbuttons-up {
border-radius: 0px 8px 8px 0px;
border-radius: 0 @border_radius_normal@ @border_radius_normal@ 0;
list-style-image: url("chrome://browser/skin/images/arrowup-16.png");
}
.spinbuttons-up:-moz-locale-dir(rtl) {
border-radius: 8px 0px 0px 8px;
border-radius: @border_radius_normal@ 0 0 @border_radius_normal@;
}
/* toolbar buttons --------------------------------------------------------- */
toolbarbutton {
min-width: 64px !important; /* primary button size */
min-height: 64px !important; /* primary button size */
min-width: @touch_button_large@ !important; /* primary button size */
min-height: @touch_button_large@ !important; /* primary button size */
-moz-appearance: none !important;
margin: 0;
padding: 2px;
padding: @padding_xsmall@;
}
toolbarbutton:not(.show-text) .toolbarbutton-text {
display: none !important;
}
.toolbarbutton-icon[label]:not([label=""]),
.toolbarbutton-icon[type="menu"] {
-moz-margin-end: @margin_tiny@;
}
toolbarbutton:not(.show-text) .toolbarbutton-icon,
toolbarbutton:not([image]) .toolbarbutton-icon,
toolbarbutton[image=''] .toolbarbutton-icon {
@ -288,7 +293,7 @@ toolbarbutton[open="true"] {
}
.button-checkbox > .button-image-icon {
-moz-margin-end: 8px;
-moz-margin-end: @margin_normal@;
list-style-image: url("chrome://browser/skin/images/check-unselected-30.png");
}
@ -298,10 +303,10 @@ toolbarbutton[open="true"] {
.button-checkbox:hover:active > .button-box,
.button-checkbox[checked="true"] > .button-box {
padding-top: 1px;
padding-bottom: 2px;
-moz-padding-start: 3px;
-moz-padding-end: 4px;
padding-top: @padding_tiny@;
padding-bottom: @padding_xsmall@;
-moz-padding-start: @margin_small@;
-moz-padding-end: @margin_small@;
}
/* radio buttons ----------------------------------------------------------- */
@ -311,20 +316,20 @@ radiogroup {
.radio-label {
font-weight: normal;
font-size: 24px !important;
font-size: @font_normal@ !important;
}
radio {
-moz-appearance: none;
min-width: 56px !important; /* button size */
min-height: 56px !important; /* button size */
min-width: @touch_button_small@ !important; /* button size */
min-height: @touch_button_small@ !important; /* button size */
color: #000;
padding: 10px;
margin: 0px;
padding: @padding_xnormal@;
margin: 0;
background-image: url("chrome://browser/skin/images/button-bg.png");
background-size: auto 100%;
border-top: 1px solid #cacdd5;
border-bottom: 1px solid #cacdd5;
border-top: @border_width_tiny@ solid #cacdd5;
border-bottom: @border_width_tiny@ solid #cacdd5;
}
radio .radio-icon, radio .radio-check {
@ -338,43 +343,43 @@ radio[selected] {
}
radio:first-child {
border-left: 1px solid #cacdd5;
border-radius: 8px 0px 0px 8px;
border-left: @border_width_tiny@ solid #cacdd5;
border-radius: @border_radius_normal@ 0 0 @border_radius_normal@;
}
radio:first-child:-moz-locale-dir(rtl) {
border-left: none;
border-right: 1px solid #cacdd5;
border-radius: 0px 8px 8px 0px;
border-right: @border_width_tiny@ solid #cacdd5;
border-radius: 0 @border_radius_normal@ @border_radius_normal@ 0;
}
radio:last-child {
border-right: 1px solid #cacdd5;
border-radius: 0px 8px 8px 0px;
border-right: @border_width_tiny@ solid #cacdd5;
border-radius: 0 @border_radius_normal@ @border_radius_normal@ 0;
}
radio:last-child:-moz-locale-dir(rtl) {
border-right: none;
border-left: 1px solid #cacdd5;
border-radius: 8px 0px 0px 8px;
border-left: @border_width_tiny@ solid #cacdd5;
border-radius: @border_radius_normal@ 0 0 @border_radius_normal@;
}
radio[focused="true"] > .radio-label-box {
border: 1px solid transparent;
border: @border_width_tiny@ solid transparent;
}
/* checkbox radios --------------------------------------------------------- */
checkbox {
margin: 1px 5px 2px 5px; /* match platform style for buttons */
margin: @margin_tiny@ @margin_small@ @margin_tiny@ @margin_small@; /* match platform style for buttons */
}
radio.checkbox-radio-on:not([selected]) {
border-right: 1px solid #cacdd5;
border-right: @border_width_tiny@ solid #cacdd5;
}
radio.checkbox-radio-on:not([selected]):-moz-locale-dir(rtl) {
border-left: none;
border-left: 1px solid #cacdd5;
border-left: @border_width_tiny@ solid #cacdd5;
}
radio.checkbox-radio-off[selected],
@ -397,33 +402,33 @@ richlistbox {
richlistitem {
-moz-user-focus: ignore;
min-height: 70px; /* row size */
padding: 5px;
border-bottom: 1px solid rgb(207,207,207);
min-height: @touch_row@; /* row size */
padding: @padding_small@;
border-bottom: @border_width_tiny@ solid rgb(207,207,207);
}
richlistitem label.title,
richlistitem description.title {
font-size: 24px !important;
font-size: @font_normal@ !important;
}
richlistitem label.normal,
richlistitem description.normal {
color: gray;
font-size: 18px !important;
font-size: @font_small@ !important;
white-space: pre-wrap;
}
richlistitem label.normal-black,
richlistitem description.normal-black {
font-size: 18px !important;
font-size: @font_small@ !important;
white-space: pre-wrap;
}
richlistitem label.normal-bold,
richlistitem description.normal-bold {
font-weight: bold;
font-size: 18px !important;
font-size: @font_small@ !important;
white-space: pre-wrap;
}
@ -487,27 +492,27 @@ colorpicker > vbox {
.menulist-label {
font-family: "Nokia Sans", Tahoma, sans-serif !important;
font-weight: normal;
font-size: 24px !important;
font-size: @font_normal@ !important;
background-color: transparent !important;
}
menulist {
-moz-appearance: none !important;
-moz-user-focus: ignore;
min-width: 56px !important; /* button size */
min-height: 56px !important; /* button size */
min-width: @touch_button_small@ !important; /* button size */
min-height: @touch_button_small@ !important; /* button size */
color: #000 !important;
border-radius: 8px;
margin: 8px;
padding: 6px 10px;
border-radius: @border_radius_normal@;
margin: @margin_normal@;
padding: @padding_small@ @padding_xnormal@;
background-image: url("chrome://browser/skin/images/button-bg.png");
background-size: auto 100%;
border: 1px solid #cacdd5;
border: @border_width_tiny@ solid #cacdd5;
}
menulist[disabled="true"] {
color: #aaa !important;
border: 1px solid #cacdd5 !important;
border: @border_width_tiny@ solid #cacdd5 !important;
}
menulist:not([disabled="true"]):hover:active {
@ -515,9 +520,9 @@ menulist:not([disabled="true"]):hover:active {
}
menulist > dropmarker {
height: 42px;
width: 42px;
margin-left: 5px;
height: 32px;
width: 32px;
margin-left: @margin_snormal@;
background-color: transparent; /* for windows */
border: none; /* for windows */
-moz-box-align: center;
@ -534,14 +539,14 @@ menulist[disabled="true"] > dropmarker {
/* progressmeter ----------------------------------------------------------- */
progressmeter {
background-color: #fff;
padding: 4px;
height: 32px;
border: 3px solid #aaa;
padding: @padding_small@;
height: @textbox_height@;
border: @border_width_large@ solid #aaa;
-moz-border-top-colors: -moz-initial;
-moz-border-right-colors: -moz-initial;
-moz-border-bottom-colors: -moz-initial;
-moz-border-left-colors: -moz-initial;
-moz-border-radius: 8px;
-moz-border-radius: @border_radius_normal@;
}
.progress-bar {
@ -562,28 +567,28 @@ arrowbox {
.panel-arrow[side="top"] {
list-style-image: url("chrome://browser/skin/images/arrowbox-up.png");
margin-bottom: -8px;
margin-bottom: -@margin_normal@;
}
.panel-arrow[side="bottom"] {
list-style-image: url("chrome://browser/skin/images/arrowbox-down.png");
margin-top: -8px;
margin-top: -@margin_normal@;
}
.panel-arrow[side="left"] {
list-style-image: url("chrome://browser/skin/images/arrowbox-horiz.png");
margin-right: -8px;
margin-right: -@margin_normal@;
-moz-transform: scaleX(-1);
}
.panel-arrow[side="right"] {
list-style-image: url("chrome://browser/skin/images/arrowbox-horiz.png");
margin-left: -8px;
margin-left: -@margin_normal@;
}
/*.panel-row-header ------------------------------------------------------------ */
.panel-row-header {
border-bottom: 4px solid rgb(101,121,227);
border-bottom: @border_width_xlarge@ solid rgb(101,121,227);
background-color: rgb(94,97,102);
padding: 0 !important;
}
@ -593,13 +598,13 @@ arrowbox {
background: rgb(94,97,102) url(images/panelrow-default-hdpi.png) no-repeat;
background-size: 100% 100%;
color: white;
border: 0px solid transparent !important;
-moz-border-start: 1px solid rgba(255,255,255,0.2) !important;
-moz-border-end: 1px solid rgba(0,0,0,0.2) !important;
padding-top: 3px !important;
padding-bottom: 3px !important;
-moz-padding-start: 2px !important;
-moz-padding-end: 2px !important;
border: 0 solid transparent !important;
-moz-border-start: @border_width_tiny@ solid rgba(255,255,255,0.2) !important;
-moz-border-end: @border_width_tiny@ solid rgba(0,0,0,0.2) !important;
padding-top: @padding_xsmall@ !important;
padding-bottom: @padding_xsmall@ !important;
-moz-padding-start: @padding_xsmall@ !important;
-moz-padding-end: @padding_xsmall@ !important;
-moz-box-flex: 1;
-moz-user-focus: ignore;
-moz-user-select: none;
@ -618,19 +623,19 @@ arrowbox {
-moz-border-end-width: 0 !important;
}
@media (max-width: 499px) {
@media (@orientation@: portrait) {
.panel-row-button {
-moz-box-orient: vertical;
}
.panel-row-button .toolbarbutton-text {
font-size: 16px !important;
font-size: @font_xsmall@ !important;
}
}
.panel-row-button .toolbarbutton-text {
text-align: left;
text-shadow: rgba(0,0,0,0.3) 0 2px;
text-shadow: rgba(0,0,0,0.3) 0 @shadow_width_small@;
}
.panel-row-button .toolbarbutton-text:-moz-locale-dir(rtl) {