aboutsummaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorMisko Hevery2010-05-20 15:55:41 -0700
committerMisko Hevery2010-05-20 15:55:41 -0700
commit5215e2095cfd42a0363eb02eded34e03fa2b0cd3 (patch)
tree01ce02f1c5b7e544a6266d9a6f3b63a5184e88c8 /css
parent31b35b141f52e6f5d3805d6ca4f2702aee05d61d (diff)
downloadangular.js-5215e2095cfd42a0363eb02eded34e03fa2b0cd3.tar.bz2
basic end to end runner
Diffstat (limited to 'css')
-rw-r--r--css/angular-scenario.css29
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;