webrtc/tools/quality_tracking/dashboard/stylesheets/stylesheet.css
phoglund@webrtc.org 914ef27c63 Made the necessary adaptations for the dashboard launch and fixed some bugs (already live).
Will now recognize warnings as a status. Returns proper HTTP status codes for the most common errors now. Will be more strict when checking build status data (no newlines in bot names).

Prepared cron scripts.

Prepared dashboard for production use.

BUG=
TEST=

Review URL: https://webrtc-codereview.appspot.com/404003

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1772 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-02-27 15:42:25 +00:00

45 lines
968 B
CSS

/********************************************************************
*
* Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*
*********************************************************************/
.status_OK {
color: #FFFFFF;
background-color: #8fdf5f;
}
.status_failed {
color: #FFFFFF;
background-color: #e98080;
}
.status_building {
color: #666666;
background-color: #fffc6c;
}
.status_warnings {
color: #000000;
background-color: #FFC343;
}
.last_known_good_revision {
font-size: 800%;
}
.status_cell {
width: 100px;
text-align: center;
}
body {
margin-left: 35px;
margin-top: 25px;
}