mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-1170: Combine and restore styling location for sake of diff.
This commit is contained in:
@@ -97,6 +97,13 @@
|
||||
border-style: inset;
|
||||
}
|
||||
|
||||
.guac-keyboard .guac-keyboard-group.guac-keyboard-main,
|
||||
.guac-keyboard .guac-keyboard-group.guac-keyboard-movement {
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.guac-keyboard .guac-keyboard-gap {
|
||||
display: inline-block;
|
||||
}
|
||||
@@ -128,15 +135,3 @@
|
||||
display: none;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* 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