Skip to content

Commit 9d83617

Browse files
author
markushausammann
committedFeb 10, 2016
small ux improvements
1 parent 4b7721d commit 9d83617

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed
 

‎public/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -471,8 +471,7 @@ <h2>Demo</h2>
471471
</div>
472472
</div>
473473
</div>
474-
475-
<div class="row">
474+
<div class="row padding-top">
476475
<div class="col-lg-6 text-center">
477476
<h3>Klientenrolle</h3>
478477
<a href="https://otp-quality.sdbb.ch/" class="btn btn-outline" role="button">Als KlientIn einloggen</a>
@@ -516,7 +515,8 @@ <h3>Beraterrolle</h3>
516515
</div>
517516
<div class="col-lg-4">
518517
<p>Kompletter Beispielbericht eines Leistungstests:</p>
519-
<a href="pdf/BRTA-Beispielbericht.pdf" target="_blank"><i class="fa fa-file-pdf-o fa-3x"></i>
518+
<a href="pdf/BRTA-Beispielbericht.pdf" class="btn btn-outline" role="button" target="_blank">
519+
<span class="fa fa-file-pdf-o"> Bericht öffnen (PDF)</span>
520520
</a>
521521
</div>
522522
</div>

‎public/less/main.less

+3
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ hr.star-primary:after {
9191
background-color: @brand-primary;
9292
}
9393
}
94+
li a {
95+
line-height: 22px;
96+
}
9497
}
9598

9699
header {

0 commit comments

Comments
 (0)
Please sign in to comment.