mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-16 03:08:46 +02:00
Congratulation page styling fixes
This commit is contained in:
parent
067436a743
commit
8f133fc7fa
2 changed files with 22 additions and 15 deletions
|
@ -90,6 +90,14 @@ label {
|
||||||
height: 169px;
|
height: 169px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#visit-domain-row {
|
#congratulation-text {
|
||||||
margin-bottom: 68px;
|
margin-bottom: 59px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#visit-domain-checkbox {
|
||||||
|
margin-bottom: 23px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#visit-domain-checkbox label {
|
||||||
|
margin: 0 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -191,29 +191,28 @@
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="wizard-step cloud-only col-md-7 col-centered" style="display: none;">
|
<div class="wizard-step cloud-only col-xs-12 col-sm-12 col-md-9 col-lg-7 col-centered" style="display: none;">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-4 col-centered">
|
<div class="col-xs-12" align="center">
|
||||||
<img id="checkmark-image" src="../images/checkmark.svg">
|
<img id="checkmark-image" src="../images/checkmark.svg">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row">
|
<div id="congratulation-text" class="row">
|
||||||
<div class="col-md-12">
|
<div class="col-xs-12">
|
||||||
<p class="step-info">Congratulations! You have successfully setup and configured your cloud hosted domain.</p>
|
<p class="step-info">Congratulations! You have successfully setup and configured your cloud hosted domain.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="visit-domain-row" class="row">
|
<dl class="row">
|
||||||
<div class="col-md-12">
|
<div class="col-xs-12">
|
||||||
|
<div class="pull-right">
|
||||||
|
<div id="visit-domain-checkbox">
|
||||||
<label><input id="go-to-domain" class="form-check-input" type="checkbox"> Visit domain in VR now</label>
|
<label><input id="go-to-domain" class="form-check-input" type="checkbox"> Visit domain in VR now</label>
|
||||||
</div>
|
</div>
|
||||||
|
<button id="explore-settings" type="button" class="btn btn-md btn-primary">Explore all domain server settings</button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<dl class="row">
|
|
||||||
<dd class="col-md-5 col-md-offset-7">
|
|
||||||
<button id="explore-settings" type="button" class="btn btn-md btn-block btn-primary">Explore all domain server settings</button>
|
|
||||||
</dd>
|
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue