mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
fix timeslider stars and frontend tests, needs css polish
This commit is contained in:
parent
be4782ae07
commit
230302b132
2 changed files with 10 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue