From 3543345613658cccf5c9fee37ab48691e49afde9 Mon Sep 17 00:00:00 2001 From: saidaipparla Date: Tue, 11 Oct 2016 13:58:56 +0200 Subject: [PATCH] fix #1095 --- web/client/components/misc/Dialog.jsx | 2 +- web/client/plugins/metadataexplorer/css/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/client/components/misc/Dialog.jsx b/web/client/components/misc/Dialog.jsx index 5db851ad7b..e3f980a8cc 100644 --- a/web/client/components/misc/Dialog.jsx +++ b/web/client/components/misc/Dialog.jsx @@ -84,7 +84,7 @@ const Dialog = React.createClass({ ); let containerStyle = assign({}, this.props.style, this.props.backgroundStyle); return this.props.modal ? - (
+ (
{evt.preventDefault(); evt.stopPropagation(); }} className="modal-dialog" style={{background: "transparent"}}> {dialog}
) : diff --git a/web/client/plugins/metadataexplorer/css/style.css b/web/client/plugins/metadataexplorer/css/style.css index 81227ab1fa..d9cd604675 100644 --- a/web/client/plugins/metadataexplorer/css/style.css +++ b/web/client/plugins/metadataexplorer/css/style.css @@ -40,7 +40,7 @@ div.record-grid .record-item .record-buttons { #mapstore-catalog-panel button.search-button { margin-bottom: 10px; } -#viewer .modal-dialog { +.catalog_window .modal-dialog { width: 98%; margin-top: 10px; }