mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-30 00:23:21 +00:00 
			
		
		
		
	GUAC-1170: Center the arrow keys.
This commit is contained in:
		| @@ -97,16 +97,6 @@ | |||||||
|     border-style: inset; |     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 { | .guac-keyboard .guac-keyboard-gap { | ||||||
|     display: inline-block; |     display: inline-block; | ||||||
| } | } | ||||||
| @@ -138,3 +128,8 @@ | |||||||
|     display: none; |     display: none; | ||||||
|      |      | ||||||
| } | } | ||||||
|  |  | ||||||
|  | /* Center the arrow keys */ | ||||||
|  | .guac-keyboard .guac-keyboard-group.guac-keyboard-fine { | ||||||
|  |     text-align: center; | ||||||
|  | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user