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

3.0.5340.20849

This commit is contained in:
Luke Pulverenti 2014-08-15 12:35:41 -04:00
parent 668f8ba11f
commit 4d679e90a4
18 changed files with 276 additions and 133 deletions

View file

@ -478,21 +478,21 @@
.detailPageSquareCard {
width: 50%;
width: 33.33%;
}
@media all and (min-width: 540px) {
.detailPageSquareCard {
width: 33.33%;
width: 25%;
}
}
@media all and (min-width: 800px) {
@media all and (min-width: 600px) {
.detailPageSquareCard {
width: 25%;
width: 20%;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

View file

@ -1185,15 +1185,20 @@ a.itemTag:hover {
}
}
.itemsListview {
.itemsContainer .itemsListview {
max-width: 800px;
}
.itemsListview {
margin: 0 auto !important;
}
.itemsListview .ui-li-aside {
right: 1.3em;
font-weight: normal;
right: 70px;
font-size: 13px;
top: 35%;
font-weight: 300 !important;
}
.itemsListview .ui-li-count {
@ -1217,6 +1222,57 @@ a.itemTag:hover {
background-position: center center;
}
.listviewIcon {
position: absolute;
left: 0;
top: 0;
width: 70px;
height: 70px;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.ui-li-has-icon > .ui-btn {
padding-left: 5.25em !important;
padding-top: 5px !important;
padding-bottom: 5px !important;
}
.listItem h3 {
font-weight: 400;
}
.listItem p {
font-weight: 300 !important;
}
.ui-li-has-icon h3 {
margin-bottom: 10px !important;
}
.listItem > .ui-btn + .ui-btn {
border: 0 !important;
width: 60px !important;
height: 90% !important;
top: 5% !important;
padding-left: 0 !important;
}
.listItem a:first-child {
margin-right: 0 !important;
background-color: transparent !important;
border-color: #282828 !important;
}
.listItem a + a {
background-color: #202020 !important;
}
.listItem:hover a {
background-color: #333 !important;
}
@media all and (max-width: 600px) {
.itemsListview .ui-li-aside {

View file

@ -120,10 +120,6 @@ h2 {
font-weight: 500 !important;
}
.ui-listview li h3 {
font-weight: 500;
}
h1 a {
text-decoration: none;
}
@ -136,6 +132,10 @@ h1 a:hover {
text-decoration: underline;
}
.ui-listview li h3 {
font-weight: 400;
}
pre, textarea.pre {
display: block;
padding: 8.5px;