]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/javascript/yui3/build/test/assets/test-console.css
Release 6.2.0beta4
[Github/sugarcrm.git] / include / javascript / yui3 / build / test / assets / test-console.css
1 /*
2 Copyright (c) 2009, Yahoo! Inc. All rights reserved.
3 Code licensed under the BSD License:
4 http://developer.yahoo.net/yui/license.txt
5 version: 3.0.0
6 build: 1549
7 */
8 .yui-log {padding-top:3em;}
9 /*
10 .yui-log-container {position:relative;width:60em}
11 .yui-log .yui-log-bd {height:auto; overflow:visible;}
12 */
13 .yui-log-container {width:40em}
14 .yui-log .yui-log-bd {height:60em}
15 .yui-log .yui-log-btns {display:none;}
16 .yui-log .yui-log-ft .yui-log-sourcefilters {visibility:hidden;}
17 .yui-log .yui-log-hd {display:none;}
18 .yui-log .yui-log-ft {position:absolute;top:0em;}
19
20 .pass {
21     background-color: green;
22     font-weight: bold;
23     color: white;
24 }
25 .fail {
26     background-color: red;
27     font-weight: bold;
28     color: white;
29 }
30 .ignore {
31     background-color: #666;
32     font-weight: bold;
33     color: white;
34 }