From c58935398ab9427bac602fc1e5a8b988b3145529 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Tue, 28 Apr 2015 18:43:56 -0700 Subject: [PATCH] GUAC-1170: Center the arrow keys. --- guacamole/src/main/webapp/app/osk/styles/osk.css | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/guacamole/src/main/webapp/app/osk/styles/osk.css b/guacamole/src/main/webapp/app/osk/styles/osk.css index ad131bed4..80deeb733 100644 --- a/guacamole/src/main/webapp/app/osk/styles/osk.css +++ b/guacamole/src/main/webapp/app/osk/styles/osk.css @@ -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; +}