[Fusionforge-commits] r11389 - trunk/src/www/themes/funky/css

Franck VILLAUME nerville at libremir.placard.fr.eu.org
Thu Nov 4 17:26:28 CET 2010


Author: nerville
Date: 2010-11-04 17:26:28 +0100 (Thu, 04 Nov 2010)
New Revision: 11389

Modified:
   trunk/src/www/themes/funky/css/theme.css
Log:
fix border radius & font display for any feedback,warning,error msg

Modified: trunk/src/www/themes/funky/css/theme.css
===================================================================
--- trunk/src/www/themes/funky/css/theme.css	2010-11-04 16:16:10 UTC (rev 11388)
+++ trunk/src/www/themes/funky/css/theme.css	2010-11-04 16:26:28 UTC (rev 11389)
@@ -323,6 +323,10 @@
     border-bottom: 0;
     border-top-left-radius: 6px;
     border-top-right-radius: 6px;
+    -webkit-top-right-border-radius: 6px;
+    -webkit-top-left-border-radius: 6px;
+    -moz-border-radius-topright: 6px;
+    -moz-border-radius-topleft: 6px;
     background-color: #909DB7;
     line-height: 17px;
     color: black;
@@ -733,6 +737,8 @@
     -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
     text-shadow: 1px 1px #fff5CA;
+    text-align: left;
+    font-size: small;
     margin-bottom: 3px;
     margin-top: 2px;
     margin-right: 3px;
@@ -749,6 +755,8 @@
     -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
     text-shadow: 1px 1px #DFF59f;
+    text-align: left;
+    font-size: small;
     margin-bottom: 3px;
     margin-top: 2px;
     margin-right: 3px;




More information about the Fusionforge-commits mailing list