# HG changeset patch # User souliane # Date 1449627065 -3600 # Node ID 4caf2caa898a466f3bef5eca6b4502fcb68d11e0 # Parent 8f89d0352ca78ae27a723bbf2132c3998e7cd705 browser_side: minor CSS modification diff -r 8f89d0352ca7 -r 4caf2caa898a src/browser/public/libervia.css --- 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; }