CSS: Fix service grid joystick navigation

This commit is contained in:
Bernd Erk 2015-09-30 16:53:32 +02:00
parent 5698a0448d
commit 52a53ec406
1 changed files with 2 additions and 13 deletions

View File

@ -1,23 +1,12 @@
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
table.service-grid-table {
width: 0px;
white-space: nowrap;
th {
a {
color: @colorMainLink;
font-weight: normal;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
}
td {
text-align: center;
width: 1.5em;
width: 1.0em;
a {
.rounded-corners(0.4em);