CSS: fixed joystick navigation

This commit is contained in:
Bernd Erk 2015-10-01 12:55:24 +02:00
parent ece5df010b
commit 51a43575db
1 changed files with 9 additions and 0 deletions

View File

@ -7,12 +7,21 @@ table.service-grid-table {
td {
text-align: center;
width: 1.0em;
color: @gray-lighter;
a {
.rounded-corners(0.4em);
display: block;
height: 1.5em;
width: 1.5em;
color: @text-color;
}
i {
.rounded-corners(0.4em);
display: block;
height: 1.5em;
width: 1.5em;
}
}