Commit 9d7c6696 authored by yann300's avatar yann300

update label positionning

parent fefa8ef7
...@@ -98,8 +98,7 @@ function SettingsTab (container, appAPI, appEvents, opts) { ...@@ -98,8 +98,7 @@ function SettingsTab (container, appAPI, appEvents, opts) {
<span class="${css.checkboxText}">Enable Optimization</span> <span class="${css.checkboxText}">Enable Optimization</span>
</div> </div>
<hr> <hr>
<h4 class="${css.heading}">Themes</h4> <h4 class="${css.heading}">Themes ( Selecting a theme will trigger a page reload )</h4>
<p class="${css.explaination}">-- If you change themes, the page will reload --</p>
<div class="${css.crow}"> <div class="${css.crow}">
<input class="${css.col1}" name="theme" id="themeLight" type="radio"> <input class="${css.col1}" name="theme" id="themeLight" type="radio">
<label for="themeLight">Light Theme</label> <label for="themeLight">Light Theme</label>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment