fix modal body margins
authorMaciej Tronowski <mtro@man.poznan.pl>
Thu, 9 Apr 2015 16:16:08 +0000 (18:16 +0200)
committerMaciej Tronowski <mtro@man.poznan.pl>
Thu, 9 Apr 2015 16:16:08 +0000 (18:16 +0200)
qcg/static/qcg/main.css

index 9af9836..c2d0aaf 100644 (file)
@@ -36,6 +36,10 @@ textarea {
     min-height: 34px;
 }
 
+.modal-body > *:first-child {
+    margin-top: 0;
+}
+
 .modal-body > *:last-child {
     margin-bottom: 0;
 }