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

pull/2/head
Ricardo Amaral 6 years ago committed by Leonardo Galli
parent 31c357fdde
commit 27032a8db3

@ -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…
Cancel
Save