made it so the jquery ui works for correct version. A tags around the header w the...
authorOve Klykken <ove@gaslightmedia.com>
Wed, 30 Jul 2014 16:57:56 +0000 (12:57 -0400)
committerOve Klykken <ove@gaslightmedia.com>
Wed, 30 Jul 2014 16:57:56 +0000 (12:57 -0400)
Toolkit/Members/templates/userSearchForm.html [changed mode: 0644->0755]
styles.css

old mode 100644 (file)
new mode 100755 (executable)
index d6980e6..5e0655f
@@ -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;
     }
         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 {
         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;
     }
 </style>
 <div id="accordian">
-    <h2>Search:</h2>
+    <h2><a href="#">Search:</a></h2>
     <div>
         <form
             flexy:ignore="yes"
         </form>
     </div>
     {if:search}
-    <h2>Filter Results:</h2>
+    <h2><a href="#">Filter Results:</a></h2>
     <div>
         <form
             flexy:ignore="yes"
             }
             ?>
             <div id="lowerbox">
-                <div class="fieldcontain" id="filterContainer">
+                <div class="fieldcontain clearfix" id="filterContainer">
                     <div class="glm-chbx filterCol">
                         <h3>Activities</h3>
                         {foreach:filterActivities,id,name}
index e6611f3..bfdd942 100755 (executable)
@@ -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