Mercurial > libervia-web
diff 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 |
line wrap: on
line diff
--- a/src/browser/public/libervia.css Mon Dec 07 21:21:44 2015 +0100 +++ b/src/browser/public/libervia.css Tue Dec 08 15:11:02 2015 +0100 @@ -410,11 +410,15 @@ .formWarning { /* used when a form is not valid and must be corrected before submission */ font-weight: bold; - color: red !important; - height: 30px; + color: lightcoral !important; + height: 45px; text-align: center; } +.formInfo { /* used when a form is being edited and we want to tell something to the user */ + color: lightcyan !important; +} + .contactsChooser { text-align: center; margin:auto;