/* BEGIN Forms */ form dt label { width: auto; } form dd { display: inline; margin: 0; } form dt { display: inline-block; min-width: 16em; } form dd:after { display: block; content: ''; } textarea { height: 10em; } /* 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; } } table.log-properties { width: 100%; th { width: 12em; text-align: left; } td { font-family: monospace; } span { padding: 0.3em 1em; } .old { background-color: @colorCriticalHandled; color: white; text-decoration: stroken; } .new { background-color: @colorOk; color: white; } } p.error { color: white; padding: 1em 2em; background-color: @colorCriticalHandled; border: 3px solid @colorCritical; a { color: inherit; font-weight: bold; } }