borowiak / pwa-technologies

Automatically exported from code.google.com/p/pwa-technologies
0 stars 0 forks source link

Error message should emphasized on site submission form #121

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On the site submission form: 
http://sobre.arquivo.pt/colaboracoes/sugerir-um-sitio

If there is an error, the following message appears on the top of the page:
"Erro
Por favor corrija os erros indicados."

But it should be graphically emphasized, maybe using larger text in red.

Also fix on the English version:
"Error
Please correct the indicated errors."

http://sobre.arquivo.pt/how-to-participate/suggest-a-site?set_language=en

Original issue reported on code.google.com by danielco...@gmail.com on 20 Apr 2015 at 1:21

GoogleCodeExporter commented 9 years ago
The title ("Error"/"Erro") size is now the same as used in <h1>. The text 
colors were changed to red.

CSS Code:
dl.error { border-bottom: 1px solid #ccc; margin: 0 0 20px; }
dl.error dt { font-size: 28.6px !important; line-height: 34px !important; }
dl.error dt, dl.error dd { color: red !important; }

Original comment by hugo.mendes@gmail.com on 11 May 2015 at 3:12