mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
parent
98d02d0b89
commit
876741b40b
3 changed files with 44 additions and 8 deletions
|
@ -1830,15 +1830,29 @@ a:hover .summary-poster-face-track .summary-poster-face-overlay span {
|
|||
max-height: 15px;
|
||||
margin: 0 5px;
|
||||
}
|
||||
.summary-content-summary {
|
||||
.summary-content-text {
|
||||
overflow: hidden;
|
||||
color: #eee;
|
||||
float: left;
|
||||
position: relative;
|
||||
clear: both;
|
||||
height: auto;
|
||||
max-height: 160px;
|
||||
padding-bottom: 0px;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
.summary-content-tagline {
|
||||
font-weight: bold;
|
||||
}
|
||||
.summary-content-summary {
|
||||
height: 60px;
|
||||
}
|
||||
.summary-toggle {
|
||||
display: none;
|
||||
margin-top: 10px;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.summary-toggle a {
|
||||
color: #999;
|
||||
}
|
||||
.summary-content-people-wrapper {
|
||||
margin-right: 20px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue