Просмотр исходного кода

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
rugk 10 лет назад
Родитель
Сommit
8360db7f45
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      css/bootstrap/zerobin.css

+ 6 - 0
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;