Add responsiveness to the movie buttons

This commit is contained in:
Grégoire Delattre 2017-01-18 22:00:38 +01:00
parent 8c16d8c78b
commit 70014189d5

View File

@ -23,8 +23,19 @@ body {
.list-details-buttons { .list-details-buttons {
position: fixed; position: fixed;
bottom: 1%; bottom: 0px;
right: 1%; padding-top: 5px;
background-color: @body-bg;
@media (min-width: @screen-xs-max) {
right: 0px;
margin-right: 5px;
}
a.btn,
div.btn-group {
margin-bottom: 5px;
}
} }
.list-filter { .list-filter {