[Movecommons-commits] r438 - trunk/src

Mario Gallegos mgallegos at ourproject.org
Sun Jun 3 01:03:58 CEST 2012


Author: mgallegos
Date: 2012-06-03 01:03:58 +0200 (Sun, 03 Jun 2012)
New Revision: 438

Modified:
   trunk/src/mc-dia-form2.css
Log:


Modified: trunk/src/mc-dia-form2.css
===================================================================
--- trunk/src/mc-dia-form2.css	2012-06-02 23:01:10 UTC (rev 437)
+++ trunk/src/mc-dia-form2.css	2012-06-02 23:03:58 UTC (rev 438)
@@ -63,9 +63,9 @@
             }   
         
     .firstStepInput{
-        background: url('/mc/0.1/images/input.png') no-repeat;
+        background: url('/mc/0.1/images/input.png') no-repeat !important;
         color: #888;
-        border: 1px solid #ccc;
+        border: 1px solid #ccc !important;
         font-family: Cantarell, Verdana, sans-serif;
         font-weight: bold;
         font-size: 15px;
@@ -75,9 +75,9 @@
         margin: 20px 0;
         float: left;
         
-        border-radius: 6px;
-        -moz-border-radius: 6px;
-        -webkit-border-radius: 6px;
+        border-radius: 6px !important;
+        -moz-border-radius: 6px !important;
+        -webkit-border-radius: 6px !important;
     }
     
     




More information about the Movecommons-commits mailing list