~linaro-validation/lava-dashboard/next

« back to all changes in this revision

Viewing changes to dashboard_server/media/assets/default.css

  • Committer: Zygmunt Krynicki
  • Date: 2010-12-20 11:48:23 UTC
  • mto: This revision was merged to the branch mainline in revision 116.
  • Revision ID: zygmunt.krynicki@linaro.org-20101220114823-kd59m8bn0w32s3hq
Use images to represent test result outcome

Show diffs side-by-side

added added

removed removed

Lines of Context:
277
277
  font-weight: bold;
278
278
}
279
279
 
280
 
#content td.result-pass {
281
 
  background-color: green;
282
 
  color: white;
283
 
284
 
 
285
 
#content td.result-fail {
286
 
  background-color: red;
287
 
288
 
 
289
 
#content td.result-skip {
290
 
  background-color: yellow;
291
 
292
 
 
293
 
#content td.result-unknown {
294
 
  background-color: orange;
295
 
296
 
 
297
280
#sidebar dl,
298
281
#sidebar dl dt,
299
282
#sidebar dl dd,