Addendum to previous push.
authorLaury GvR <laury@gaslightmedia.com>
Tue, 19 Aug 2014 13:38:17 +0000 (09:38 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 19 Aug 2014 13:38:17 +0000 (09:38 -0400)
Toolkit/Members/css/member.css

index 8024ddd..40cc3f7 100755 (executable)
@@ -1269,4 +1269,31 @@ div.thumb {
     font-weight: normal;
     color: #2783B7;
     padding: 16px 0 10px 0;
+}
+#map-canvas {
+    float:left;
+}
+
+#category-search {
+    float:right;
+}
+
+/** map foundation **/
+@media (min-width: 574px) and (max-width: 766px) {
+    #mapContainer,
+    #category-search {
+        width:100%;
+        margin-left:auto;
+        margin-right: auto;
+        max-width: 500px;
+        float: none;
+    }
+    #map-canvas {
+        margin-top: 20px;
+        margin-bottom: 25px;
+    }
+    #mapContainer {
+        padding-bottom: 25px;
+        padding-top: 20px;
+    }
 }
\ No newline at end of file