mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 08:50:12 +00:00
improved page style and added a layout to am notes
This commit is contained in:
parent
b568f3ee4c
commit
25645e6add
11 changed files with 58 additions and 114 deletions
|
|
@ -266,27 +266,6 @@
|
|||
text-align: left;
|
||||
}
|
||||
|
||||
|
||||
/* Responsive Stuff */
|
||||
@media (min-width: 480px) and (max-width: 800px) {
|
||||
#n-container {
|
||||
margin-top: 7rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 800px) and (max-width: 992px) {
|
||||
#n-container {
|
||||
margin-top: 5.5rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) and (max-width: 1500px) {
|
||||
#n-container {
|
||||
margin-top: 2rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media (min-width: 320px) and (max-width: 480px) {
|
||||
|
||||
footer {
|
||||
|
|
@ -295,9 +274,12 @@
|
|||
min-height: 6rem;
|
||||
}
|
||||
|
||||
#n-container {
|
||||
margin-top: 7rem !important;
|
||||
padding: 0 1rem;
|
||||
.body {
|
||||
padding-top: 7rem;
|
||||
}
|
||||
|
||||
main#n-container {
|
||||
padding-left: 0rem !important;
|
||||
}
|
||||
|
||||
/** hide the default dropdown to switch interface */
|
||||
|
|
@ -397,18 +379,6 @@
|
|||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/** Dark theme for sidebar **/
|
||||
|
||||
#n-sidebar.bg-dark .sidebar-info {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue