mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rework playlist editor
This commit is contained in:
parent
add9159c97
commit
cbccf10bec
9 changed files with 255 additions and 220 deletions
|
@ -83,7 +83,7 @@ div.ui-slider:after {
|
|||
clear: both;
|
||||
}
|
||||
input.ui-slider-input {
|
||||
display: block;
|
||||
display: none;
|
||||
float: left;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
|
@ -115,7 +115,7 @@ input.ui-slider-input {
|
|||
border-width: 1px;
|
||||
border-style: solid;
|
||||
height: 15px;
|
||||
margin: 0 15px 0 68px;
|
||||
margin: 0 15px 0 0;
|
||||
top: 6px;
|
||||
}
|
||||
.ui-slider-track.ui-mini {
|
||||
|
|
|
@ -160,7 +160,7 @@
|
|||
|
||||
this.handle.bind("click", false);
|
||||
|
||||
this._handleFormReset();
|
||||
//this._handleFormReset();
|
||||
|
||||
this.refresh(undefined, undefined, true);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue