mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 06:29:53 +01:00
Center user icon and fix overlapping chat
This commit is contained in:
parent
26614bf2d5
commit
d4b4ca0a5c
1 changed files with 2 additions and 1 deletions
|
@ -154,6 +154,7 @@ a img {
|
||||||
}
|
}
|
||||||
#usericon a {
|
#usericon a {
|
||||||
min-width: 30px;
|
min-width: 30px;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
#usericon a #online_count {
|
#usericon a #online_count {
|
||||||
color: #777;
|
color: #777;
|
||||||
|
@ -901,7 +902,7 @@ input[type=checkbox] {
|
||||||
.stickyChat {
|
.stickyChat {
|
||||||
background-color: #f1f1f1 !important;
|
background-color: #f1f1f1 !important;
|
||||||
right: 0px !important;
|
right: 0px !important;
|
||||||
top: 36px;
|
top: 37px;
|
||||||
-webkit-border-radius: 0px !important;
|
-webkit-border-radius: 0px !important;
|
||||||
-moz-border-radius: 0px !important;
|
-moz-border-radius: 0px !important;
|
||||||
border-radius: 0px !important;
|
border-radius: 0px !important;
|
||||||
|
|
Loading…
Reference in a new issue