Tohle rozhodně nemá být 'toggle-button'
This commit is contained in:
		
							parent
							
								
									dead0e4f05
								
							
						
					
					
						commit
						73fb3a408b
					
				
					 1 changed files with 7 additions and 7 deletions
				
			
		|  | @ -2,29 +2,29 @@ | ||||||
| 
 | 
 | ||||||
| <div id="korektury-sipky"> | <div id="korektury-sipky"> | ||||||
|   <button type='button' id="predchozi-korektura" title='Předchozí korektura'> |   <button type='button' id="predchozi-korektura" title='Předchozí korektura'> | ||||||
|     <img class='toggle-button' src='{% static "korektury/imgs/hide.png" %}' alt='⬆'/> |     <img src='{% static "korektury/imgs/hide.png" %}' alt='⬆'/> | ||||||
|   </button> |   </button> | ||||||
|   <button type='button' id="predchozi-korektura-k-oprave" title='Předchozí korektura k opravě'> |   <button type='button' id="predchozi-korektura-k-oprave" title='Předchozí korektura k opravě'> | ||||||
|     <img class='toggle-button' src='{% static "korektury/imgs/hide.png" %}' alt='⬆'/> |     <img src='{% static "korektury/imgs/hide.png" %}' alt='⬆'/> | ||||||
|   </button> |   </button> | ||||||
|   <button type='button' id="predchozi-korektura-k-zaneseni" title='Předchozí korektura k zaneseni'> |   <button type='button' id="predchozi-korektura-k-zaneseni" title='Předchozí korektura k zaneseni'> | ||||||
|     <img class='toggle-button' src='{% static "korektury/imgs/hide.png" %}' alt='⬆'/> |     <img src='{% static "korektury/imgs/hide.png" %}' alt='⬆'/> | ||||||
|   </button> |   </button> | ||||||
|   <br> |   <br> | ||||||
|   <button type='button' id="dalsi-korektura" title='Další korektura'> |   <button type='button' id="dalsi-korektura" title='Další korektura'> | ||||||
|     <img class='toggle-button' src='{% static "korektury/imgs/hide.png" %}' alt='⬇' style="transform: rotate(180deg);"/> |     <img src='{% static "korektury/imgs/hide.png" %}' alt='⬇' style="transform: rotate(180deg);"/> | ||||||
|   </button> |   </button> | ||||||
|   <button type='button' id="dalsi-korektura-k-oprave" title='Další korektura k opravě'> |   <button type='button' id="dalsi-korektura-k-oprave" title='Další korektura k opravě'> | ||||||
|     <img class='toggle-button' src='{% static "korektury/imgs/hide.png" %}' alt='⬇' style="transform: rotate(180deg);"/> |     <img src='{% static "korektury/imgs/hide.png" %}' alt='⬇' style="transform: rotate(180deg);"/> | ||||||
|   </button> |   </button> | ||||||
|   <button type='button' id="dalsi-korektura-k-zaneseni" title='Další korektura k zaneseni'> |   <button type='button' id="dalsi-korektura-k-zaneseni" title='Další korektura k zaneseni'> | ||||||
|     <img class='toggle-button' src='{% static "korektury/imgs/hide.png" %}' alt='⬇' style="transform: rotate(180deg);"/> |     <img src='{% static "korektury/imgs/hide.png" %}' alt='⬇' style="transform: rotate(180deg);"/> | ||||||
|   </button> |   </button> | ||||||
|   <button type='button' id='korektury-aktualizace' |   <button type='button' id='korektury-aktualizace' | ||||||
|           title='Aktualizuj korektury |           title='Aktualizuj korektury | ||||||
| Nemusíš mačkat, pokud ti stačí, že se korektury aktualizují samy každé 2 minuty a při každém přidání korektury/komentáře.' | Nemusíš mačkat, pokud ti stačí, že se korektury aktualizují samy každé 2 minuty a při každém přidání korektury/komentáře.' | ||||||
|   > |   > | ||||||
|     <img class='toggle-button' src='{% static "korektury/imgs/reload.svg" %}' alt='↻' style="width: 15px"/> |     <img src='{% static "korektury/imgs/reload.svg" %}' alt='↻' style="width: 15px"/> | ||||||
|   </button> |   </button> | ||||||
| </div> | </div> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue