mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Cleaned up some series less
This commit is contained in:
parent
7d35adebf3
commit
3ef9b40754
@ -16,7 +16,9 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="title-container">
|
||||
<div class="center title">{{title}}</div>
|
||||
</div>
|
||||
|
||||
<div class="center">
|
||||
<div class="labels">
|
||||
|
@ -95,6 +95,7 @@
|
||||
|
||||
.progress {
|
||||
text-align: left;
|
||||
margin-top : 5px;
|
||||
left: 0px;
|
||||
width: 170px;
|
||||
|
||||
@ -104,18 +105,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
.progress {
|
||||
left : 22px;
|
||||
margin-top : 5px;
|
||||
}
|
||||
.title-container {
|
||||
position: relative;
|
||||
|
||||
.title {
|
||||
position : absolute;
|
||||
left : -10000px;
|
||||
top : auto;
|
||||
width : 1px;
|
||||
height : 1px;
|
||||
overflow : hidden;
|
||||
top : -100px;
|
||||
opacity: 0.0;
|
||||
}
|
||||
}
|
||||
|
||||
.labels {
|
||||
|
Loading…
Reference in New Issue
Block a user