diff options
author | John McLear <john@mclear.co.uk> | 2014-11-19 18:27:55 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2014-11-19 18:27:55 +0000 |
commit | ff9a2a687f8c76a0c26327111b3a898abb7d2d6a (patch) | |
tree | 9e51b92ae1626d70e4dd0ce52d847ef62caa2e1c /src | |
parent | da824de5f1775c0464c1d0294653a4cab37a4cba (diff) | |
download | etherpad-lite-ff9a2a687f8c76a0c26327111b3a898abb7d2d6a.zip |
whoops fix animation not to look broken
Diffstat (limited to 'src')
-rw-r--r-- | src/static/css/pad.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/static/css/pad.css b/src/static/css/pad.css index 2d4080d1..fd99cf45 100644 --- a/src/static/css/pad.css +++ b/src/static/css/pad.css @@ -230,6 +230,8 @@ li[data-key=showusers] > a #online_count { font-family: "fontawesome-etherpad"; font-size:24px; z-index:150; + width:25px; + height:25px; } .loadingAnimation:before{ |