src/cm/media/js/lib/yui/yui3.0.0/build/test/assets/test-console.css
author gibus
Tue, 11 Feb 2014 12:33:25 +0100
changeset 572 93383e54e042
parent 0 40c8f766c9b8
permissions -rw-r--r--
Font size for piwik optout iframe.

/*
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;
}