From: Leif Hanson Date: Tue, 4 Jun 2013 19:43:59 +0000 (+0000) Subject: Fixed minor overflow issues on contact forms and members search. X-Git-Tag: v1.0~144 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=95a4eaaa8a4f0f9f9ba97e98cccc05e611a918eb;p=web%2FMichiganTrailMaps.git Fixed minor overflow issues on contact forms and members search. --- diff --git a/Toolkit/Members/css/member.css b/Toolkit/Members/css/member.css index 1a07e08..6810d70 100755 --- a/Toolkit/Members/css/member.css +++ b/Toolkit/Members/css/member.css @@ -1,6 +1,6 @@ /* Member Search and display */ #category-search { - clear: both; + float: right; padding: 0; margin-top: 22px; } diff --git a/css/contactform.css b/css/contactform.css index 9dedb38..5794df4 100644 --- a/css/contactform.css +++ b/css/contactform.css @@ -1,6 +1,8 @@ #contact, .webform {margin: 10px;} - +#toolbox #contact, #toolbox .webform { + float: left; + } .req {color: #f00;} /* Main table */