[Mpuls-commits] r4893 - in base/trunk: . mpulsweb/public/styles

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Apr 11 09:31:00 CEST 2011


Author: torsten
Date: 2011-04-11 09:30:58 +0200 (Mon, 11 Apr 2011)
New Revision: 4893

Modified:
   base/trunk/ChangeLog
   base/trunk/mpulsweb/public/styles/all.css
Log:
Added invisible dialog


Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog	2011-04-08 09:52:24 UTC (rev 4892)
+++ base/trunk/ChangeLog	2011-04-11 07:30:58 UTC (rev 4893)
@@ -1,3 +1,8 @@
+2011-04-11  Torsten Irlaender <torsten at intevation.de>
+
+	* mpulsweb/public/styles/all.css: Added ".invisible" classe to set
+	dislay = None for all elements.
+
 2011-04-08  Björn Ricks <bjoern.ricks at intevation.de>
 
 	* mpulsweb.egg-info/paste_deploy_config.ini_tmpl:

Modified: base/trunk/mpulsweb/public/styles/all.css
===================================================================
--- base/trunk/mpulsweb/public/styles/all.css	2011-04-08 09:52:24 UTC (rev 4892)
+++ base/trunk/mpulsweb/public/styles/all.css	2011-04-11 07:30:58 UTC (rev 4893)
@@ -726,6 +726,10 @@
 	background:#f57900; 
 }
 
+.invisible {
+	display:None;
+}
+
 /*----------------------*/
 /* Inconsistency	*/
 /*----------------------*/
@@ -762,3 +766,5 @@
 }
 
 
+
+



More information about the Mpuls-commits mailing list