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

add server management to web client

This commit is contained in:
Luke Pulverenti 2014-11-04 07:41:12 -05:00
parent 6b8d9149bc
commit f7ba95439b
11 changed files with 363 additions and 46 deletions

View file

@ -89,6 +89,11 @@
background: #fff;
}
.visualCardBox-b {
border-radius: 3px;
background: #111;
}
.cardScalable {
position: relative;
}
@ -125,7 +130,7 @@
right: 0;
}
/*.cardContent:hover {
/*.cardContent:hover {
-moz-box-shadow: 0 0 0 5px #38c;
-webkit-box-shadow: 0 0 0 5px #38c;
box-shadow: 0 0 0 5px #38c;
@ -723,4 +728,4 @@
.touch .mobileItemsContainer .homePageSquareCard {
max-width: 200px;
}*/
}*/

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

View file

@ -108,6 +108,13 @@
top: 3px;
}
@media all and (min-width: 600px) {
.ehsContent {
width: 95%;
}
}
@media all and (min-width: 1200px) {
.ehsContent {

View file

@ -90,7 +90,7 @@
}
.sliderContainer .ui-slider-track {
margin-left: 15px !important;
margin: 0 15px !important;
}
.volumeSliderContainer .ui-slider-track {

View file

@ -42,7 +42,7 @@
/* For some reason jquery mobile 1.4.5 wants to horitontally pad mini form fields. */
.ui-mini {
margin: .5em 0;
margin-left: 0;
}
* {