mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 17:06:16 -04:00
css: various improvements
This commit is contained in:
parent
709e5d2233
commit
f5685f45c7
8 changed files with 38 additions and 41 deletions
|
@ -29,6 +29,7 @@ select {
|
|||
border: 1px solid #ccc;
|
||||
outline: none;
|
||||
width: 120px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.clear {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
|
@ -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 {
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
padding: 10px;
|
||||
display: block;
|
||||
}
|
||||
#innerdocbody {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.timeslider-bar {
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue