[Fusionforge-commits] r13606 - trunk/src/www/themes/css

Alain Peyrat aljeux at fusionforge.org
Mon Jun 27 20:24:45 CEST 2011


Author: aljeux
Date: 2011-06-27 20:24:45 +0200 (Mon, 27 Jun 2011)
New Revision: 13606

Modified:
   trunk/src/www/themes/css/fusionforge.css
Log:
Add information class in main css

Modified: trunk/src/www/themes/css/fusionforge.css
===================================================================
--- trunk/src/www/themes/css/fusionforge.css	2011-06-27 18:16:50 UTC (rev 13605)
+++ trunk/src/www/themes/css/fusionforge.css	2011-06-27 18:24:45 UTC (rev 13606)
@@ -354,8 +354,7 @@
 table.progress td { background: #fff; padding: 0 }
 table.progress td :hover { background: none }
 
-/* style for warning messages box
-*/
+/* style for warning messages box */
 .warning_msg {
     font-weight: bold;
     border-width: 2px;
@@ -365,6 +364,20 @@
     padding: 0.5em;
 }
 
+p.information {
+   font-weight: bold;
+   font-size: 12px;
+   text-align: center;
+   border: 1px solid;
+   margin: 15px 0px;
+   padding: 10px 10px 10px 10px;
+}
+
+p.information {
+   border-color: blue;
+   background-color: #BDE5F8;
+}
+
 /* {{{ Widgets */
 
 .emptyPlaceMarker {




More information about the Fusionforge-commits mailing list