mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 17:00:10 +00:00
Keep search at the top-right when resizing
This commit is contained in:
parent
6788950ba0
commit
9167e35bc3
5 changed files with 9 additions and 5 deletions
|
|
@ -535,6 +535,10 @@ path.link {
|
|||
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.01), 0 3px 6px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.navbar-main-top {
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.table:not(.dataTable) td,
|
||||
.table:not(.dataTable) th {
|
||||
padding: 0.50rem !important;
|
||||
|
|
@ -1017,4 +1021,4 @@ td.dashboard-counter {
|
|||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
background-position: 50% 50%;
|
||||
} /* ---- stats.js ---- */
|
||||
} /* ---- stats.js ---- */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue