mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-30 16:43:22 +00:00 
			
		
		
		
	GUAC-1120: Only align password dialog fields to the right.
This commit is contained in:
		| @@ -215,7 +215,6 @@ | ||||
|     transition: visibility 0.125s, opacity 0.125s; | ||||
|     position: absolute; | ||||
|     background: white; | ||||
|     text-align: right; | ||||
|     padding: 1em; | ||||
|     border: 1px solid rgba(0, 0, 0, 0.25); | ||||
|     box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25); | ||||
| @@ -225,7 +224,12 @@ | ||||
|     z-index: 8; | ||||
| } | ||||
|  | ||||
| .user-menu .password-dialog .fields { | ||||
|     text-align: right; | ||||
| } | ||||
|  | ||||
| .user-menu .password-dialog .action-buttons { | ||||
|     text-align: center; | ||||
|     margin: 0; | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user