From: Ove Klykken Date: Wed, 30 Jul 2014 16:57:56 +0000 (-0400) Subject: made it so the jquery ui works for correct version. A tags around the header w the... X-Git-Tag: v1.1^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=14d077498b0d17ce5bd5771233827d3e67684f29;p=web%2FMichiganTrailMaps.git made it so the jquery ui works for correct version. A tags around the header w the arrow next to it. Misc changes to the collapsing box as well. --- diff --git a/Toolkit/Members/templates/userSearchForm.html b/Toolkit/Members/templates/userSearchForm.html old mode 100644 new mode 100755 index d6980e6..5e0655f --- a/Toolkit/Members/templates/userSearchForm.html +++ b/Toolkit/Members/templates/userSearchForm.html @@ -5,7 +5,7 @@ margin-top: 20px; } fieldset #glm-member-search label {width:25%;text-align: right;} - .fieldcontain {display:block;width:100%;clear:right; margin:2px 0;padding: 0;} + /* .fieldcontain {display:block;width:100%;clear:right; margin:2px 0;padding: 0;} */ .fieldcontain input[type=submit] { float: right; } @@ -66,27 +66,16 @@ position: relative; font-family: Arial, Helvetica, sans-serif; float: left; - width: 32.33333333%; + width: 32%; padding: 10px 1%; - /*height: 160px;*/ } + .filterCol h3 { + padding: 0.5em 0; + } .filterCol label { - width: 100%; display: block; } #lowerbox { - position: relative; - font-family: Arial, Helvetica, sans-serif; - float: left; - clear: left; - overflow: hideen; - width: 100%; - padding: 10px 0; - margin-top: 10px; - /*background: #EBEBEB; - border: 1px solid #B0A487; - border-radius: 8px 8px 8px 8px; - box-shadow: 0 0 10px rgba(176, 164, 135, 0.7) inset;*/ border-bottom: 1px solid #D4D4D4; } #submitSearch { @@ -166,8 +155,9 @@ padding: 3px 8px; } #trail-form-am input[type=submit] { - right: 6px; - bottom: 10px; + clear: left; + position: relative; + } #trail-form-ap select, #trail-form-rc select { display: block; @@ -192,7 +182,7 @@ }
-

Search:

+

Search:

{if:search} -

Filter Results:

+

Filter Results:

-
+

Activities

{foreach:filterActivities,id,name} diff --git a/styles.css b/styles.css index e6611f3..bfdd942 100755 --- a/styles.css +++ b/styles.css @@ -972,3 +972,25 @@ footer p { footer p.footer_header { font-weight: bold; } +Filter search results +#filterContainer h2 { + padding-top: 0; + padding-bottom: 0; + } +#trail-form-am #lowerbox { + padding-top: 0; + margin-top: 0; + } +#accordian .ui-accordion-content { + margin-top: 0; + padding-top: 1em; + } +/* CLear Fix */ +.clearfix:before, +.clearfix:after { + content: " "; + display: table; +} +.clearfix:after { + clear: both; +} \ No newline at end of file