Fix jasmine styles to make it bigger and relative (on top of app)

This commit is contained in:
Piotr Sarnacki 2013-02-28 14:58:16 +01:00
parent 9ed6051041
commit 3442610244
2 changed files with 3 additions and 6 deletions

View File

@ -14,6 +14,7 @@ html, body
height: 100%
.application
position: relative
width: 100%
min-height: 100%
margin-top: 40px
@ -23,7 +24,7 @@ html, body
#top
position: absolute
top: 0
top: -40px
left: 0
width: 100%
height: 40px

View File

@ -1,9 +1,5 @@
#HTMLReporter {
position: absolute;
top: 10px;
right: 10px;
width: 50%;
height: 150px;
height: 400px;
z-index: 1000;
background-color: white;
overflow: auto;