mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 20:13:46 +00:00 
			
		
		
		
	css: Remove unused btn-block styles.
The (unfinished) two-factor UI isn't designed at all, so we can just remove the classes from it.
This commit is contained in:
		| @@ -27,7 +27,7 @@ | |||||||
| <p> | <p> | ||||||
|     {% for other in other_devices %} |     {% for other in other_devices %} | ||||||
|     <button name="challenge_device" value="{{ other.persistent_id }}" |     <button name="challenge_device" value="{{ other.persistent_id }}" | ||||||
|       class="btn btn-default btn-block" type="submit"> |       class="two-factor-button" type="submit"> | ||||||
|         {{ other|device_action }} |         {{ other|device_action }} | ||||||
|     </button> |     </button> | ||||||
|     {% endfor %} |     {% endfor %} | ||||||
| @@ -37,7 +37,7 @@ | |||||||
| <p>{{ _("As a last resort, you can use a backup token:") }}</p> | <p>{{ _("As a last resort, you can use a backup token:") }}</p> | ||||||
| <p> | <p> | ||||||
|     <button name="wizard_goto_step" type="submit" value="backup" |     <button name="wizard_goto_step" type="submit" value="backup" | ||||||
|       class="btn btn-default btn-block"> |       class="two-factor-button"> | ||||||
|         {{ _("Use backup token") }} |         {{ _("Use backup token") }} | ||||||
|     </button> |     </button> | ||||||
| </p> | </p> | ||||||
|   | |||||||
							
								
								
									
										9
									
								
								web/third/bootstrap/css/bootstrap-btn.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								web/third/bootstrap/css/bootstrap-btn.css
									
									
									
									
										vendored
									
									
								
							| @@ -227,12 +227,3 @@ THE SOFTWARE. | |||||||
|   color: #999; |   color: #999; | ||||||
|   text-decoration: none; |   text-decoration: none; | ||||||
| } | } | ||||||
| .btn-block { |  | ||||||
|   display: block; |  | ||||||
|   width: 100%; |  | ||||||
|   padding-right: 0; |  | ||||||
|   padding-left: 0; |  | ||||||
| } |  | ||||||
| .btn-block + .btn-block { |  | ||||||
|   margin-top: 5px; |  | ||||||
| } |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user