pageManager: new loader and snackbar
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
.pusher {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
/* nav bar */
|
||||
button#toggleSidebar {
|
||||
border-radius: 0;
|
||||
@@ -13,11 +17,31 @@ button#toggleSidebar {
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.pusher > .progress:not(.invisible) + nav {
|
||||
margin: -3px; /* to overlap progress */
|
||||
}
|
||||
|
||||
/* loader */
|
||||
.pusher > .progress.invisible {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* content */
|
||||
#header {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
#content {
|
||||
padding-bottom: 1.5em;
|
||||
}
|
||||
|
||||
/* config */
|
||||
#config::after {
|
||||
display: block;
|
||||
content: '';
|
||||
clear: both;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.ts.visible.sidebar:not(.overlapped) ~ .pusher.squeezable {
|
||||
/* RWD fix */
|
||||
|
||||
Reference in New Issue
Block a user