updated css

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/widgets/ckan-metadata-publisher-widget@177226 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2019-02-22 11:04:28 +00:00
parent 261e614aa5
commit 93c66cb076
2 changed files with 6 additions and 0 deletions

View File

@ -44,6 +44,8 @@ public class GeoJsonAreaSelectionDialog extends AreaSelectionDialog{
};
addSelectAreaDialogEventHandler(handler);
this.getElement().addClassName("GeoJson-DialogBox");
setZIndex(10000);
}

View File

@ -45,4 +45,8 @@
/** for namespaces **/
.page-header>h1>small {
font-size: 18px !important;
}
.GeoJson-DialogBox{
width: 100% !important;
}