Path: blob/trunk/third_party/closure/goog/css/multitestrunner.css
2868 views
/*1* Copyright 2008 The Closure Library Authors. All Rights Reserved.2*3* Use of this source code is governed by the Apache License, Version 2.0.4* See the COPYING file for details.5*/67/* Author: [email protected] (Daniel Pupius) */89.goog-testrunner {10background-color: #EEE;11border: 1px solid #999;12padding: 10px;13padding-bottom: 25px;14}1516.goog-testrunner-progress {17width: auto;18height: 20px;19background-color: #FFF;20border: 1px solid #999;21}2223.goog-testrunner-progress table {24width: 100%;25height: 20px;26border-collapse: collapse;27}2829.goog-testrunner-buttons {30margin-top: 7px;31}3233.goog-testrunner-buttons button {34width: 75px;35}3637.goog-testrunner-log,38.goog-testrunner-report,39.goog-testrunner-stats {40margin-top: 7px;41width: auto;42height: 400px;43background-color: #FFF;44border: 1px solid #999;45font: normal medium monospace;46padding: 5px;47overflow: auto; /* Opera doesn't support overflow-y. */48overflow-y: scroll;49overflow-x: auto;50}5152.goog-testrunner-report div {53margin-bottom: 6px;54border-bottom: 1px solid #999;55}5657.goog-testrunner-stats table {58margin-top: 20px;59border-collapse: collapse;60border: 1px solid #EEE;61}6263.goog-testrunner-stats td,64.goog-testrunner-stats th {65padding: 2px 6px;66border: 1px solid #F0F0F0;67}6869.goog-testrunner-stats th {70font-weight: bold;71}7273.goog-testrunner-stats .center {74text-align: center;75}7677.goog-testrunner-progress-summary {78font: bold small sans-serif;79}8081.goog-testrunner iframe {82position: absolute;83left: -640px;84top: -480px;85width: 640px;86height: 480px;87margin: 0;88border: 0;89padding: 0;90}9192.goog-testrunner-report-failure {93color: #900;94}9596.goog-testrunner-reporttab,97.goog-testrunner-logtab,98.goog-testrunner-statstab {99float: left;100width: 50px;101height: 16px;102text-align: center;103font: normal small arial, helvetica, sans-serif;104color: #666;105background-color: #DDD;106border: 1px solid #999;107border-top: 0;108cursor: pointer;109}110111.goog-testrunner-reporttab,112.goog-testrunner-logtab {113border-right: 0;114}115116.goog-testrunner-activetab {117font-weight: bold;118color: #000;119background-color: #CCC;120}121122123