Improve the look of headings in the setup wizard

This commit is contained in:
Johannes Meyer 2015-06-19 15:44:43 +02:00
parent 44e7fcf295
commit f5e30a84f1
2 changed files with 6 additions and 13 deletions

View File

@ -66,9 +66,7 @@ if (! (false === ($distro = Platform::getLinuxDistro(1)) || $distro === 'linux')
</div> </div>
</form> </form>
<div class="note"> <div class="note">
<div class="title"> <h3>Generating a New Setup Token</h3>
<strong>Generating a New Setup Token</strong>
</div>
<div> <div>
<p><?= <p><?=
$this->translate( $this->translate(

View File

@ -103,8 +103,6 @@
form { form {
h2 { h2 {
font-size: 2.0em; font-size: 2.0em;
color: @colorTextDefault;
border-bottom: 2px solid @colorPetrol;
} }
} }
} }
@ -171,7 +169,7 @@
form#setup_requirements { form#setup_requirements {
margin-top: 2em; margin-top: 2em;
padding-top: 0.5em; padding-top: 0.5em;
border-top: 2px solid @colorPetrol; border-top: 1px solid #888;
div.buttons div.requirements-refresh { div.buttons div.requirements-refresh {
width: 25%; width: 25%;
@ -198,6 +196,8 @@ form#setup_requirements {
h2 { h2 {
margin: 0 1em 0 0; margin: 0 1em 0 0;
font-variant: normal;
border-bottom: 0;
} }
table { table {
@ -353,10 +353,7 @@ form#setup_requirements {
h2 { h2 {
font-size: 2.0em; font-size: 2.0em;
color: @colorTextDefault;
border-bottom: 2px solid @colorPetrol;
margin-bottom: 2em; margin-bottom: 2em;
} }
div.info { div.info {
@ -377,14 +374,12 @@ form#setup_requirements {
font-size: 0.9em; font-size: 0.9em;
border: 1px solid lightgrey; border: 1px solid lightgrey;
div.title { h3 {
color: white;
padding: 0.2em; padding: 0.2em;
margin: -1em -1em 1em; margin: -1em -1em 1em;
text-align: center; text-align: center;
color: @colorTextDefault; color: @colorTextDefault;
border-bottom: 2px solid @colorPetrol; background-color: #f6fafa;
} }
img { img {