diff options
author | John McLear <john@mclear.co.uk> | 2014-11-18 22:29:46 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2014-11-18 22:29:46 +0000 |
commit | 09b08e5a72e02e93b1e54eeb09624b5c13cf3af1 (patch) | |
tree | 2e6cb3ae07d079ad7d63eaf5ce610c16cb434b52 /src/static/css/timeslider.css | |
parent | e2410e41b0569c6ed71632e64e02604e1d4794a2 (diff) | |
download | etherpad-lite-09b08e5a72e02e93b1e54eeb09624b5c13cf3af1.zip |
working pause
Diffstat (limited to 'src/static/css/timeslider.css')
-rw-r--r-- | src/static/css/timeslider.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/static/css/timeslider.css b/src/static/css/timeslider.css index 468d8f64..f5bbb8be 100644 --- a/src/static/css/timeslider.css +++ b/src/static/css/timeslider.css @@ -102,10 +102,10 @@ border: solid 1px #666; } .pause:before { - line-height:48px; - padding-left:4px; + line-height:44px; + padding-left:2px; font-family: fontawesome-etherpad; - content: "\e811"; + content: "\e813" !important; font-size:24px; color:#666; } |