]> dev.renevier.net Git - syj.git/blobdiff - public/css/generic.css
fixes css regression in newpwd, contact and account
[syj.git] / public / css / generic.css
index 97d6a1e6de2a67622e6d99d38db931efdda9b6f7..e0dcb81e0a8fc8de2108bfd0c81e84ca2ae17732 100644 (file)
@@ -10,9 +10,19 @@ body, html {
 /*
  * generic rules
  */
-.message {
+#message {
     text-align: center;
     background-color: white;
+    -moz-border-radius: 5px;
+    -webkit-border-radius: 5px;
+    border-radius: 5px;
+    border-width: 2px;
+    border-style: solid;
+    padding: 1.5em;
+    transition:opacity 0.5s;
+    -webkit-transition:opacity 0.5s;
+    -moz-transition:opacity 0.5s;
+    -o-transition: opacity 0.5s;
 }
 
 .disabled {