resizing the add attendee box and adding some spacing between the buttons and
links to make things less cluttered
.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;
-webkit-column-count: 2;*/
}
+ .new-reg{
+ float: left;
+ width: 450px;
+ }
+
.reg-class-time {
padding: 5px;
width: 100%;