mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-07-01 02:12:17 -04:00
css: minor improvements
This commit is contained in:
parent
a5164dad43
commit
51b857ad1a
15 changed files with 73 additions and 40 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue