comparison 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
comparison
equal deleted inserted replaced
799:8f89d0352ca7 800:4caf2caa898a
409 /* Custom Dialogs */ 409 /* Custom Dialogs */
410 410
411 .formWarning { /* used when a form is not valid and must be corrected before submission */ 411 .formWarning { /* used when a form is not valid and must be corrected before submission */
412 font-weight: bold; 412 font-weight: bold;
413 color: lightcoral !important; 413 color: lightcoral !important;
414 height: 45px; 414 height: 34px; /* a higher value will screw up the display of registration tab, check before you modify */
415 text-align: center; 415 text-align: center;
416 } 416 }
417 417
418 .formInfo { /* used when a form is being edited and we want to tell something to the user */ 418 .formInfo { /* used when a form is being edited and we want to tell something to the user */
419 color: lightcyan !important; 419 color: lightcyan !important;