Table definition

This commit is contained in:
jose.gonzalez@pandorafms.com 2022-11-23 17:40:40 +01:00
parent df11d70f12
commit 9144bd9d32
2 changed files with 32 additions and 1 deletions

View File

@ -1771,6 +1771,9 @@ div.title_line {
/* End - Breadcrum */ /* End - Breadcrum */
#menu_tab {
margin-right: 20px;
}
#menu_tab .mn, #menu_tab .mn,
#menu_tab ul, #menu_tab ul,
#menu_tab .mn ul { #menu_tab .mn ul {
@ -2539,6 +2542,7 @@ div#pandora_logo_header {
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
align-items: center; align-items: center;
margin-right: 20px;
} }
.header_right > div { .header_right > div {
@ -10628,6 +10632,32 @@ pre.external_tools_output {
} }
.fixed_filter_bar { .fixed_filter_bar {
position: fixed;
height: 60px;
top: 114px;
border: 1px solid #e5e9ed;
background-color: #fff;
z-index: 0;
width: -webkit-fill-available;
width: -moz-fill-available;
}
.fixed_filter_bar tr {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-content: stretch;
align-items: flex-start;
}
.fixed_filter_bar td {
display: flex;
align-self: center;
justify-content: flex-start;
}
.fixed_filter_bar span {
margin-right: 15px;
} }
.fixed_filter_content { .fixed_filter_content {

View File

@ -90,7 +90,8 @@
.info_table { .info_table {
background-color: #fff; background-color: #fff;
margin-bottom: 10px; /* margin-bottom: 10px; */
margin: 64px auto 0;
border-spacing: 0; border-spacing: 0;
border-collapse: collapse; border-collapse: collapse;
overflow: hidden; overflow: hidden;