icingaweb2/public/css/icinga/wizard.less
2014-10-01 15:46:58 +02:00

28 lines
407 B
Plaintext

#wizard table.requirements {
td {
&.fulfilled {
background-color: lime;
}
&.not-available {
background-color: yellow;
}
&.missing {
background-color: red;
}
}
}
#setup_admin_account {
div.instructions {
width: 30.2em;
display: inline-block;
}
div.radiobox {
vertical-align: top;
display: inline-block;
padding: 0.4em 0.2em 0;
}
}