Mercurial > bugzilla-dashboard
comparison 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 |
comparison
equal
deleted
inserted
replaced
88:392fd25a6e21 | 89:ee0a4597c067 |
---|---|
114 | 114 |
115 #reports th, td { | 115 #reports th, td { |
116 padding: 0.5em; | 116 padding: 0.5em; |
117 } | 117 } |
118 | 118 |
119 #errors { | |
120 display: none; | |
121 position: fixed; | |
122 left: 0px; | |
123 bottom: 0px; | |
124 padding: 1em; | |
125 background: #cc0033; | |
126 color: white; | |
127 } | |
128 | |
119 .P1.critical, .P1.blocker { | 129 .P1.critical, .P1.blocker { |
120 color: red; | 130 color: red; |
121 } | 131 } |
122 | 132 |
123 .status-RESOLVED, .status-VERIFIED { | 133 .status-RESOLVED, .status-VERIFIED { |