mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 06:44:33 +02:00
css: Fix wizard styles
This commit is contained in:
parent
0ac92a44ce
commit
a8c6ae8055
@ -17,7 +17,6 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 5.5em;
|
height: 5.5em;
|
||||||
.var(background-color, icinga-blue);
|
.var(background-color, icinga-blue);
|
||||||
border-bottom: 1px solid #d9d9d9;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
@ -129,7 +128,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.setup-content .control-group > * {
|
.setup-content .control-group > :not([hidden]) {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-right: 1em;
|
margin-right: 1em;
|
||||||
}
|
}
|
||||||
@ -370,15 +369,17 @@ form#setup_requirements {
|
|||||||
margin: 3em auto 0;
|
margin: 3em auto 0;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
border: 1px solid lightgrey;
|
border: 1px solid;
|
||||||
|
.var(border-color, gray-light);
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
padding: 0.2em;
|
padding: 0.2em;
|
||||||
margin: -1em -1em 1em;
|
margin: -1em -1em 1em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
.var(color, text-color);
|
.var(color, text-color);
|
||||||
background-color: #f6fafa;
|
.var(background-color, gray-lightest);
|
||||||
border: 1px solid lightgrey;
|
border: 1px solid;
|
||||||
|
.var(border-color, gray-light);
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user