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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Jan 24 06:29:58 PST 2017


Author: armin11
Date: 2017-01-24 06:29:58 -0800 (Tue, 24 Jan 2017)
New Revision: 9674

Modified:
   trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.7.4_to_2.8_pgsql_UTF-8.sql
Log:
Enhancement of the css for the metadata editors - make them easier to use - 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-01-24 14:13:52 UTC (rev 9673)
+++ trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.7.4_to_2.8_pgsql_UTF-8.sql	2017-01-24 14:29:58 UTC (rev 9674)
@@ -1571,4 +1571,33 @@
 
 UPDATE mb_metadata SET searchable = TRUE WHERE searchable IS NULL;
 
+--alter admin menu css to make editors mor usefull
+UPDATE gui_element_vars SET var_value='body{ background-color: #ffffff; margin: 5 5 5 5 }
+* {font-family: Verdana;font-size: 96%;box-sizing: border-box;}
+#ui-datepicker-div {display: none;}
+div.ui-layout-content {padding:0px; !important}
+div.ui-tabs-panel{padding:0 !important;margin:0 !important;}
+label {width: 40%;float: left;}
+label>input {width:190px}
+p {clear: both;display: table;width: 100%;}
+input {font-weight: bold;vertical-align: top;width: 50%;}
+input[type=''checkbox''],input[type=''radio''],input[type=''button''],input[type=''submit''] {width:auto;height:auto;}
+input[type=''button''],input[type=''submit'']{margin:10px}
+input[disabled]{background-color:lightgrey;color:grey;cursor:no-drop;}
+input[readonly]{background-color:lightgrey;color:grey;cursor:no-drop;}
+fieldset {margin-top: 10px;}
+.dataTables_wrapper{min-height:unset;}
+.metadata_span {padding-right:0;vertical-align: top;}
+.help-dialog {cursor: pointer;}
+.metadata_img, .help-dialog, .original-metadata-wms {width: 25px;height: 25px;vertical-align: middle;}
+.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#layer {margin-left: 31%;width: 69%;}
+div#preview {max-width:305px;float: left;}
+div#classification {float: left;max-width: 305px;}
+div#buttons {float: left;}
+div#selectbox {margin-left: 280px;padding-top: 60px;}' WHERE var_name='css_class_bg' and fkey_gui_id LIKE 'admin%';
 
+



More information about the Mapbender_commits mailing list