Margin glmCheckbox and text on contactform
authorLaury GvR <laury@gaslightmedia.com>
Wed, 3 Sep 2014 14:40:14 +0000 (10:40 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 3 Sep 2014 14:40:14 +0000 (10:40 -0400)
Set it to 10px right-margin.

css/contactform.css
styles.css

index 793f6b3..143f533 100644 (file)
@@ -103,6 +103,9 @@ table tr.req td.instructioncell {
     width: auto;
     margin-bottom: 1rem;
 }
+.glmCheckBox input {
+    margin-right: 10px !important;
+}
 .single-checkbox label.glmCheckBox {
     width: auto;
     float: none;
index 27e45ba..e8e3f68 100644 (file)
@@ -129,6 +129,7 @@ body {
 }
 .container .inner-container #toolbox figure > img {
   width: 100%;
+  border-radius: 3px;
 }
 @media only screen and (max-width: 40em) {
   .container .inner-container #toolbox figure > img {
@@ -157,6 +158,7 @@ body {
 }
 .container#home #toolbox aside img {
   margin-bottom: 20px;
+  border-radius: 3px;
 }
 .container#home #toolbox #category {
   margin-top: 0 !important;