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:
parent
6b8d9149bc
commit
f7ba95439b
11 changed files with 363 additions and 46 deletions
|
@ -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;
|
||||
}*/
|
||||
}*/
|
||||
|
|
BIN
dashboard-ui/css/images/server.png
Normal file
BIN
dashboard-ui/css/images/server.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
|
@ -108,6 +108,13 @@
|
|||
top: 3px;
|
||||
}
|
||||
|
||||
@media all and (min-width: 600px) {
|
||||
|
||||
.ehsContent {
|
||||
width: 95%;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1200px) {
|
||||
|
||||
.ehsContent {
|
||||
|
|
|
@ -90,7 +90,7 @@
|
|||
}
|
||||
|
||||
.sliderContainer .ui-slider-track {
|
||||
margin-left: 15px !important;
|
||||
margin: 0 15px !important;
|
||||
}
|
||||
|
||||
.volumeSliderContainer .ui-slider-track {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
* {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue