diff --git a/tbl_gis_visualization.php b/tbl_gis_visualization.php index f90160d70e..5c54b2f984 100644 --- a/tbl_gis_visualization.php +++ b/tbl_gis_visualization.php @@ -109,7 +109,7 @@ $visualization = PMA_GIS_visualization_results($data, $visualizationSettings, $f
-
+
diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 1555da1994..e179797597 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -1828,6 +1828,9 @@ fieldset .disabled-field td { #placeholder { position: relative; + border: 1px solid #aaa; + float: right; + overflow: hidden; } #placeholder .button { diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index b79eb6aa83..fa55b581bb 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -2184,6 +2184,9 @@ fieldset .disabled-field td { #placeholder { position: relative; + border: 1px solid #aaa; + float: right; + overflow: hidden; } #placeholder .button {