summaryrefslogtreecommitdiff
path: root/src/static/css
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2015-01-21 17:25:06 +0000
committerJohn McLear <john@mclear.co.uk>2015-01-21 17:25:06 +0000
commit036dea3d0fd06dd549c73ac5a60a6658f66ff127 (patch)
tree4d78aeb172ff8a12b1ce7593c5a3ec1a194e70ce /src/static/css
parent657974b5189719ee9b214befdd2fd5f2f3391bed (diff)
downloadetherpad-lite-036dea3d0fd06dd549c73ac5a60a6658f66ff127.zip
styling
Diffstat (limited to 'src/static/css')
-rw-r--r--src/static/css/pad.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/static/css/pad.css b/src/static/css/pad.css
index f5ea99d8..70c15b51 100644
--- a/src/static/css/pad.css
+++ b/src/static/css/pad.css
@@ -925,6 +925,10 @@ input[type=checkbox] {
height:155px !important;
border-left: 1px solid #ccc !important;
}
+.chatAndUsers > #otherusers{
+ max-height: 100px;
+ overflow-y: auto;
+}
.chatAndUsersChat > div > #titlecross{
display:none;
}