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%
|
height: 100%
|
||||||
|
|
||||||
.application
|
.application
|
||||||
|
position: relative
|
||||||
width: 100%
|
width: 100%
|
||||||
min-height: 100%
|
min-height: 100%
|
||||||
margin-top: 40px
|
margin-top: 40px
|
||||||
|
@ -23,7 +24,7 @@ html, body
|
||||||
|
|
||||||
#top
|
#top
|
||||||
position: absolute
|
position: absolute
|
||||||
top: 0
|
top: -40px
|
||||||
left: 0
|
left: 0
|
||||||
width: 100%
|
width: 100%
|
||||||
height: 40px
|
height: 40px
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
#HTMLReporter {
|
#HTMLReporter {
|
||||||
position: absolute;
|
height: 400px;
|
||||||
top: 10px;
|
|
||||||
right: 10px;
|
|
||||||
width: 50%;
|
|
||||||
height: 150px;
|
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user