71 lines
1019 B
Plaintext
71 lines
1019 B
Plaintext
/* 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;
|
|
}
|
|
}
|
|
|
|
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;
|
|
}
|
|
}
|