Skip to content

Commit 15e9e37

Browse files
frostbittenNetrilix
authored andcommitted
Some more minor UI edits to install screens (#577)
1 parent 3e8bb5b commit 15e9e37

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

public/css/bootstrap-custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@font-face {
1+
@font-face {
22
font-family: 'Glyphicons Halflings';
33

44
src: url('fonts/glyphicons-halflings-regular.eot');

userfrosting/templates/themes/default/install/install-errors.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<br>
1818
<div class="row">
1919
<div class="col-xs-12 col-sm-4 col-md-6" >
20-
<img class="img-fluid" src="{{site.uri.image}}/stuck.jpg">
20+
<img class="img-fluid m-x-auto" src="{{site.uri.image}}/stuck.jpg">
2121
</div>
2222
<div class="col-xs-12 col-sm-8 col-md-6">
2323
<p class="h3 text-center">Please fix the following errors, then <a href="{{site.uri.public}}/install">reload</a>.</p>

userfrosting/templates/themes/default/install/install-ready.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
<div class="container">
1515
<h1 class = "text-center">Congratulations.<br><small>UserFrosting is ready to rock.</small></h1>
1616
<br>
17-
<div class="row">
17+
<div class="row p-b-1">
1818
<div class="col-xs-12 col-sm-4 col-lg-6" >
19-
<img class="img-fluid m-b-1" src="{{site.uri.image}}/install-ready.jpg">
19+
<img class="img-fluid m-b-1 m-x-auto" src="{{site.uri.image}}/install-ready.jpg">
2020
</div>
2121
<div class="col-xs-12 col-sm-8 col-lg-6">
2222
{% for message in messages %}

0 commit comments

Comments
 (0)