update to jquery mobile 1.4
67
dashboard-ui/css/icons.css
Normal 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");
|
||||
}
|
BIN
dashboard-ui/css/images/icons/mute.png
Normal file
After Width: | Height: | Size: 292 B |
BIN
dashboard-ui/css/images/icons/nexttrack.png
Normal file
After Width: | Height: | Size: 321 B |
BIN
dashboard-ui/css/images/icons/pause.png
Normal file
After Width: | Height: | Size: 150 B |
BIN
dashboard-ui/css/images/icons/play.png
Normal file
After Width: | Height: | Size: 269 B |
BIN
dashboard-ui/css/images/icons/previoustrack.png
Normal file
After Width: | Height: | Size: 317 B |
BIN
dashboard-ui/css/images/icons/remote.png
Normal file
After Width: | Height: | Size: 402 B |
BIN
dashboard-ui/css/images/icons/stop.png
Normal file
After Width: | Height: | Size: 138 B |
BIN
dashboard-ui/css/images/icons/volumedown.png
Normal file
After Width: | Height: | Size: 253 B |
BIN
dashboard-ui/css/images/icons/volumeup.png
Normal file
After Width: | Height: | Size: 286 B |
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -35,8 +35,7 @@
|
|||
|
||||
.remoteImageContainer {
|
||||
display: inline-block;
|
||||
border: 1px solid #ccc;
|
||||
margin: 5px;
|
||||
margin: 8px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|