]> 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 9bc6e0f33c3f8d121ba86983d0465fe49b4a58fd..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 {
@@ -76,9 +86,8 @@ input {
 /*
  * footer
  */
-#footer {
+footer {
     position: fixed;
-    _position: absolute;
     bottom: 0px;
     left: 0px; right: 0px;
     height: 2em;