From 8360db7f45b59801203ccb88adc56ae05372c50b Mon Sep 17 00:00:00 2001 From: rugk Date: Wed, 22 Jun 2016 19:39:30 +0200 Subject: [PATCH] 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 --- css/bootstrap/zerobin.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/bootstrap/zerobin.css b/css/bootstrap/zerobin.css index 8a26183..35ba370 100644 --- a/css/bootstrap/zerobin.css +++ b/css/bootstrap/zerobin.css @@ -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;