CSS: Fix service grid joystick navigation
This commit is contained in:
parent
5698a0448d
commit
52a53ec406
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue