mirror of
				https://github.com/Alamantus/Lexiconga.git
				synced 2025-10-31 08:26:46 +01:00 
			
		
		
		
	Add missing maximize buttons to notes fields
This commit is contained in:
		
							parent
							
								
									54703649a3
								
							
						
					
					
						commit
						a8c1dbe52b
					
				
					 1 changed files with 9 additions and 9 deletions
				
			
		|  | @ -147,7 +147,7 @@ | |||
|     <section id="mainColumn"> | ||||
|       {{announcements}} | ||||
|       <section id="detailsSection"> | ||||
|         <h2 id="dictionaryName">Dictionary Name</h2> | ||||
|         <h1 id="dictionaryName">Dictionary Name</h1> | ||||
|         <nav> | ||||
|           <ul> | ||||
|             <li>Description</li><li>Details</li><li>Stats</li><li id="editDictionaryButton">Edit</li> | ||||
|  | @ -194,7 +194,7 @@ | |||
|       <section> | ||||
|         <form class="split two"> | ||||
|           <div> | ||||
|             <h3>General Settings</h3> | ||||
|             <h2>General Settings</h2> | ||||
|             <label>Use IPA Auto-Fill | ||||
|               <input id="settingsUseIPA" type="checkbox" checked><br /> | ||||
|               <small>Check this to use character combinations to input International Phonetic Alphabet characters into | ||||
|  | @ -267,7 +267,7 @@ | |||
|           </a>  | ||||
|           <small>Leave blank for default (case-insensitive ASCII/Unicode sorting)</small> | ||||
|         </label> | ||||
|         <h3>Phonology</h3> | ||||
|         <h2>Phonology</h2> | ||||
|         <div class="split three"> | ||||
|           <div> | ||||
|             <label>Consonants<br> | ||||
|  | @ -294,10 +294,10 @@ | |||
|             </label> | ||||
|           </div> | ||||
|         </div> | ||||
|         <label>Notes <small>(Markdown-enabled)</small><br> | ||||
|         <label>Notes <small>(Markdown-enabled)</small><a class="label-button maximize-button">Maximize</a><br> | ||||
|           <textarea id="editPhonologyNotes"></textarea> | ||||
|         </label> | ||||
|         <h3>Phonotactics</h3> | ||||
|         <h2>Phonotactics</h2> | ||||
|         <div class="split three"> | ||||
|           <div> | ||||
|             <label>Onset<br> | ||||
|  | @ -318,10 +318,10 @@ | |||
|             </label> | ||||
|           </div> | ||||
|         </div> | ||||
|         <label>Notes <small>(Markdown-enabled)</small><br> | ||||
|         <label>Notes <small>(Markdown-enabled)</small><a class="label-button maximize-button">Maximize</a><br> | ||||
|           <textarea id="editPhonotacticsNotes"></textarea> | ||||
|         </label> | ||||
|         <h3>Orthography</h3> | ||||
|         <h2>Orthography</h2> | ||||
|         <label>Translations <small>(One translation per line)</small><a class="label-button maximize-button">Maximize</a><br> | ||||
|           <textarea id="editTranslations" placeholder="ai=I | ||||
| AA=ay | ||||
|  | @ -332,7 +332,7 @@ ou=ow"></textarea> | |||
|         <label>Notes <small>(Markdown-enabled)</small><a class="label-button maximize-button">Maximize</a><br> | ||||
|           <textarea id="editOrthography"></textarea> | ||||
|         </label> | ||||
|         <h3>Grammar</h3> | ||||
|         <h2>Grammar</h2> | ||||
|         <label>Notes <small>(Markdown-enabled)</small><a class="label-button maximize-button">Maximize</a><br> | ||||
|           <textarea id="editGrammar"></textarea> | ||||
|         </label> | ||||
|  | @ -371,7 +371,7 @@ ou=ow"></textarea> | |||
|       </section> | ||||
| 
 | ||||
|       <section id="editActionsTab" style="display:none;"> | ||||
|         <h3>Import / Export</h3> | ||||
|         <h2>Import / Export</h2> | ||||
|         <div class="split two"> | ||||
|           <div> | ||||
|             <p> | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue