1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00

Fixed: Class names on the 'add movies screen' (#3047)

This commit is contained in:
Ricardo Amaral 2018-09-24 15:44:02 +01:00 committed by Leonardo Galli
parent 31c357fdde
commit 27032a8db3
2 changed files with 3 additions and 3 deletions

View File

@ -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">

View File

@ -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;