[Mapbender-commits] r9679 - trunk/mapbender/resources/db/pgsql/UTF-8/update

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Feb 7 23:46:05 PST 2017


Author: armin11
Date: 2017-02-07 23:46:05 -0800 (Tue, 07 Feb 2017)
New Revision: 9679

Modified:
   trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.7.4_to_2.8_pgsql_UTF-8.sql
Log:
fix for metadata editor layout - thanx to karl owesny ;-)

Modified: trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.7.4_to_2.8_pgsql_UTF-8.sql
===================================================================
--- trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.7.4_to_2.8_pgsql_UTF-8.sql	2017-02-06 08:50:05 UTC (rev 9678)
+++ trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.7.4_to_2.8_pgsql_UTF-8.sql	2017-02-08 07:46:05 UTC (rev 9679)
@@ -1593,7 +1593,7 @@
 .metadata_selectbox {height:66px;width:250px;vertical-align:top;}
 .label_classification {width: 150px;height: 40px;float: left;}
 div#choose {float: left;width: 30%;height:100%;position:relative;overflow:hidden;}
-div#choose:hover{overflow:initial !important;background-color:white;display:inline-block;width:unset;}
+div#choose:hover{overflow:initial !important;background-color:white;display:inline-block;width:unset;min-width:30%;}
 div#layer {margin-left: 31%;width: 69%;}
 div#preview {max-width:305px;float: left;}
 div#classification {float: left;max-width: 305px;}



More information about the Mapbender_commits mailing list