diff options
Diffstat (limited to 'css')
| -rw-r--r-- | css/angular-scenario.css | 29 | 
1 files changed, 16 insertions, 13 deletions
| diff --git a/css/angular-scenario.css b/css/angular-scenario.css index ad263d21..70256a5a 100644 --- a/css/angular-scenario.css +++ b/css/angular-scenario.css @@ -2,18 +2,25 @@  /* CSS Document */  #runner { -  position: absolute;  -  top:5px;  -  left:10px;  +  position: absolute; +  top:5px; +  left:10px;    right:10px;    height: 200px;  } +.console { +  display: block; +  overflow: scroll; +  height: 200px; +  border: 1px solid black; +} +  #testView { -  position: absolute;  -  bottom:10px;  -  top:210px;  -  left:10px;  +  position: absolute; +  bottom:10px; +  top:230px; +  left:10px;    right:10px;  } @@ -22,12 +29,8 @@    height: 100%;  } -.console { -  display: block; -  overflow: scroll; -  height: 200px; -  border: 1px solid black; -} + +///////////////  .collapsed .log {    display: none; | 
