mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
#186 - Catalog tile display uniformity
This commit is contained in:
parent
9450d06d5c
commit
322cc9ebe9
9 changed files with 231 additions and 114 deletions
|
@ -33,7 +33,7 @@
|
|||
}
|
||||
|
||||
.listHeader {
|
||||
margin-top: 1em;
|
||||
margin-top: .5em;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
|
@ -554,53 +554,4 @@
|
|||
|
||||
.itemsContainer {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.detailTable {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
width: 100%;
|
||||
max-width: 1200px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.centeredDetailTable {
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.stretchedDetailTable {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.detailTable a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.detailTable a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.detailTable td {
|
||||
border-spacing: 0;
|
||||
border-top: 1px solid #444;
|
||||
border-bottom: 1px solid #444;
|
||||
padding: 3px 5px;
|
||||
}
|
||||
|
||||
.detailTable th {
|
||||
border-spacing: 0;
|
||||
border-bottom: 1px solid #444;
|
||||
padding: 5px;
|
||||
font-weight: normal;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.detailTable .imgUserItemRating {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
.userDataCell {
|
||||
width: 140px;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue