Add space for left button too (#96)

I don't add the margin to the button as default-btn is also used when such a margin is unnecessary
This commit is contained in:
rugk 2016-06-22 19:39:30 +02:00 committed by GitHub
parent 6bb81d779e
commit 8360db7f45

View File

@ -36,10 +36,16 @@ body.navbar-spacing {
margin-left: -56px;
}
/* add space around buttons */
.btn-primary {
margin-left: 8px;
}
.dropdown > #expiration {
margin-left: 8px;
}
#image img {
max-width: 100%;
height: auto;