on event detail page style for button
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 17 Mar 2016 21:16:15 +0000 (17:16 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 17 Mar 2016 21:16:15 +0000 (17:16 -0400)
driving direction button to go full width of element

css/front.css

index cd88b70..9c39d03 100644 (file)
@@ -18,3 +18,6 @@
     margin-top: 10px !important;
     margin-bottom: 10px !important;
 }
+#EventDrivingDirectionSubmit {
+    width: 100%;
+}