diff --git a/gis_data_editor.php b/gis_data_editor.php index 265f0b05be..258810b59c 100644 --- a/gis_data_editor.php +++ b/gis_data_editor.php @@ -135,12 +135,12 @@ echo Url::getHiddenInputs(); echo ''; echo '
'; + , ($srid != 0 ? 'class="hide' : '') , '">'; echo $visualization; echo '
'; echo '
'; + , ($srid == 0 ? 'class="hide' : '') , '">'; echo '
'; echo '
'; diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php index ec94b69cf9..3978817403 100644 --- a/themes/original/css/common.css.php +++ b/themes/original/css/common.css.php @@ -2069,6 +2069,13 @@ fieldset .disabled-field td { border: 1px solid #aaa; float: ; overflow: hidden; + width: 450px; + height: 300px; +} + +#openlayersmap{ + width: 450px; + height: 300px; } .placeholderDrag { @@ -3370,3 +3377,22 @@ body .ui-dialog .ui-button-text-only .ui-button-text { margin: 4px; } } + +/* templates/database/designer */ +/* side menu */ +#name-panel { + overflow:hidden; +} + +#page_name { + border:none; +} + +#saved_state { + border:none; +} + +/* database_tables */ +.pmd_tabstyle { + +} diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 7b3e9742bc..9a698117e7 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -2504,9 +2504,6 @@ fieldset .disabled-field td { .clearright { clear:right; } -.displaynone { - display:none; -} .wrapper { float: ; @@ -3629,18 +3626,3 @@ body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { width: 95% !important; } } -/* templates/database/designer */ -/* side menu */ -#name-panel { - overflow:hidden; -} - -#page_name { - border:none; -} - -#saved_state { - border:none; -} - -# \ No newline at end of file