Tweak login form styles, so inputs are same size
This commit is contained in:
		
							parent
							
								
									192c3c201d
								
							
						
					
					
						commit
						cb4e9e9eda
					
				
					 2 changed files with 6 additions and 3 deletions
				
			
		|  | @ -9,7 +9,8 @@ | |||
|     padding-left: 5em; | ||||
| } | ||||
| 
 | ||||
| .field.is-horizontal .field-label .label { | ||||
| /* note that this should only apply to "normal" primary forms */ | ||||
| .form-wrapper .form .field.is-horizontal .field-label .label { | ||||
|     text-align: left; | ||||
|     white-space: nowrap; | ||||
|     width: 18em; | ||||
|  |  | |||
|  | @ -20,9 +20,11 @@ | |||
|             max-width: 800px; | ||||
|         } | ||||
| 
 | ||||
|         /* this "undoes" global styles for field labels */ | ||||
|         /* must force a particular label with, in order to make sure */ | ||||
|         /* the username and password inputs are the same size */ | ||||
|         .field.is-horizontal .field-label .label { | ||||
|             width: auto; | ||||
|             text-align: left; | ||||
|             width: 6rem; | ||||
|         } | ||||
| 
 | ||||
|         .buttons { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Lance Edgar
						Lance Edgar