diff options
| author | Misko Hevery | 2010-01-12 13:59:54 -0800 | 
|---|---|---|
| committer | Misko Hevery | 2010-01-12 13:59:54 -0800 | 
| commit | 209faf5581d0874ad82d863934f6e97af2897f98 (patch) | |
| tree | a58adf601af92b519f1c95231f066bd358276fb1 /css/angular-scenario.css | |
| parent | e2a48aa2322801bd67cecd9ec516c07977500a52 (diff) | |
| download | angular.js-209faf5581d0874ad82d863934f6e97af2897f98.tar.bz2 | |
added css
Diffstat (limited to 'css/angular-scenario.css')
| -rw-r--r-- | css/angular-scenario.css | 62 | 
1 files changed, 62 insertions, 0 deletions
| diff --git a/css/angular-scenario.css b/css/angular-scenario.css new file mode 100644 index 00000000..ad263d21 --- /dev/null +++ b/css/angular-scenario.css @@ -0,0 +1,62 @@ +@charset "UTF-8"; +/* CSS Document */ + +#runner { +  position: absolute;  +  top:5px;  +  left:10px;  +  right:10px; +  height: 200px; +} + +#testView { +  position: absolute;  +  bottom:10px;  +  top:210px;  +  left:10px;  +  right:10px; +} + +#testView iframe { +  width: 100%; +  height: 100%; +} + +.console { +  display: block; +  overflow: scroll; +  height: 200px; +  border: 1px solid black; +} + +.collapsed .log { +  display: none; +} + +.run, .info, .error { +  display: block; +  padding: 0 1em; +  font-family: monospace; +  white-space: pre; +} + +.run { +  background-color: lightgrey; +  padding: 0 .2em; +} + +.run.pass { +  background-color: lightgreen; +} + +.run.fail { +  background-color: lightred; +} + +.name, .time, .state { +  padding-right: 2em; +} + +error { +  color: red; +}
\ No newline at end of file | 
