Mercurial > bugzilla-dashboard
diff css/main.css @ 89:ee0a4597c067
Added a really basic error log that gets populated when the wrong username/pass is entered. Also, the username/password prompt for login now emphasizes the fact that it is a bugzilla login.
author | Atul Varma <avarma@mozilla.com> |
---|---|
date | Mon, 26 Apr 2010 17:45:02 -0700 |
parents | 1cd66cabe153 |
children |
line wrap: on
line diff
--- a/css/main.css Mon Apr 26 16:41:32 2010 -0700 +++ b/css/main.css Mon Apr 26 17:45:02 2010 -0700 @@ -116,6 +116,16 @@ padding: 0.5em; } +#errors { + display: none; + position: fixed; + left: 0px; + bottom: 0px; + padding: 1em; + background: #cc0033; + color: white; +} + .P1.critical, .P1.blocker { color: red; }