fix stylesheet for simplified UI
adjust Settings interface to match new UI
This commit is contained in:
parent
48e3a19881
commit
6aef461d0d
5 changed files with 70 additions and 62 deletions
|
@ -6,7 +6,7 @@
|
|||
<title for="term_preferences"></title>
|
||||
</head>
|
||||
|
||||
<body class="background">
|
||||
<body>
|
||||
<main class="container">
|
||||
<ul class="collapsible" data-collapsible="accordion">
|
||||
<li>
|
||||
|
@ -25,22 +25,13 @@
|
|||
class="filled-in"
|
||||
data-store-location="1"
|
||||
/>
|
||||
<span
|
||||
for="settings_general_showApplicable"
|
||||
></span>
|
||||
<span for="settings_general_showApplicable"></span>
|
||||
</label>
|
||||
</li>
|
||||
<li>
|
||||
<label>
|
||||
<input
|
||||
type="checkbox"
|
||||
data-store="settings,general,injectToPage"
|
||||
class="filled-in"
|
||||
data-store-location="1"
|
||||
/>
|
||||
<span
|
||||
for="settings_general_injectToPage"
|
||||
></span>
|
||||
<input type="checkbox" data-store="settings,general,injectToPage" class="filled-in" data-store-location="1" />
|
||||
<span for="settings_general_injectToPage"></span>
|
||||
</label>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -50,15 +41,8 @@
|
|||
<ul class="input-field">
|
||||
<li>
|
||||
<label>
|
||||
<input
|
||||
type="checkbox"
|
||||
data-store="settings,behavior,autoRun"
|
||||
class="filled-in"
|
||||
data-store-location="1"
|
||||
/>
|
||||
<span
|
||||
for="settings_behavior_autoRun"
|
||||
></span>
|
||||
<input type="checkbox" data-store="settings,behavior,autoRun" class="filled-in" data-store-location="1" />
|
||||
<span for="settings_behavior_autoRun"></span>
|
||||
</label>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -66,12 +50,7 @@
|
|||
</section>
|
||||
</li>
|
||||
<li>
|
||||
<header
|
||||
class="collapsible-header waves-effect flow-text"
|
||||
for="filters"
|
||||
accesskey="2"
|
||||
data-icon="filter"
|
||||
></header>
|
||||
<header class="collapsible-header waves-effect flow-text" for="filters" accesskey="2" data-icon="filter"></header>
|
||||
<section class="collapsible-body">
|
||||
<section class="input-group row">
|
||||
<label class="input-description">
|
||||
|
@ -84,19 +63,8 @@
|
|||
></label>
|
||||
</label>
|
||||
<side class="input-field">
|
||||
<button
|
||||
data-action="filters,update"
|
||||
title-for="settings_filters_update"
|
||||
data-enable="settings,filters"
|
||||
data-icon="refresh"
|
||||
></button>
|
||||
<button
|
||||
href="settings/filters.htm"
|
||||
tab-height="607.5"
|
||||
tab-width="1080"
|
||||
data-icon="pencil"
|
||||
title-for="settings_filters_open"
|
||||
></button>
|
||||
<button data-action="filters,update" title-for="settings_filters_update" data-enable="settings,filters" data-icon="refresh"></button>
|
||||
<button href="settings/filters.htm" tab-height="607.5" tab-width="1080" data-icon="pencil" title-for="settings_filters_open" role="primary"></button>
|
||||
</side>
|
||||
</section>
|
||||
<section class="input-group">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue