comparison public/libervia.css @ 159:6947450a477b

CSS: fixed formWarning style
author Goffi <goffi@goffi.org>
date Mon, 07 Jan 2013 01:04:35 +0100
parents a201e368fc86
children 97d5e9de1106
comparison
equal deleted inserted replaced
158:58442ed28f2b 159:6947450a477b
360 360
361 /* Custom Dialogs */ 361 /* Custom Dialogs */
362 362
363 .formWarning { /* used when a form is not valid and must be corrected before submission */ 363 .formWarning { /* used when a form is not valid and must be corrected before submission */
364 font-weight: bold; 364 font-weight: bold;
365 color: red; 365 color: red !important;
366 } 366 }
367 367
368 .contactsChooser { 368 .contactsChooser {
369 text-align: center; 369 text-align: center;
370 } 370 }