diff --git a/mobile/themes/core/gingerbread/platform.css b/mobile/themes/core/gingerbread/platform.css index d266e8a63d8..aad8c3986e9 100644 --- a/mobile/themes/core/gingerbread/platform.css +++ b/mobile/themes/core/gingerbread/platform.css @@ -737,7 +737,7 @@ dialog { -moz-box-align: start; } - .panel-row-button { + #panel-controls > .panel-row-button { -moz-box-orient: horizontal; -moz-box-flex: 0; min-width: @tablet_panel_controls@ !important; diff --git a/mobile/themes/core/platform.css b/mobile/themes/core/platform.css index fc7d76cb790..32442e0c6e7 100644 --- a/mobile/themes/core/platform.css +++ b/mobile/themes/core/platform.css @@ -750,7 +750,7 @@ dialog { -moz-box-align: start; } - .panel-row-button { + #panel-controls > .panel-row-button { -moz-box-orient: horizontal; -moz-box-flex: 0; min-width: @tablet_panel_controls@ !important;