CSS: fixed joystick navigation
This commit is contained in:
parent
ece5df010b
commit
51a43575db
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue