[Mpuls-commits] r4064 - in jmd/trunk: . jmdstrukturweb/public/styles jmdweb/public jmdweb/public/styles

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Oct 28 12:33:21 CEST 2010


Author: roland
Date: 2010-10-28 12:33:20 +0200 (Thu, 28 Oct 2010)
New Revision: 4064

Added:
   jmd/trunk/jmdweb/public/styles/
   jmd/trunk/jmdweb/public/styles/local.css
Modified:
   jmd/trunk/ChangeLog
   jmd/trunk/jmdstrukturweb/public/styles/local.css
Log:
add (empty) local stylesheet

Modified: jmd/trunk/ChangeLog
===================================================================
--- jmd/trunk/ChangeLog	2010-10-28 10:23:40 UTC (rev 4063)
+++ jmd/trunk/ChangeLog	2010-10-28 10:33:20 UTC (rev 4064)
@@ -1,3 +1,8 @@
+2010-10-28  Roland Geider <roland.geider at intevation.de>
+
+	* jmdweb/public/styles/local.css: add (empty) local stylesheet
+	  to allow overwriting the default styles
+
 2010-10-27  Torsten Irlaender <torsten at intevation.de>
 
 	* default_tagging.xml: Removed. Use default tagging from base

Modified: jmd/trunk/jmdstrukturweb/public/styles/local.css
===================================================================
--- jmd/trunk/jmdstrukturweb/public/styles/local.css	2010-10-28 10:23:40 UTC (rev 4063)
+++ jmd/trunk/jmdstrukturweb/public/styles/local.css	2010-10-28 10:33:20 UTC (rev 4064)
@@ -8,19 +8,19 @@
 
 
 
-/* Set the color in the JMD-Structure application to purple*/
+/* Set the color in the JMD-Structure application to purple */
 
 div.menu h1 {
 	background-color: #5C3566;
 }
 
 div#statusbar, div#statusbar a {
-	background-color: #5c3566; /* #2a2156; */
+	background-color: #5c3566;
 }
 
 #content_login h1 {
 	background-color: #5C3566;
 }
 .hovertable tr:hover{
-        background-color: #75507b;
+        background-color: #ad7fa8;
 }

Added: jmd/trunk/jmdweb/public/styles/local.css
===================================================================
--- jmd/trunk/jmdweb/public/styles/local.css	2010-10-28 10:23:40 UTC (rev 4063)
+++ jmd/trunk/jmdweb/public/styles/local.css	2010-10-28 10:33:20 UTC (rev 4064)
@@ -0,0 +1,8 @@
+/*********************************
+ *                               *
+ * Stylesheet for JMD specific   *
+ * settings (no JMD-structure)   *
+ *                               *
+ *                               *
+ ********************************/
+



More information about the Mpuls-commits mailing list