From d4a7cef45bf76582e87b9992bc94cf10076c1bf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Skokowski?= Date: Wed, 25 Oct 2017 12:42:19 +0200 Subject: [PATCH] added changes to theme original MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Skokowski --- gis_data_editor.php | 4 ++-- themes/original/css/common.css.php | 26 ++++++++++++++++++++++++++ themes/pmahomme/css/common.css.php | 18 ------------------ 3 files changed, 28 insertions(+), 20 deletions(-) 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