mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-01 12:49:13 -04:00
skins: Fixes #3510 show/hide line numbers
This commit is contained in:
parent
4c7ae65ac4
commit
2ce195747b
4 changed files with 13 additions and 15 deletions
|
@ -1,7 +1,6 @@
|
|||
#sidediv {
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#sidedivinner>div:before {
|
||||
|
|
|
@ -26,15 +26,18 @@
|
|||
}
|
||||
|
||||
#outerdocbody.ep_author_neat {
|
||||
padding-left: 120px;
|
||||
padding-left: 120px; /* more space for sidediv */
|
||||
}
|
||||
|
||||
#outerdocbody.sidediv-hidden {
|
||||
padding-left: 0; /* sidediv hidden */
|
||||
}
|
||||
|
||||
#outerdocbody iframe {
|
||||
display: block;
|
||||
position: relative;
|
||||
left: 0 !important;
|
||||
top: 0;
|
||||
|
||||
top: 0;
|
||||
}
|
||||
|
||||
#outerdocbody iframe, .timeslider #editorcontainerbox {
|
||||
|
@ -117,7 +120,7 @@
|
|||
padding: 15px !important;
|
||||
width: calc(100% - 30px) !important; /* 100% - padding */
|
||||
}
|
||||
#sidediv {
|
||||
#sidediv:not(.sidedivhidden) {
|
||||
display: block;
|
||||
top: 15px !important; /* = #outerdocbody iframe padding-top */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue