1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update to jquery mobile 1.4

This commit is contained in:
Luke Pulverenti 2013-12-24 13:37:29 -05:00
parent c3773cf7c2
commit 37ccaa59ab
130 changed files with 756 additions and 1659 deletions

View file

@ -0,0 +1,67 @@
.ui-icon-remote:after {
background-image: url("images/icons/remote.png");
}
/* Fallback */
.ui-nosvg .ui-icon-remote:after {
background-image: url("images/icons/remote.png");
}
.ui-icon-play:after {
background-image: url("images/icons/play.png");
}
/* Fallback */
.ui-nosvg .ui-icon-play:after {
background-image: url("images/icons/play.png");
}
.ui-icon-stop:after {
background-image: url("images/icons/stop.png");
}
/* Fallback */
.ui-nosvg .ui-icon-stop:after {
background-image: url("images/icons/stop.png");
}
.ui-icon-pause:after {
background-image: url("images/icons/pause.png");
}
/* Fallback */
.ui-nosvg .ui-icon-pause:after {
background-image: url("images/icons/pause.png");
}
.ui-icon-volume-off:after {
background-image: url("images/icons/mute.png");
}
/* Fallback */
.ui-nosvg .ui-icon-volume-off:after {
background-image: url("images/icons/mute.png");
}
.ui-icon-volume-up:after {
background-image: url("images/icons/volumeup.png");
}
/* Fallback */
.ui-nosvg .ui-icon-volume-up:after {
background-image: url("images/icons/volumeup.png");
}
.ui-icon-volume-down:after {
background-image: url("images/icons/volumedown.png");
}
/* Fallback */
.ui-nosvg .ui-icon-volume-down:after {
background-image: url("images/icons/volumedown.png");
}
.ui-icon-previous-track:after {
background-image: url("images/icons/previoustrack.png");
}
/* Fallback */
.ui-nosvg .ui-icon-previous-track:after {
background-image: url("images/icons/previoustrack.png");
}
.ui-icon-next-track:after {
background-image: url("images/icons/nexttrack.png");
}
/* Fallback */
.ui-nosvg .ui-icon-next-track:after {
background-image: url("images/icons/nexttrack.png");
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 269 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 402 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 253 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 B

View file

@ -19,6 +19,10 @@
}
}
.ui-panel fieldset + fieldset {
margin-top: 2em;
}
.headerArrowImage {
height: 24px;
margin-left: .5em;
@ -75,6 +79,7 @@
height: 20px;
padding-top: 9px;
text-transform: uppercase;
color: #fff!important;
}
@ -106,11 +111,6 @@
padding: 10px 0px;
}
.libraryPage, .libraryPage .itemListContent {
background: #252525 repeat-x!important;
background-attachment: fixed!important;
}
.libraryPage .currentUsername {
color: #fff;
}

View file

@ -35,8 +35,7 @@
.remoteImageContainer {
display: inline-block;
border: 1px solid #ccc;
margin: 5px;
margin: 8px;
vertical-align: top;
}

View file

@ -114,7 +114,7 @@ pre, textarea.pre {
/*
Page / Base styles
*/
.page {
.page:not(.libraryPage) {
background: #f2f2f2;
background-attachment: fixed;
}
@ -420,7 +420,7 @@ form, .readOnlyContent {
.mediaLocationsHeader .ui-btn {
position: absolute;
right: 3px;
right: -6px;
margin-top: 0!important;
margin-bottom: 0!important;
top: 6px;
@ -628,14 +628,16 @@ form, .readOnlyContent {
left: -2px;
right: -2px;
z-index: 99997;
color: #fff;
border: 0 !important;
}
.footerNotification {
text-shadow: none;
padding: .5em 1em;
padding: .75em 1em;
margin: 0;
font-weight: normal;
border-top: 1px solid #999;
border-top: 1px solid #555;
}
.notificationIcon {