Improve the look of headings in the setup wizard
This commit is contained in:
parent
44e7fcf295
commit
f5e30a84f1
|
@ -66,9 +66,7 @@ if (! (false === ($distro = Platform::getLinuxDistro(1)) || $distro === 'linux')
|
|||
</div>
|
||||
</form>
|
||||
<div class="note">
|
||||
<div class="title">
|
||||
<strong>Generating a New Setup Token</strong>
|
||||
</div>
|
||||
<h3>Generating a New Setup Token</h3>
|
||||
<div>
|
||||
<p><?=
|
||||
$this->translate(
|
||||
|
|
|
@ -103,8 +103,6 @@
|
|||
form {
|
||||
h2 {
|
||||
font-size: 2.0em;
|
||||
color: @colorTextDefault;
|
||||
border-bottom: 2px solid @colorPetrol;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -171,7 +169,7 @@
|
|||
form#setup_requirements {
|
||||
margin-top: 2em;
|
||||
padding-top: 0.5em;
|
||||
border-top: 2px solid @colorPetrol;
|
||||
border-top: 1px solid #888;
|
||||
|
||||
div.buttons div.requirements-refresh {
|
||||
width: 25%;
|
||||
|
@ -198,6 +196,8 @@ form#setup_requirements {
|
|||
|
||||
h2 {
|
||||
margin: 0 1em 0 0;
|
||||
font-variant: normal;
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
table {
|
||||
|
@ -353,10 +353,7 @@ form#setup_requirements {
|
|||
|
||||
h2 {
|
||||
font-size: 2.0em;
|
||||
color: @colorTextDefault;
|
||||
border-bottom: 2px solid @colorPetrol;
|
||||
margin-bottom: 2em;
|
||||
|
||||
}
|
||||
|
||||
div.info {
|
||||
|
@ -377,14 +374,12 @@ form#setup_requirements {
|
|||
font-size: 0.9em;
|
||||
border: 1px solid lightgrey;
|
||||
|
||||
div.title {
|
||||
color: white;
|
||||
h3 {
|
||||
padding: 0.2em;
|
||||
margin: -1em -1em 1em;
|
||||
text-align: center;
|
||||
color: @colorTextDefault;
|
||||
border-bottom: 2px solid @colorPetrol;
|
||||
|
||||
background-color: #f6fafa;
|
||||
}
|
||||
|
||||
img {
|
||||
|
|
Loading…
Reference in New Issue