mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 21:51:23 +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;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
@@ -360,7 +360,7 @@
|
|||||||
[ "Del", "End", "PgDn" ]
|
[ "Del", "End", "PgDn" ]
|
||||||
],
|
],
|
||||||
|
|
||||||
"fine" : [
|
"small" : [
|
||||||
[ "Up" ],
|
[ "Up" ],
|
||||||
[ "Left", "Down", "Right" ]
|
[ "Left", "Down", "Right" ]
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user