monitoring: Add service-grid.less

Rewritten CSS for the service grid.

refs #9538
This commit is contained in:
Eric Lippmann 2015-08-25 14:48:32 +02:00
parent d8c7c216f1
commit 83a0e53a46
1 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,38 @@
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
table.service-grid-table {
white-space: nowrap;
th {
a {
color: @colorMainLink;
font-weight: normal;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
}
td {
text-align: center;
width: 1.5em;
a {
.rounded-corners(0.4em);
display: block;
height: 1.5em;
width: 1.5em;
}
}
th.rotate-45 {
height: 6em;
div {
.transform(translate(0.4em, 2.1em) rotate(315deg));
width: 1.5em;
}
}
}