From 5215e2095cfd42a0363eb02eded34e03fa2b0cd3 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Thu, 20 May 2010 15:55:41 -0700 Subject: basic end to end runner --- css/angular-scenario.css | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) (limited to 'css') 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; -- cgit v1.2.3