adjusted styles for jquery dialog ui for modal map on events detail page
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 9 Jun 2016 15:15:22 +0000 (11:15 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 9 Jun 2016 15:15:22 +0000 (11:15 -0400)
css/front.css

index 47e2f30..d9f0f25 100644 (file)
      cursor: pointer;
      height: 260px;
 }
+#map-dialog{
+    width: 100% !important;
+}
+#map_canvas{
+    margin:0 auto !important;
+}
+.ui-dialog-titlebar-close::before{
+    display: none;
+}
+.ui-dialog .ui-dialog-titlebar-close span{
+    margin: -8px !important;
+}
 .st_sharethis {
     float: right;
     margin-top: 10px;