From 7610533db000913c106e192c94e1ad251e01486d Mon Sep 17 00:00:00 2001 From: Extarys Date: Sun, 24 Jan 2021 16:07:24 -0500 Subject: [PATCH 1/3] initial formating --- view/theme/frio/templates/common_tabs.tpl | 31 ++++++++++++++--------- 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/view/theme/frio/templates/common_tabs.tpl b/view/theme/frio/templates/common_tabs.tpl index 27ae11686b..1b137450c9 100644 --- a/view/theme/frio/templates/common_tabs.tpl +++ b/view/theme/frio/templates/common_tabs.tpl @@ -1,13 +1,14 @@ -
{{* Tab navigation bar for tablets and computer *}} @@ -31,9 +33,11 @@ @@ -43,16 +47,19 @@
  • -
    + \ No newline at end of file From e09bc681ffe9ab7f79e4eb84e3738dca456f7925 Mon Sep 17 00:00:00 2001 From: Extarys Date: Sun, 24 Jan 2021 16:19:52 -0500 Subject: [PATCH 2/3] frio: mobile: move navtab arrow closer --- view/theme/frio/css/style.css | 6 ++++++ view/theme/frio/templates/common_tabs.tpl | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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 1b137450c9..9b71cebead 100644 --- a/view/theme/frio/templates/common_tabs.tpl +++ b/view/theme/frio/templates/common_tabs.tpl @@ -44,14 +44,14 @@ {{* All others are moved to this dropdown menu *}} -
  • +