From 636b22cb063a7d9bd0956bdcdf73eb178865ff5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 30 Oct 2017 09:21:26 +0100 Subject: [PATCH] Remove clearright class MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This element is currently not rendered at all, so avoid adding class for it. Issue #13777 Signed-off-by: Michal Čihař --- gis_data_editor.php | 2 +- themes/pmahomme/css/common.css.php | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/gis_data_editor.php b/gis_data_editor.php index 258810b59c..6f438658c7 100644 --- a/gis_data_editor.php +++ b/gis_data_editor.php @@ -143,7 +143,7 @@ echo '
'; echo '
'; -echo '
'; +echo '
'; echo ''; echo ''; diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index b670e657c5..2ee9aabeab 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -2501,10 +2501,6 @@ fieldset .disabled-field td { padding: 2px; } -.clearright { - clear:right; -} - .wrapper { float: ; margin-bottom: 1.5em; @@ -3643,4 +3639,4 @@ body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { /* database_tables */ .pmd_tabstyle { -} \ No newline at end of file +}