From: Anthony Talarico Date: Thu, 9 Jun 2016 15:15:22 +0000 (-0400) Subject: adjusted styles for jquery dialog ui for modal map on events detail page X-Git-Tag: v1.0.15^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=2e0db3318b1f86bc2a2127cb1e24f832abbe2d8d;p=WP-Plugins%2Fglm-member-db-events.git adjusted styles for jquery dialog ui for modal map on events detail page --- diff --git a/css/front.css b/css/front.css index 47e2f30..d9f0f25 100644 --- a/css/front.css +++ b/css/front.css @@ -82,6 +82,18 @@ 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;