diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index dedad0d236..05fcd922e1 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -2189,6 +2189,12 @@ ul.tabs li:hover, ul.tabs li.active { border-bottom-width: 4px; } +.tabbar.visible-xs .tabs-extended { + padding-top: 0; +} +#dropdownMenuTools-xs { + padding: 9px 10px; +} ul.tabbar ul.tabs-extended:hover li.dropdown { border-bottom: 0; } diff --git a/view/theme/frio/templates/common_tabs.tpl b/view/theme/frio/templates/common_tabs.tpl index 27ae11686b..0f95d1a549 100644 --- a/view/theme/frio/templates/common_tabs.tpl +++ b/view/theme/frio/templates/common_tabs.tpl @@ -1,13 +1,17 @@ -
{{* Tab navigation bar for tablets and computer *}} @@ -31,24 +36,33 @@ {{* All others are moved to this dropdown menu *}} -
  • +