diff -r 000000000000 -r 40c8f766c9b8 src/cm/media/js/lib/yui/yui3.0.0/build/test/assets/test-console.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/cm/media/js/lib/yui/yui3.0.0/build/test/assets/test-console.css Mon Nov 23 15:14:29 2009 +0100 @@ -0,0 +1,34 @@ +/* +Copyright (c) 2009, Yahoo! Inc. All rights reserved. +Code licensed under the BSD License: +http://developer.yahoo.net/yui/license.txt +version: 3.0.0 +build: 1549 +*/ +.yui-log {padding-top:3em;} +/* +.yui-log-container {position:relative;width:60em} +.yui-log .yui-log-bd {height:auto; overflow:visible;} +*/ +.yui-log-container {width:40em} +.yui-log .yui-log-bd {height:60em} +.yui-log .yui-log-btns {display:none;} +.yui-log .yui-log-ft .yui-log-sourcefilters {visibility:hidden;} +.yui-log .yui-log-hd {display:none;} +.yui-log .yui-log-ft {position:absolute;top:0em;} + +.pass { + background-color: green; + font-weight: bold; + color: white; +} +.fail { + background-color: red; + font-weight: bold; + color: white; +} +.ignore { + background-color: #666; + font-weight: bold; + color: white; +}