diff src/browser/public/libervia.css @ 800:4caf2caa898a

browser_side: minor CSS modification
author souliane <souliane@mailoo.org>
date Wed, 09 Dec 2015 03:11:05 +0100
parents a6b39838353f
children 8faaaa6ec7ca
line wrap: on
line diff
--- a/src/browser/public/libervia.css	Wed Dec 09 02:57:32 2015 +0100
+++ b/src/browser/public/libervia.css	Wed Dec 09 03:11:05 2015 +0100
@@ -411,7 +411,7 @@
 .formWarning { /* used when a form is not valid and must be corrected before submission */
     font-weight: bold;
     color: lightcoral !important;
-    height: 45px;
+    height: 34px;  /* a higher value will screw up the display of registration tab, check before you modify */
     text-align: center;
 }