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:
Michael Jumper
2015-04-28 20:46:10 -07:00
parent 7666ff6547
commit 8e9aa36732
2 changed files with 10 additions and 3 deletions

View File

@@ -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;
}

View File

@@ -360,7 +360,7 @@
[ "Del", "End", "PgDn" ]
],
"fine" : [
"small" : [
[ "Up" ],
[ "Left", "Down", "Right" ]
]