icingaweb2-module-director/public/css/module.less

31 lines
418 B
Plaintext
Raw Normal View History

/* BEGIN Forms */
form dt label {
width: auto;
}
dd {
margin: 0;
}
/* END of Forms */
table.simple {
width: 100%;
table-layout: auto !important;
th {
background: @colorPetrol;
color: white;
text-align: left;
padding: 0.5em 1em;
}
td {
padding: 0.3em 1em;
}
th.actions, td.actions {
width: 6em;
text-align: right;
}
}