Event searchform style minor responsive changes
authorLaury GvR <laury@gaslightmedia.com>
Thu, 4 Sep 2014 17:44:04 +0000 (13:44 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 4 Sep 2014 17:44:04 +0000 (13:44 -0400)
Toolkit/Events/css/event.css

index 84f4dd4..de1fa78 100755 (executable)
     border: 1px dashed #ccc;
     padding: 3px 6px;
 }
+@media (max-width: 640px) {
+    #event-search {
+        max-width: 400px;
+        margin-left: auto !important;
+        margin-right: auto !important;
+    }
+    #endMonth,
+    #startMonth,
+    #eventCategorySearch,
+    #eventNameSearch {
+        max-width: 350px;
+        margin-left: auto !important;
+        margin-right: auto !important;
+    }
+}
 .event-list {
     border-bottom: 1px solid #ccc;
     padding-bottom: 15px;