mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-31 03:50:11 -07:00
initial release for movie media type
This commit is contained in:
parent
32cf26884b
commit
0fb362d4ee
4 changed files with 47 additions and 6 deletions
|
@ -2940,6 +2940,12 @@ a .home-platforms-list-cover-face:hover
|
|||
max-width: 1750px;
|
||||
display: flow-root;
|
||||
}
|
||||
.table-card-header.spaced {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
align-content: center;
|
||||
}
|
||||
.table-card-back td {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
@ -2951,6 +2957,18 @@ a .home-platforms-list-cover-face:hover
|
|||
font-weight: bold;
|
||||
line-height: 34px;
|
||||
}
|
||||
.info-bar {
|
||||
display: inline;
|
||||
}
|
||||
.info-element {
|
||||
display: inline-block;
|
||||
border-radius: 1rem;
|
||||
border: 0.2rem solid #242424;
|
||||
padding: 0.7rem;
|
||||
background-color: #3B3B3B;
|
||||
font-style: italic;
|
||||
color: #676767;
|
||||
}
|
||||
.button-bar {
|
||||
float: right;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue