diff options
author | John McLear <john@mclear.co.uk> | 2014-11-18 22:47:20 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2014-11-18 22:47:20 +0000 |
commit | e821cb13fa0707932e9ddd2844bc7be969cf9efe (patch) | |
tree | 71d19d458ae62250e20bdf73e60af8ab57f43eb8 /src | |
parent | 95cb721914bc726b8f3fd660c5042ec07de3b2c3 (diff) | |
download | etherpad-lite-e821cb13fa0707932e9ddd2844bc7be969cf9efe.zip |
more polish
Diffstat (limited to 'src')
-rw-r--r-- | src/static/css/timeslider.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/static/css/timeslider.css b/src/static/css/timeslider.css index f5bbb8be..09db6dc8 100644 --- a/src/static/css/timeslider.css +++ b/src/static/css/timeslider.css @@ -108,6 +108,7 @@ content: "\e813" !important; font-size:24px; color:#666; + padding-left:0 !important; } #leftstar, #rightstar, @@ -133,7 +134,7 @@ stepper:active{ } #leftstep { - right: 36px; + right: 38px; top: 20px; width: 25px; } @@ -147,7 +148,7 @@ stepper:active{ } #rightstep { - right: 10px; + right: 12px; top: 20px; width: 25px; } |