summaryrefslogtreecommitdiff
path: root/src/static
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2015-01-01 22:40:45 +0000
committerJohn McLear <john@mclear.co.uk>2015-01-01 22:40:45 +0000
commit230302b132dbfab0f8342820144a58febabc40ee (patch)
tree435d40a35bab37e8b40c2332950ddb441add326a /src/static
parentbe4782ae07dcabb9144d80b64cbebb5ad76ef61d (diff)
downloadetherpad-lite-230302b132dbfab0f8342820144a58febabc40ee.zip
fix timeslider stars and frontend tests, needs css polish
Diffstat (limited to 'src/static')
-rw-r--r--src/static/css/timeslider.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/static/css/timeslider.css b/src/static/css/timeslider.css
index 4c84a7fc..49f89421 100644
--- a/src/static/css/timeslider.css
+++ b/src/static/css/timeslider.css
@@ -154,11 +154,17 @@ stepper:active{
top: 20px;
width: 25px;
}
+.star:before{
+ font-family: fontawesome-etherpad;
+ content: "\e835";
+ vertical-align:middle;
+ font-size:16px;
+}
#timeslider .star {
cursor: pointer;
height: 16px;
position: absolute;
- top: 40px;
+ top: 25px;
width: 15px;
}
#timeslider #timer {