diff options
author | John McLear <john@mclear.co.uk> | 2015-01-21 17:25:06 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2015-01-21 17:25:06 +0000 |
commit | 036dea3d0fd06dd549c73ac5a60a6658f66ff127 (patch) | |
tree | 4d78aeb172ff8a12b1ce7593c5a3ec1a194e70ce /src/static/css | |
parent | 657974b5189719ee9b214befdd2fd5f2f3391bed (diff) | |
download | etherpad-lite-036dea3d0fd06dd549c73ac5a60a6658f66ff127.zip |
styling
Diffstat (limited to 'src/static/css')
-rw-r--r-- | src/static/css/pad.css | 4 |
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; } |