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

add more report data

This commit is contained in:
Luke Pulverenti 2014-03-03 23:53:48 -05:00
parent 8a5c833522
commit a7b5b2663e
9 changed files with 479 additions and 231 deletions

View file

@ -162,6 +162,10 @@
background-color: transparent !important;
}
.clearLibraryReportIndicator {
background-color: transparent !important;
}
.editorTile {
display: inline-block;
margin: 5px;
@ -199,7 +203,8 @@
}
.tblLibraryReport img {
height: 20px;
height: 18px;
margin-right: 10px;
}
@media all and (min-width: 600px) {

View file

@ -253,7 +253,7 @@ h1 .imageLink {
color: #fff!important;
text-shadow: none!important;
font-weight: 400!important;
font-size: 15px;
font-size: 14px;
}
.sidebarLinks a:hover {
@ -268,7 +268,7 @@ h1 .imageLink {
.sidebarDivider {
height: 1px;
background: #444;
background: #404040;
margin: .25em 0;
}