c9fa0fede5
BUG= R=kjellander@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2106004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4613 4adac7df-926f-26a2-2b94-8c16560cd09d
47 lines
978 B
CSS
47 lines
978 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;
|
|
}
|
|
|
|
.perf_links {
|
|
margin-bottom: 50px;
|
|
font-size: 200%;
|
|
}
|
|
|
|
.status_cell {
|
|
width: 100px;
|
|
text-align: center;
|
|
}
|
|
|
|
body {
|
|
margin-left: 35px;
|
|
margin-top: 25px;
|
|
}
|