mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 01:16:15 -04:00
ui: remove no more needed css code for ep_author_neat
This is the last change in PR #3957. Closes #3954.
This commit is contained in:
parent
9587c1c673
commit
88dccfe7ce
4 changed files with 9 additions and 52 deletions
|
@ -92,13 +92,14 @@ body.doesWrap:not(.noprewrap) > div {
|
|||
/* ------------------------------------------ */
|
||||
|
||||
#sidediv {
|
||||
font-size: 11px;
|
||||
font-family: monospace;
|
||||
padding-right: 5px;
|
||||
padding-left: 12px;
|
||||
background-color: transparent;
|
||||
border-right: 1px solid #ccc;
|
||||
}
|
||||
#sidediv .line-number {
|
||||
font-size: 9px;
|
||||
padding: 0 10px;
|
||||
font-family: monospace;
|
||||
}
|
||||
#sidedivinner {
|
||||
text-align: right;
|
||||
opacity: .9;
|
||||
|
@ -109,10 +110,6 @@ body.doesWrap:not(.noprewrap) > div {
|
|||
.line-numbers-hidden #sidediv .line-number {
|
||||
display: none;
|
||||
}
|
||||
#sidediv:not(.authorColors) #sidedivinner>div:before {
|
||||
content: none !important;
|
||||
}
|
||||
}
|
||||
#linemetricsdiv {
|
||||
position: absolute;
|
||||
left: -1000px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue