Rewords and styling adjustments
parent
c95e5c9ada
commit
ae09f82892
|
@ -7,7 +7,7 @@
|
||||||
<style>
|
<style>
|
||||||
/* ELEMENTS */
|
/* ELEMENTS */
|
||||||
body {
|
body {
|
||||||
width: 450px;
|
max-width: 600px;
|
||||||
background-color: #005799;
|
background-color: #005799;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
font-family: Helvetica, Sans-Serif;
|
font-family: Helvetica, Sans-Serif;
|
||||||
|
@ -91,7 +91,7 @@
|
||||||
|
|
||||||
/* CONTENT */
|
/* CONTENT */
|
||||||
#content {
|
#content {
|
||||||
padding: .5em;
|
padding: 1em;
|
||||||
background-color: #e5f4ff;
|
background-color: #e5f4ff;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
@ -161,7 +161,7 @@
|
||||||
<div id="notifications" class="settingToggle">
|
<div id="notifications" class="settingToggle">
|
||||||
<input id="notificationsCheckbox" type="checkbox" />
|
<input id="notificationsCheckbox" type="checkbox" />
|
||||||
<label for="notificationsCheckbox">
|
<label for="notificationsCheckbox">
|
||||||
<span id="notificationsText">🔔 Receive a browser notification when you are redirected</span>
|
<span id="notificationsText">🔔 Desktop notifications when redirected to an indie wiki or BreezeWiki</span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -201,7 +201,7 @@
|
||||||
View All Settings
|
View All Settings
|
||||||
</button>
|
</button>
|
||||||
<br />
|
<br />
|
||||||
View all settings to configure your settings per-wiki.
|
View all settings to configure your options per-wiki.
|
||||||
</div>
|
</div>
|
||||||
<hr />
|
<hr />
|
||||||
<div id="links">
|
<div id="links">
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<style>
|
<style>
|
||||||
/* ELEMENTS */
|
/* ELEMENTS */
|
||||||
body {
|
body {
|
||||||
width: 600px;
|
max-width: 600px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
background-color: #2b2a33;
|
background-color: #2b2a33;
|
||||||
|
@ -274,7 +274,7 @@
|
||||||
<div id="notifications" class="settingToggle">
|
<div id="notifications" class="settingToggle">
|
||||||
<input id="notificationsCheckbox" type="checkbox" />
|
<input id="notificationsCheckbox" type="checkbox" />
|
||||||
<label for="notificationsCheckbox">
|
<label for="notificationsCheckbox">
|
||||||
<span id="notificationsText">🔔 Receive desktop notifications when you are redirected to a wiki</span>
|
<span id="notificationsText">🔔 Desktop notifications when redirected to an indie wiki or BreezeWiki</span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue