adding styles for the add attendee box
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 14 Dec 2017 21:44:44 +0000 (16:44 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 14 Dec 2017 21:44:44 +0000 (16:44 -0500)
resizing the add attendee box and adding some spacing between the buttons and
links to make things less cluttered

css/front.css

index dae5e8c..d6c34b0 100644 (file)
@@ -348,6 +348,14 @@ label.registrant-label {
 .new-reg {
     margin-bottom: 20px;
 }
+.new-reg .show-hide-address{
+    display: inline-block;
+    margin-bottom: 20px;
+}
+.new-reg .add-new-registrant-cancel{
+    display: inline-block;
+    margin-left: 10px;
+}
 .new-reg, .reg-edit-form {
     padding: 10px;
     border: solid 1px black;
@@ -648,6 +656,11 @@ span.glm-error {
         -webkit-column-count: 2;*/
     
     }
+    .new-reg{
+        float: left;
+        width: 450px;
+    }
+    
     .reg-class-time {
         padding: 5px;
         width: 100%;