Add responsiveness to the movie buttons
This commit is contained in:
parent
8c16d8c78b
commit
70014189d5
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user