diff --git a/pandora_console/include/styles/menu.css b/pandora_console/include/styles/menu.css index ad646c356f..72ba6837fb 100644 --- a/pandora_console/include/styles/menu.css +++ b/pandora_console/include/styles/menu.css @@ -445,6 +445,7 @@ ul li { top: 0; left: 0; background-color: #ffffff; + border-right: 1px solid #c1ccdc; } .button_collapse { @@ -553,7 +554,7 @@ ul li { */ #menu_tabs { - height: 53px; + height: 49px; border-bottom: 1px solid #c1ccdc; padding-bottom: 2px; } @@ -563,6 +564,7 @@ ul li { width: 100%; display: flex; justify-content: space-around; + margin-top: -5px; } .border_line { diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 85b2b291b5..68516dcdfc 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -1379,7 +1379,7 @@ div#head { height: 60px; padding-top: 0px; margin: 0 auto; - border-bottom: 1px solid #9ca4a6; + border-bottom: 1px solid #c1ccdc; min-width: 882px; background-color: #fff; color: #000; @@ -1735,7 +1735,7 @@ div.title_line { #menu_tab_frame_view, #menu_tab_frame_view_bc { position: sticky; - top: 60px; + top: 59px; z-index: 1000; display: flex; align-items: flex-end; @@ -1746,7 +1746,7 @@ div.title_line { width: -moz-fill-available; padding-right: 0px; /* margin-bottom: 20px; */ - height: 56px; + height: 53px; box-sizing: border-box; background-color: #fff; /* margin-left: -3em;*/