css: various improvements

This commit is contained in:
Sebastian Castro 2020-04-07 18:47:36 +02:00 committed by muxator
parent 709e5d2233
commit f5685f45c7
8 changed files with 38 additions and 41 deletions

View file

@ -29,6 +29,7 @@ select {
border: 1px solid #ccc;
outline: none;
width: 120px;
cursor: pointer;
}
.clear {

View file

@ -65,23 +65,19 @@
@media only screen and (max-width: 720px) {
.popup {
border-radius: 0;
left: 0;
right: 0;
max-height: 80vh;
top: 1rem;
margin: 0 !important;
right: 1rem !important;
left: 1rem !important;
max-width: none !important;
}
.popup-content {
max-height: 80vh;
overflow: auto;
}
/* Move popup to the bottom, except popup linked to left toolbar, like hyperklink popup */
.popup:not(.toolbar-popup) {
top: auto;
bottom: 0;
border-radius: 6px 6px 0 0;
border: 1px solid #ccc;
border-bottom: none;
box-shadow: 0 -2px 4px #ddd;
}
.toolbar-popup {
left: 0 !important; /* overide javascript positionning */
right: 0 !important;
bottom: 1rem;
}
}

View file

@ -78,10 +78,10 @@
padding-left: 3px;
}
.toolbar ul li[data-key=showusers] > a #online_count {
color: #777;
font-weight: bold;
font-size: 11px;
position: relative;
padding-left: 5px;
padding-left: 7px;
}
.toolbar #toolbar-overlay {

View file

@ -2,6 +2,9 @@
padding: 10px;
display: block;
}
#innerdocbody {
margin: 0 auto;
}
.timeslider-bar {
display: flex;