mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
GUAC-1170: Move the two main OSK sections to the same line. Abuse section sort order to place arrow keys below others.
This commit is contained in:
@@ -129,7 +129,14 @@
|
||||
|
||||
}
|
||||
|
||||
/* Center the arrow keys */
|
||||
.guac-keyboard .guac-keyboard-group.guac-keyboard-fine {
|
||||
|
||||
/* Display both keyboard sections within same line */
|
||||
.guac-keyboard .guac-keyboard-group.guac-keyboard-main,
|
||||
.guac-keyboard .guac-keyboard-group.guac-keyboard-movement {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/* Center the keys within the cursor movement section */
|
||||
.guac-keyboard .guac-keyboard-group.guac-keyboard-movement {
|
||||
text-align: center;
|
||||
}
|
||||
|
Reference in New Issue
Block a user