Mercurial > libervia-web
comparison src/browser/public/libervia.css @ 795:a6b39838353f
browser_side: inform the user that entering a full JID in the login box is only needed for external XMPP account
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 08 Dec 2015 15:11:02 +0100 |
parents | 1dfe3ca27749 |
children | 4caf2caa898a |
comparison
equal
deleted
inserted
replaced
794:6a2fd7807770 | 795:a6b39838353f |
---|---|
408 | 408 |
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: red !important; | 413 color: lightcoral !important; |
414 height: 30px; | 414 height: 45px; |
415 text-align: center; | 415 text-align: center; |
416 } | |
417 | |
418 .formInfo { /* used when a form is being edited and we want to tell something to the user */ | |
419 color: lightcyan !important; | |
416 } | 420 } |
417 | 421 |
418 .contactsChooser { | 422 .contactsChooser { |
419 text-align: center; | 423 text-align: center; |
420 margin:auto; | 424 margin:auto; |