Menu and header minor patches

This commit is contained in:
Jose Gonzalez 2023-02-13 16:08:50 +01:00
parent e7f25c3944
commit 2f673487f5
2 changed files with 6 additions and 4 deletions

View File

@ -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 {

View File

@ -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;*/