fix
This commit is contained in:
parent
9dfc40e48c
commit
8dbfb717d3
|
|
@ -158,7 +158,6 @@
|
||||||
font-size: 9px;
|
font-size: 9px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.popupcontainer, .popupcontainer_studio {
|
.popupcontainer, .popupcontainer_studio {
|
||||||
top: 0%;
|
top: 0%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
|
||||||
|
|
@ -171,10 +171,10 @@
|
||||||
@section('popup_content')
|
@section('popup_content')
|
||||||
|
|
||||||
<div class="popupcontainer_studio" id="invisible">
|
<div class="popupcontainer_studio" id="invisible">
|
||||||
<div class="popup">
|
<div class="popup" style="width: 390px">
|
||||||
<h2 id="heading">Launching ARCHBLOX Studio...</h2>
|
<h2 id="heading">Launching ARCHBLOX Studio...</h2>
|
||||||
<br>
|
<br>
|
||||||
<img style="height: 7%;width: 7%;" src="{{ asset('img/iosload.gif') }}" >
|
<img style="height: 7%;width: 62px;" src="{{ asset('img/iosload.gif') }}" >
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<p>Don't have Archblox Studio installed?</p>
|
<p>Don't have Archblox Studio installed?</p>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue