forked from mrlan/EnglishPal
				
			Increase button size so that it is easier to use on tablets .
							parent
							
								
									1b211f107d
								
							
						
					
					
						commit
						9b1d60748d
					
				|  | @ -25,7 +25,7 @@ | ||||||
|     <input type="button" id="btn-selection" value="全部勾选" onclick="toggleCheckboxSelection(true)" /> |     <input type="button" id="btn-selection" value="全部勾选" onclick="toggleCheckboxSelection(true)" /> | ||||||
|   </p> |   </p> | ||||||
|       <form method="post" action="/{{username}}/mark"> |       <form method="post" action="/{{username}}/mark"> | ||||||
|        <input type="submit" name="add-btn" value="加入我的生词簿"/> |        <button type="submit" name="add-btn" class="btn btn-primary btn-lg">加入我的生词簿</button> | ||||||
|        {% for x in lst %} |        {% for x in lst %} | ||||||
|           {% set word = x[0]%} |           {% set word = x[0]%} | ||||||
|         <p> |         <p> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue