mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 17:06:16 -04:00
timeslider fixes
This commit is contained in:
parent
b1f29b914c
commit
c276343216
2 changed files with 12 additions and 3 deletions
|
@ -188,8 +188,15 @@ stepper:active{
|
|||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
#editbarright {
|
||||
float: right
|
||||
.editbarright {
|
||||
float: right;
|
||||
text-align: right;
|
||||
height: 30px !important;
|
||||
}
|
||||
.toolbar ul{
|
||||
position:relative;
|
||||
float:right;
|
||||
height:30px;
|
||||
}
|
||||
#settings,
|
||||
#import_export,
|
||||
|
@ -224,7 +231,6 @@ stepper:active{
|
|||
border-bottom: none;
|
||||
float: right;
|
||||
width: 170px;
|
||||
width: initial;
|
||||
}
|
||||
.timeslider-bar h1 {
|
||||
margin: 5px
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue