mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
GUAC-1170: Center the arrow keys.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user