css: minor improvements

This commit is contained in:
Sebastian Castro 2020-04-06 14:31:07 +02:00 committed by muxator
parent a5164dad43
commit 51b857ad1a
15 changed files with 73 additions and 40 deletions

View file

@ -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;
}

View file

@ -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
}

View file

@ -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 -- */

View file

@ -115,7 +115,9 @@ input#myusernameedit:not(.editable) {
/* ------------------- */
/* --- OTHER USERS --- */
/* ------------------- */
#otheruserstable {
display: none;
}
#otheruserstable td {
height: 26px;
padding: 0 2px;

View file

@ -71,7 +71,7 @@
#timeslider-slider .star {
cursor: pointer;
position: absolute;
top: -6px
top: -8px
}
#timeslider-slider .star:before{
font-family: fontawesome-etherpad;