Skip to content

Commit

Permalink
fix #1095
Browse files Browse the repository at this point in the history
  • Loading branch information
saidaipparla committed Oct 11, 2016
1 parent 4737657 commit 3543345
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/client/components/misc/Dialog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const Dialog = React.createClass({
</Draggable>);
let containerStyle = assign({}, this.props.style, this.props.backgroundStyle);
return this.props.modal ?
(<div onClick={this.props.onClickOut} style={containerStyle} className="fade in modal" role="dialog">
(<div onClick={this.props.onClickOut} style={containerStyle} className="fade in modal catalog_window" role="dialog">
<div onClick={(evt)=> {evt.preventDefault(); evt.stopPropagation(); }} className="modal-dialog" style={{background: "transparent"}}>
{dialog}
</div></div>) :
Expand Down
2 changes: 1 addition & 1 deletion web/client/plugins/metadataexplorer/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 3543345

Please sign in to comment.