mirror of
https://github.com/Radarr/Radarr
synced 2024-12-23 08:22:39 +00:00
Fixed: Class names on the 'add movies screen' (#3047)
This commit is contained in:
parent
31c357fdde
commit
27032a8db3
2 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
|||
<div class="col-md-10">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h2 class="movies-title">
|
||||
<h2 class="movie-title">
|
||||
{{titleWithYear}}
|
||||
|
||||
<span class="labels">
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
display: table;
|
||||
}
|
||||
|
||||
.movies-title {
|
||||
.movie-title {
|
||||
margin-top : 5px;
|
||||
|
||||
.labels {
|
||||
|
@ -82,7 +82,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
.movies-poster {
|
||||
.movie-poster {
|
||||
min-width : 138px;
|
||||
min-height : 203px;
|
||||
max-width : 138px;
|
||||
|
|
Loading…
Reference in a new issue