New options fix.

This commit is contained in:
Alexey Skobkin 2015-01-07 21:37:08 +04:00
parent 7db44c4715
commit 96a640d57f
1 changed files with 8 additions and 7 deletions

View File

@ -1,13 +1,13 @@
<!DOCTYPE html> <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/html"> <html>
<head> <head>
<title>Point Plus options</title> <title>Point Plus options</title>
<meta charset="utf-8"> <meta charset="utf-8">
<link rel="stylesheet" href="css/options.css" type="text/css"> <link rel="stylesheet" href="css/options.css" type="text/css">
</head> </head>
<body class="pp-options"> <body>
<main class="tabs"> <main>
<nav class="tabs-list"> <nav class="tabs-list">
<a class="tabs-item selected" href="#media" data-i18n="options_tabs_media"></a> <a class="tabs-item selected" href="#media" data-i18n="options_tabs_media"></a>
<a class="tabs-item" href="#other" data-i18n="options_tabs_other"></a> <a class="tabs-item" href="#other" data-i18n="options_tabs_other"></a>
@ -129,7 +129,7 @@
<label class="option-node"> <label class="option-node">
<input type="checkbox" name="option-embedding-twitter-tweets"> <input type="checkbox" name="option-embedding-twitter-tweets">
<span data-i18n="option_embedding_twitter_tweets"></label> <span data-i18n="option_embedding_twitter_tweets"></span>
</label> </label>
</div> </div>
@ -139,7 +139,7 @@
<label class="option-node"> <label class="option-node">
<input type="checkbox" name="option-nsfw-hide-posts"> <input type="checkbox" name="option-nsfw-hide-posts">
<span data-i18n="option_nsfw_hide_posts"></label> <span data-i18n="option_nsfw_hide_posts"></span>
</label> </label>
<div class="option-node"> <div class="option-node">
@ -281,7 +281,7 @@
</section> </section>
<section class="tabs-content-item" id="feedback"> <section class="tabs-content-item" id="feedback">
<div class="text" data-i18n="options_feedback_text"></div> <div data-i18n="options_feedback_text"></div>
</section> </section>
</form> </form>
</main> </main>
@ -290,7 +290,8 @@
<footer class="footer"> <footer class="footer">
<p>Point+ <span id="version"></span> by <p>Point+ <span id="version"></span> by
<a href="https://skobkin-ru.point.im/" target="_blank">@skobkin-ru</a> & <a href="https://skobkin-ru.point.im/" target="_blank">@skobkin-ru</a>,
<a href="https://isqua.point.im/" target="_blank">@isqua</a>,
<a href="https://nokitakaze.point.im/" target="_blank">@NokitaKaze</a> <a href="https://nokitakaze.point.im/" target="_blank">@NokitaKaze</a>
</p> </p>
</footer> </footer>