From efdb3b896345d588f94101d0022425caaab8e22c Mon Sep 17 00:00:00 2001 From: HansPinckaers Date: Thu, 7 Apr 2011 21:08:41 +0200 Subject: [PATCH] fixed userlist css --- static/css/pad_lite.css | 3 ++- static/js/pad_userlist.js | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/static/css/pad_lite.css b/static/css/pad_lite.css index b3483946..e40a7cb2 100644 --- a/static/css/pad_lite.css +++ b/static/css/pad_lite.css @@ -463,6 +463,7 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; } background: white; border-left: 1px solid #c3c3c3; border-top: 1px solid #c3c3c3; border-right: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; + color: #000 } #myusernameform .editempty { color: #ef641e; } @@ -471,7 +472,7 @@ table#otheruserstable { display: none; } #nootherusers a { color: #3C88FF; } #otheruserstable td { - border-bottom: 1px solid #555; + border-top: 1px solid #555; height: 26px; vertical-align: middle; padding: 0 2px; diff --git a/static/js/pad_userlist.js b/static/js/pad_userlist.js index eb98b880..49ebf52e 100644 --- a/static/js/pad_userlist.js +++ b/static/js/pad_userlist.js @@ -370,6 +370,7 @@ var paduserlist = (function() { var self = { init: function(myInitialUserInfo) { self.setMyUserInfo(myInitialUserInfo); + $("#otheruserstable tr").remove(); if (pad.getUserIsGuest()) {