Fix settings dialog, customize reset button

This commit is contained in:
Zixaphir 2014-01-22 12:24:30 -07:00
parent b6749b91a5
commit f133da454d
4 changed files with 9 additions and 9 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1198,7 +1198,7 @@ a:only-of-type > .remove {
left: 0px;
width: 200px;
}
.export, .import {
.export, .import, .reset {
cursor: pointer;
text-decoration: none !important;
}

View File

@ -2,14 +2,14 @@
<div class=sections-list></div>
<p class='imp-exp-result warning'></p>
<div class=credits>
<a class=export>Export</a> |
<a class=import>Import</a> |
<button class="reset">Reset Settings</button> |
<a class=export>Export</a>&nbsp|&nbsp
<a class=import>Import</a>&nbsp|&nbsp
<a class=reset>Reset Settings</a>&nbsp|&nbsp
<input type=file hidden>
<a href='<%= meta.page %>' target=_blank><%= meta.name %></a> |
<a href='<%= meta.repo %>blob/<%= meta.mainBranch %>/CHANGELOG.md' target=_blank>#{g.VERSION}</a> |
<a href='<%= meta.repo %>blob/<%= meta.mainBranch %>/README.md#reporting-bugs-and-suggestions' target=_blank>Issues</a> |
<a href=javascript:; class='fa fa-times' title=Close></a>
<a href=javascript:; class='close fa fa-times' title=Close></a>
</div>
</nav>
<div class=section-container><section></section></div>