Changed ALL clear: both to clear: right.
authorLeif Hanson <leif@gaslightmedia.com>
Mon, 10 Jun 2013 13:02:28 +0000 (13:02 +0000)
committerLeif Hanson <leif@gaslightmedia.com>
Mon, 10 Jun 2013 13:02:28 +0000 (13:02 +0000)
Toolkit/Members/css/member.css
Toolkit/Members/templates/userSearchForm.html

index c12f67e..cdfd6a1 100755 (executable)
@@ -8,20 +8,26 @@
        list-style-image:none;
 }
 #category-search fieldset {
-background-color: #ffffff;
-  background-image: -moz-linear-gradient(top, #ffffff, #E9F0F7); /* FF3.6 */
-  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #E9F0F7)); /* Saf4+, Chrome */
-            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#E9F0F7'); /* IE6,IE7 */
-        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#E9F0F7')"; /* IE8 */
+/*background-color: #ffffff;
+  background-image: -moz-linear-gradient(top, #ffffff, #E9F0F7);
+  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #E9F0F7));
+            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#E9F0F7');
+        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#E9F0F7')";
   background-position: 0 -1px;
   background-repeat: repeat-x;
   border: 1px solid #95B1CD;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
-       border-radius: 5px;
-       clear: both;
-  margin-bottom: 1.5em;
-  padding: 0;
+       border-radius: 5px;*/
+       clear: right;
+       margin-bottom: 1.5em;
+       padding: 20px;
+       background: url(../../../assets/bg_2.jpg) 0 0 repeat;
+       border: 1px solid #B0A487;
+       border-radius: 8px;
+       -webkit-box-shadow: inset 0 0 10px rgba(176,164,135,.7);
+       -moz-box-shadow: inset 0 0 10px rgba(176,164,135,.7);
+       box-shadow: inset 0 0 10px rgba(176,164,135,.7);
 }
 #category-search legend {
        color: #000;
@@ -53,7 +59,7 @@ background-color: #ffffff;
        width: auto;
 }
 #category-search-result {
-  clear: both;
+  clear: right;
   margin: 10px;
 }
 #amenities label {
@@ -71,7 +77,7 @@ background-color: #ffffff;
 /* Member List */
 .search-result-item {
        float: left;
-       clear: both;
+       clear: right;
        width: 100%;
        padding: 15px 20px;
        background-color: #eee;
@@ -357,7 +363,7 @@ div.search-result-more-div a:active {
   }
 .member-travel-item {
        margin-top: 1em;
-       clear: both;
+       clear: right;
        }
 .member-travel-item img {
        float: right;
@@ -365,7 +371,7 @@ div.search-result-more-div a:active {
        padding-bottom: 10px;
        }
 .member-travel-item h2 {
-       clear: both;
+       clear: right;
        }
 #search-more {
   height: 1%;
@@ -378,7 +384,7 @@ div.search-result-more-div a:active {
        background-position: 0 -1px;
   background-repeat: repeat-x;
   border: 1px solid #244B8D;
-  clear: both;
+  clear: right;
   margin: 0 10px 0 0;
   padding: 5px 0;
 }
@@ -422,7 +428,7 @@ Restaurant, Hotels and Golf Courses
        }
 /* Golf result list */
 .member-golf-result {
-       clear: both;
+       clear: right;
        height: 1%;
        overflow: hidden;
        margin-top: 1em;
@@ -560,7 +566,7 @@ Restaurant, Hotels and Golf Courses
 .mReservations { background-image: url(http://app.gaslightmedia.com/assets/icons/book_open.png); }
 /* Photo Gallery on member detail pages */
 #member-detail #photo-gallery {
-       clear: both;
+       clear: right;
        margin: 0;
        border-top: 1px dotted #aaa;
        padding-top: 1em;
@@ -651,7 +657,7 @@ text-align: right;  }
 #plannerList {
        padding: 6px;
        margin: 0;
-       /*clear: both;*/
+       clear: right;
        }
 /* page break */
 .page-break { display:none; }
@@ -662,7 +668,7 @@ text-align: right;  }
        background: #fff;
        padding: 1px 0 6px 0;
        position: relative;
-       /*clear: both;*/
+       clear: right;
        margin-top: 12px;
        height: 1%;
        overflow: hidden;
index cb4e47e..3924cf4 100644 (file)
@@ -1,7 +1,10 @@
 <style>
     fieldset #glm-member-search {width:100%;}
     fieldset #glm-member-search label {width:25%;text-align: right;}
-    .fieldcontain {display:block;width:100%;clear:both;}
+    .fieldcontain {display:block;width:100%;clear:right; margin: 10px 0;}
+       .fieldcontain input[type=submit] {
+               float: right;
+       }
     .glm-chbx-label {width:250px;text-align: left;float:left;display:inline;}
     .glm-chbx {width:580px;text-align: left;display:block;clear:right;float:right;}
     .fieldHdr {width: 120px;float: left;display: block;text-align: right;}