Skip to content
Snippets Groups Projects
Commit 62964a3d authored by Tim Fechner's avatar Tim Fechner
Browse files

Beautify events.less

parent 08b482d2
No related branches found
No related tags found
No related merge requests found
...@@ -14,49 +14,44 @@ ...@@ -14,49 +14,44 @@
.event.severity-warning { .severitycolor(@nice-orange, black); } .event.severity-warning { .severitycolor(@nice-orange, black); }
.event.severity-critical { .severitycolor(@nice-maroon, white); } .event.severity-critical { .severitycolor(@nice-maroon, white); }
.event { .event {
position: relative; position: relative;
border-width: 2px; border-width: 2px;
border-radius: 3px; border-radius: 3px;
border-style: solid; border-style: solid;
// border-color: #ddd;
padding: 15px 15px 20px 15px; padding: 15px 15px 25px 15px;
margin-bottom: 25px; margin-bottom: 25px;
.message, .message > pre { .message, .message > pre {
white-space: pre-wrap; white-space: pre-wrap;
} }
span.tag { .corner-tag() {
position: absolute; position: absolute;
top: 0px;
right: 0px;
padding: 0px 3px; padding: 0px 3px;
// background-color: #ddd;
border-bottom-left-radius: 2px;
font-size: 0.9em; font-size: 0.9em;
} }
span.tag {
.corner-tag();
border-bottom-left-radius: 2px;
top: 0px;
right: 0px;
}
span.minion-id { span.minion-id {
position: absolute; .corner-tag();
border-top-left-radius: 2px;
bottom: 0px; bottom: 0px;
right: 0px; right: 0px;
padding: 0px 3px;
// background-color: #ddd;
border-top-left-radius: 2px;
font-size: 0.9em;
} }
span.timestamp { span.timestamp {
position: absolute; .corner-tag();
border-top-right-radius: 2px;
bottom: 0px; bottom: 0px;
left: 0px; left: 0px;
padding: 0px 3px;
// background-color: #ddd;
border-top-right-radius: 2px;
font-size: 0.9em;
} }
p.title { p.title {
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment