mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
misc/theme-advanced: Fix issues with tables and navigation subtitle (#4621)
o fix tables issue with action buttons o change subtitle in navigation
This commit is contained in:
@@ -149,10 +149,6 @@ body {
|
||||
touch-action: manipulation;
|
||||
}
|
||||
|
||||
.widget-sort-handle {
|
||||
touch-action: none;
|
||||
}
|
||||
|
||||
.page-head {
|
||||
position: fixed;
|
||||
z-index: map-get($zindex, header);
|
||||
@@ -198,7 +194,7 @@ body {
|
||||
font-size: 12px;
|
||||
font-weight: 400;
|
||||
display: inline-block;
|
||||
content: "AdvancedOPN Theme";
|
||||
content: "Advanced Theme";
|
||||
color: #fafafa;
|
||||
}
|
||||
|
||||
@@ -1090,11 +1086,6 @@ select {
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
#grid-log th[data-column-id="__timestamp__"],
|
||||
#filter-log-entries th[data-column-id="__timestamp__"] {
|
||||
min-width: 3.5em;
|
||||
}
|
||||
|
||||
.table-responsive {
|
||||
@media screen and (max-width: $screen-xs-max) {
|
||||
margin-bottom: 0;
|
||||
@@ -1268,3 +1259,29 @@ div[data-for*="help_for"] {
|
||||
margin-bottom: -4px;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* HACKS
|
||||
*/
|
||||
.widget-sort-handle {
|
||||
touch-action: none;
|
||||
}
|
||||
|
||||
.bootgrid-table {
|
||||
table-layout: auto !important;
|
||||
}
|
||||
|
||||
table#tunable.bootgrid-table td {
|
||||
white-space: normal !important;
|
||||
}
|
||||
|
||||
@media (min-width: $screen-lg-desktop) {
|
||||
table#grid-leases tr td:nth-child(3) {
|
||||
width: 15% !important;
|
||||
}
|
||||
}
|
||||
|
||||
#grid-log th[data-column-id="__timestamp__"],
|
||||
#filter-log-entries th[data-column-id="__timestamp__"] {
|
||||
min-width: 3.5em;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user