Skip to content

Commit

Permalink
CSS: Fix service grid joystick navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
gethash committed Sep 30, 2015
1 parent 5698a04 commit 52a53ec
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions modules/monitoring/public/css/service-grid.less
Original file line number Diff line number Diff line change
@@ -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);
Expand Down

0 comments on commit 52a53ec

Please sign in to comment.