mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 08:56:17 -04:00
css: minor improvements
This commit is contained in:
parent
a5164dad43
commit
51b857ad1a
15 changed files with 73 additions and 40 deletions
|
@ -92,7 +92,7 @@ body.doesWrap:not(.noprewrap) > div {
|
|||
}
|
||||
#sidedivinner {
|
||||
text-align: right;
|
||||
opacity: .7;
|
||||
opacity: .9;
|
||||
}
|
||||
#sidediv:not(.sidedivdelayed) { /* before sidediv get initialized, hide text */
|
||||
color: transparent;
|
||||
|
@ -132,7 +132,7 @@ body.doesWrap:not(.noprewrap) > div {
|
|||
::-moz-selection {
|
||||
background: #acf;
|
||||
}
|
||||
a {
|
||||
#innerdocbody a {
|
||||
cursor: pointer !important;
|
||||
white-space:pre-wrap;
|
||||
}
|
||||
|
|
|
@ -14,10 +14,15 @@
|
|||
|
||||
html {
|
||||
font-size: 14px;
|
||||
font-family: Cantarell, Roboto, "Open Sans", "Helvetica Neue", Arial, sans-serif;
|
||||
line-height: 20px;
|
||||
color: #3e3e3e;
|
||||
}
|
||||
|
||||
html,
|
||||
#sidedivinner > div:before {
|
||||
font-family: Cantarell, Roboto, "Open Sans", "Helvetica Neue", Arial, sans-serif;
|
||||
}
|
||||
|
||||
.clear {
|
||||
clear: both
|
||||
}
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
}
|
||||
#titlebar #titlelabel {
|
||||
margin: 4px 0 0 4px;
|
||||
display: inline;
|
||||
}
|
||||
#titlebar .stick-to-screen-btn,
|
||||
#titlebar .hide-reduce-btn {
|
||||
|
@ -106,6 +107,7 @@
|
|||
#chaticon #chatcounter {
|
||||
font-size: .8rem;
|
||||
vertical-align: middle;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
/* -- LOAD MESSAGES -- */
|
||||
|
|
|
@ -115,7 +115,9 @@ input#myusernameedit:not(.editable) {
|
|||
/* ------------------- */
|
||||
/* --- OTHER USERS --- */
|
||||
/* ------------------- */
|
||||
|
||||
#otheruserstable {
|
||||
display: none;
|
||||
}
|
||||
#otheruserstable td {
|
||||
height: 26px;
|
||||
padding: 0 2px;
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
#timeslider-slider .star {
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
top: -6px
|
||||
top: -8px
|
||||
}
|
||||
#timeslider-slider .star:before{
|
||||
font-family: fontawesome-etherpad;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue