Fixed minor overflow issues on contact forms and members search.
authorLeif Hanson <leif@gaslightmedia.com>
Tue, 4 Jun 2013 19:43:59 +0000 (19:43 +0000)
committerLeif Hanson <leif@gaslightmedia.com>
Tue, 4 Jun 2013 19:43:59 +0000 (19:43 +0000)
Toolkit/Members/css/member.css
css/contactform.css

index 1a07e08..6810d70 100755 (executable)
@@ -1,6 +1,6 @@
 /* Member Search and display */
 #category-search {
-       clear: both;
+       float: right;
        padding: 0;
        margin-top: 22px;
 }
index 9dedb38..5794df4 100644 (file)
@@ -1,6 +1,8 @@
 #contact,
 .webform {margin: 10px;}
-
+#toolbox #contact, #toolbox .webform {
+       float: left;
+       }
 .req {color: #f00;}
 
 /* Main table */