changed all collapsible headers to use first heading
This commit is contained in:
		
							parent
							
								
									8670c8fb54
								
							
						
					
					
						commit
						9c5b7f1228
					
				
					 1 changed files with 11 additions and 32 deletions
				
			
		|  | @ -16,7 +16,7 @@ | ||||||
| 		<main class="container"> | 		<main class="container"> | ||||||
| 			<ul class="collapsible" data-collapsible="accordion"> | 			<ul class="collapsible" data-collapsible="accordion"> | ||||||
| 				<li> | 				<li> | ||||||
| 					<header class="collapsible-header waves-effect flow-text" accesskey="1" for="general" data-icon="cog"></header> | 					<header class="collapsible-header waves-effect" accesskey="1"><h1 class="flow-text" for="general" data-icon="cog"></h1></header> | ||||||
| 					<section class="collapsible-body"> | 					<section class="collapsible-body"> | ||||||
| 						<section class="input-group"> | 						<section class="input-group"> | ||||||
| 							<legend for="general" class="flow-text"></legend> | 							<legend for="general" class="flow-text"></legend> | ||||||
|  | @ -49,17 +49,12 @@ | ||||||
| 					</section> | 					</section> | ||||||
| 				</li> | 				</li> | ||||||
| 				<li> | 				<li> | ||||||
| 					<header class="collapsible-header waves-effect flow-text" for="filters" accesskey="2" data-icon="filter"></header> | 					<header class="collapsible-header waves-effect" accesskey="2"><h1 class="flow-text" for="filters" data-icon="filter"></h1></header> | ||||||
| 					<section class="collapsible-body"> | 					<section class="collapsible-body"> | ||||||
| 						<section class="input-group row"> | 						<section class="input-group row"> | ||||||
| 							<label class="input-description"> | 							<label class="input-description"> | ||||||
| 								<legend | 								<legend for="filters" class="flow-text"></legend> | ||||||
| 									for="filters" | 								<label for="settings_filters_description"></label> | ||||||
| 									class="flow-text" |  | ||||||
| 								></legend> |  | ||||||
| 								<label |  | ||||||
| 									for="settings_filters_description" |  | ||||||
| 								></label> |  | ||||||
| 							</label> | 							</label> | ||||||
| 							<side class="input-field"> | 							<side class="input-field"> | ||||||
| 								<button data-action="filters,update" title-for="settings_filters_update" data-enable="settings,filters" data-icon="refresh"></button> | 								<button data-action="filters,update" title-for="settings_filters_update" data-enable="settings,filters" data-icon="refresh"></button> | ||||||
|  | @ -74,13 +69,8 @@ | ||||||
| 						</section> | 						</section> | ||||||
| 						<section class="input-group"> | 						<section class="input-group"> | ||||||
| 							<label class="input-description"> | 							<label class="input-description"> | ||||||
| 								<legend | 								<legend for="analysis" class="flow-text"></legend> | ||||||
| 									for="analysis" | 								<label for="settings_analysis_description"></label> | ||||||
| 									class="flow-text" |  | ||||||
| 								></legend> |  | ||||||
| 								<label |  | ||||||
| 									for="settings_analysis_description" |  | ||||||
| 								></label> |  | ||||||
| 							</label> | 							</label> | ||||||
| 							<div class="input-field"> | 							<div class="input-field"> | ||||||
| 								<input type="password" data-store="settings,analysis,api,key" data-store-location="1" placeholder=" " class="validate" required /> | 								<input type="password" data-store="settings,analysis,api,key" data-store-location="1" placeholder=" " class="validate" required /> | ||||||
|  | @ -90,29 +80,18 @@ | ||||||
| 					</section> | 					</section> | ||||||
| 				</li> | 				</li> | ||||||
| 				<li> | 				<li> | ||||||
| 					<header class="collapsible-header waves-effect flow-text" for="storage" accesskey="3" data-icon="database"></header> | 					<header class="collapsible-header waves-effect" accesskey="3"><h1 class="flow-text" for="storage" data-icon="database"></h1></header> | ||||||
| 					<section class="collapsible-body"> | 					<section class="collapsible-body"> | ||||||
| 						<section class="input-group"> | 						<section class="input-group"> | ||||||
| 							<label for="settings_storage_description" class="input-description"></label> | 							<label for="settings_storage_description" class="input-description"></label> | ||||||
| 							<div class="input-field"> | 							<side class="input-field"> | ||||||
| 								<button | 								<button title-for="settings_storage_clear" data-icon="delete" data-enable="sites" data-action="storage,clear" class="btn waves-effect"></button> | ||||||
| 									title-for="settings_storage_clear" | 							</side> | ||||||
| 									data-icon="delete" |  | ||||||
| 									data-enable="sites" |  | ||||||
| 									data-action="storage,clear" |  | ||||||
| 									class="btn waves-effect" |  | ||||||
| 								></button> |  | ||||||
| 							</div> |  | ||||||
| 						</section> | 						</section> | ||||||
| 					</section> | 					</section> | ||||||
| 				</li> | 				</li> | ||||||
| 				<li> | 				<li> | ||||||
| 					<header | 					<header class="collapsible-header waves-effect" accesskey="4"><h1 class="flow-text" for="about" data-icon="information"></h1></header> | ||||||
| 						class="collapsible-header waves-effect flow-text" |  | ||||||
| 						for="about" |  | ||||||
| 						accesskey="4" |  | ||||||
| 						data-icon="information" |  | ||||||
| 					></header> |  | ||||||
| 					<section class="collapsible-body"> | 					<section class="collapsible-body"> | ||||||
| 						<div class="row"> | 						<div class="row"> | ||||||
| 							<side class="s3"> | 							<side class="s3"> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue