GUAC-1170: Center the arrow keys.

This commit is contained in:
Michael Jumper
2015-04-28 18:43:56 -07:00
parent 6ae278fde5
commit c58935398a

View File

@@ -97,16 +97,6 @@
border-style: inset;
}
.guac-keyboard .guac-keyboard-row {
line-height: 0;
}
.guac-keyboard .guac-keyboard-column {
display: inline-block;
text-align: center;
vertical-align: top;
}
.guac-keyboard .guac-keyboard-gap {
display: inline-block;
}
@@ -138,3 +128,8 @@
display: none;
}
/* Center the arrow keys */
.guac-keyboard .guac-keyboard-group.guac-keyboard-fine {
text-align: center;
}