mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Controls slide down for series poster
This commit is contained in:
parent
a5d7649d77
commit
bafb742141
5 changed files with 460 additions and 13 deletions
|
@ -78,8 +78,8 @@
|
|||
display: inline-block;
|
||||
|
||||
.ended-banner {
|
||||
color: #eeeeee;
|
||||
background-color: #b94a48;
|
||||
color: #EEEEEE;
|
||||
background-color: #B94A48;
|
||||
-moz-box-shadow: 2px 2px 20px #888888;
|
||||
-moz-transform: rotate(45deg);
|
||||
-moz-transform-origin: 50% 50%;
|
||||
|
@ -90,6 +90,19 @@
|
|||
top: 175px;
|
||||
left: -122px;
|
||||
text-align: center;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.series-controls {
|
||||
position: absolute;;
|
||||
top: 0px;
|
||||
overflow: hidden;
|
||||
background-color: #EEEEEE;
|
||||
width: 100%;
|
||||
text-align: right;
|
||||
padding-right: 20px;
|
||||
opacity: 0.8;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue