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:
parent
261e614aa5
commit
93c66cb076
|
@ -44,6 +44,8 @@ public class GeoJsonAreaSelectionDialog extends AreaSelectionDialog{
|
|||
};
|
||||
|
||||
addSelectAreaDialogEventHandler(handler);
|
||||
this.getElement().addClassName("GeoJson-DialogBox");
|
||||
setZIndex(10000);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -45,4 +45,8 @@
|
|||
/** for namespaces **/
|
||||
.page-header>h1>small {
|
||||
font-size: 18px !important;
|
||||
}
|
||||
|
||||
.GeoJson-DialogBox{
|
||||
width: 100% !important;
|
||||
}
|
Loading…
Reference in New Issue