Fix jasmine styles to make it bigger and relative (on top of app)
This commit is contained in:
parent
9ed6051041
commit
3442610244
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user