mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update jqm
This commit is contained in:
parent
109e61ec65
commit
3449729ff4
5 changed files with 41 additions and 556 deletions
|
@ -1021,87 +1021,6 @@ textarea.ui-input-text.ui-textinput-autogrow {
|
|||
clip: rect(1px,1px,1px,1px);
|
||||
}
|
||||
|
||||
.ui-flipswitch {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
width: 5.875em; /* Override this and padding-left in next rule if you use labels other than "on/off" and need more space */
|
||||
height: 1.875em;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
margin: .5em 0;
|
||||
overflow: hidden;
|
||||
-webkit-transition-property: padding, width, background-color, color, border-color;
|
||||
-moz-transition-property: padding, width, background-color, color, border-color;
|
||||
-o-transition-property: padding, width, background-color, color, border-color;
|
||||
transition-property: padding, width, background-color, color, border-color;
|
||||
-webkit-transition-duration: 100ms;
|
||||
-moz-transition-duration: 100ms;
|
||||
-o-transition-duration: 100ms;
|
||||
transition-duration: 100ms;
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
.ui-flipswitch.ui-flipswitch-active {
|
||||
padding-left: 4em; /* Override this and width in previous rule if you use labels other than "on/off" and need more space */
|
||||
width: 1.875em;
|
||||
}
|
||||
.ui-flipswitch-input {
|
||||
position: absolute;
|
||||
height: 1px;
|
||||
width: 1px;
|
||||
margin: -1px;
|
||||
overflow: hidden;
|
||||
clip: rect(1px,1px,1px,1px);
|
||||
border: 0;
|
||||
outline: 0;
|
||||
filter: Alpha(Opacity=0);
|
||||
opacity: 0;
|
||||
}
|
||||
.ui-flipswitch .ui-btn.ui-flipswitch-on,
|
||||
.ui-flipswitch .ui-flipswitch-off {
|
||||
float: left;
|
||||
height: 1.75em;
|
||||
margin: .0625em;
|
||||
line-height: 1.65em;
|
||||
}
|
||||
.ui-flipswitch .ui-btn.ui-flipswitch-on {
|
||||
width: 1.75em;
|
||||
padding: 0;
|
||||
text-indent: -2.6em; /* Override this to center text if you use a label other than "on" */
|
||||
text-align: left;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
border-radius: inherit;
|
||||
overflow: visible;
|
||||
color: inherit;
|
||||
text-shadow: inherit;
|
||||
}
|
||||
.ui-flipswitch .ui-flipswitch-off {
|
||||
padding: 1px;
|
||||
text-indent: 1em; /* Override this to center text if you use a label other than "off" */
|
||||
}
|
||||
/* Override field container CSS to prevent the flipswitch from becomming full width */
|
||||
html .ui-field-contain > label + .ui-flipswitch,
|
||||
html .ui-popup .ui-field-contain > label + .ui-flipswitch {
|
||||
display: inline-block;
|
||||
width: 5.875em; /* If you override the width for .ui-flipswitch you should repeat the same value here */
|
||||
-webkit-box-sizing: content-box;
|
||||
-moz-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
.ui-field-contain .ui-flipswitch.ui-flipswitch-active,
|
||||
.ui-popup .ui-field-contain .ui-flipswitch.ui-flipswitch-active {
|
||||
width: 1.875em;
|
||||
}
|
||||
|
||||
|
||||
.ui-rangeslider {
|
||||
margin: .5em 0;
|
||||
}
|
||||
|
@ -1900,98 +1819,6 @@ ol.ui-listview > li img:first-child + * ~ * {
|
|||
text-indent: 2.04em; /* (1.4em + .3em) * .9em / .75em */
|
||||
}
|
||||
|
||||
|
||||
.ui-navbar {
|
||||
max-width: 100%;
|
||||
}
|
||||
.ui-navbar ul:before,
|
||||
.ui-navbar ul:after {
|
||||
content: "";
|
||||
display: table;
|
||||
}
|
||||
.ui-navbar ul:after {
|
||||
clear: both;
|
||||
}
|
||||
.ui-navbar ul {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
display: block;
|
||||
border: 0;
|
||||
max-width: 100%;
|
||||
overflow: visible;
|
||||
}
|
||||
.ui-navbar li .ui-btn {
|
||||
font-size: 12.5px;
|
||||
display: block;
|
||||
margin: 0;
|
||||
border-right-width: 0;
|
||||
}
|
||||
.ui-header .ui-navbar li button.ui-btn,
|
||||
.ui-footer .ui-navbar li button.ui-btn {
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
}
|
||||
.ui-navbar .ui-btn:focus {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
/* fixes gaps caused by subpixel problem */
|
||||
.ui-navbar li:last-child .ui-btn {
|
||||
margin-right: -4px;
|
||||
}
|
||||
.ui-navbar li:last-child .ui-btn:after {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.ui-content .ui-navbar li:last-child .ui-btn,
|
||||
.ui-content .ui-navbar .ui-grid-duo .ui-block-b .ui-btn {
|
||||
border-right-width: 1px;
|
||||
margin-right: 0;
|
||||
}
|
||||
.ui-content .ui-navbar li:last-child .ui-btn:after,
|
||||
.ui-content .ui-navbar .ui-grid-duo .ui-block-b .ui-btn:after {
|
||||
margin-right: 0;
|
||||
}
|
||||
.ui-navbar .ui-grid-duo .ui-block-a:last-child .ui-btn {
|
||||
border-right-width: 1px;
|
||||
margin-right: -1px;
|
||||
}
|
||||
.ui-navbar .ui-grid-duo .ui-block-a:last-child .ui-btn:after {
|
||||
margin-right: 1px;
|
||||
}
|
||||
|
||||
.ui-navbar .ui-grid-duo .ui-btn {
|
||||
border-top-width: 0;
|
||||
}
|
||||
.ui-navbar .ui-grid-duo .ui-block-a:first-child .ui-btn,
|
||||
.ui-navbar .ui-grid-duo .ui-block-a:first-child + .ui-block-b .ui-btn {
|
||||
border-top-width: 1px;
|
||||
}
|
||||
.ui-header .ui-navbar .ui-btn,
|
||||
.ui-footer .ui-navbar .ui-btn {
|
||||
border-top-width: 0;
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.ui-header .ui-navbar .ui-grid-duo .ui-block-a:first-child .ui-btn,
|
||||
.ui-footer .ui-navbar .ui-grid-duo .ui-block-a:first-child .ui-btn,
|
||||
.ui-header .ui-navbar .ui-grid-duo .ui-block-a:first-child + .ui-block-b .ui-btn,
|
||||
.ui-footer .ui-navbar .ui-grid-duo .ui-block-a:first-child + .ui-block-b .ui-btn {
|
||||
border-top-width: 0;
|
||||
}
|
||||
.ui-header .ui-title ~ .ui-navbar .ui-btn,
|
||||
.ui-footer .ui-title ~ .ui-navbar .ui-btn,
|
||||
.ui-header .ui-navbar .ui-grid-duo .ui-btn,
|
||||
.ui-footer .ui-navbar .ui-grid-duo .ui-btn,
|
||||
.ui-header .ui-title ~ .ui-navbar .ui-grid-duo .ui-block-a:first-child .ui-btn,
|
||||
.ui-footer .ui-title ~ .ui-navbar .ui-grid-duo .ui-block-a:first-child .ui-btn,
|
||||
.ui-header .ui-title ~ .ui-navbar .ui-grid-duo .ui-block-a:first-child + .ui-block-b .ui-btn,
|
||||
.ui-footer .ui-title ~ .ui-navbar .ui-grid-duo .ui-block-a:first-child + .ui-block-b .ui-btn {
|
||||
border-top-width: 1px;
|
||||
}
|
||||
|
||||
|
||||
/* Panel */
|
||||
.ui-panel {
|
||||
width: 17em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue