make the search form elements containers taller
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 26 Dec 2013 15:08:31 +0000 (15:08 +0000)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 26 Dec 2013 15:08:31 +0000 (15:08 +0000)
making the forms taller so they fit better with the new Destinations

Toolkit/Members/templates/userSearchForm.html

index e96e258..6ad3d47 100644 (file)
@@ -42,7 +42,7 @@
         width: 32.33333333%;
         margin-right: 1.5%;
         padding: 10px 1%;
-        height: 136px;
+        height: 160px;
         background: url(<?php echo BASE_URL ?>assets/bg_3.jpg) 0 0 repeat;
         border: 1px solid #B0A487;
         border-radius: 8px 8px 8px 8px;
@@ -55,7 +55,7 @@
         float: left;
         width: 32.33333333%;
         padding: 10px 1%;
-        height: 136px;
+        height: 160px;
         background: url(<?php echo BASE_URL ?>assets/bg_3.jpg) 0 0 repeat;
                background-size: cover;
         border: 1px solid #B0A487;
             }
         });
     }
-</script>
\ No newline at end of file
+</script>