mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	GUAC-1161: Use labels and CSS for form layout.
This commit is contained in:
		| @@ -26,3 +26,17 @@ | ||||
| .connection-parameters input[type=number] { | ||||
|     width: auto; | ||||
| } | ||||
|  | ||||
| .connection-parameters .form .fields { | ||||
|     display: table; | ||||
| } | ||||
|  | ||||
| .connection-parameters .form .fields .labeled-field { | ||||
|     display: table-row; | ||||
| } | ||||
|  | ||||
| .connection-parameters .form .fields .field-header, | ||||
| .connection-parameters .form .fields .form-field { | ||||
|     display: table-cell; | ||||
|     padding: 0.125em; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user