mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-28 12:55:48 +08:00
basic end to end runner
This commit is contained in:
@@ -2,26 +2,13 @@
|
||||
/* CSS Document */
|
||||
|
||||
#runner {
|
||||
position: absolute;
|
||||
top:5px;
|
||||
left:10px;
|
||||
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;
|
||||
@@ -29,6 +16,22 @@
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
#testView {
|
||||
position: absolute;
|
||||
bottom:10px;
|
||||
top:230px;
|
||||
left:10px;
|
||||
right:10px;
|
||||
}
|
||||
|
||||
#testView iframe {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
///////////////
|
||||
|
||||
.collapsed .log {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user