mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
fixed userlist css
This commit is contained in:
parent
e3e2a7c562
commit
efdb3b8963
2 changed files with 3 additions and 1 deletions
|
@ -463,6 +463,7 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
|
||||||
background: white; border-left: 1px solid #c3c3c3;
|
background: white; border-left: 1px solid #c3c3c3;
|
||||||
border-top: 1px solid #c3c3c3;
|
border-top: 1px solid #c3c3c3;
|
||||||
border-right: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6;
|
border-right: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6;
|
||||||
|
color: #000
|
||||||
}
|
}
|
||||||
#myusernameform .editempty { color: #ef641e; }
|
#myusernameform .editempty { color: #ef641e; }
|
||||||
|
|
||||||
|
@ -471,7 +472,7 @@ table#otheruserstable { display: none; }
|
||||||
#nootherusers a { color: #3C88FF; }
|
#nootherusers a { color: #3C88FF; }
|
||||||
|
|
||||||
#otheruserstable td {
|
#otheruserstable td {
|
||||||
border-bottom: 1px solid #555;
|
border-top: 1px solid #555;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
padding: 0 2px;
|
padding: 0 2px;
|
||||||
|
|
|
@ -370,6 +370,7 @@ var paduserlist = (function() {
|
||||||
var self = {
|
var self = {
|
||||||
init: function(myInitialUserInfo) {
|
init: function(myInitialUserInfo) {
|
||||||
self.setMyUserInfo(myInitialUserInfo);
|
self.setMyUserInfo(myInitialUserInfo);
|
||||||
|
|
||||||
$("#otheruserstable tr").remove();
|
$("#otheruserstable tr").remove();
|
||||||
|
|
||||||
if (pad.getUserIsGuest()) {
|
if (pad.getUserIsGuest()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue