diff --git a/src/public/less/app.less b/src/public/less/app.less index 0c4afa8..d1cfe4f 100644 --- a/src/public/less/app.less +++ b/src/public/less/app.less @@ -23,8 +23,19 @@ body { .list-details-buttons { position: fixed; - bottom: 1%; - right: 1%; + bottom: 0px; + 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 {