diff options
author | Alessio Vanni <vannilla@firemail.cc> | 2019-02-22 16:35:37 +0100 |
---|---|---|
committer | Alessio Vanni <vannilla@firemail.cc> | 2019-02-22 16:35:37 +0100 |
commit | e35e7bb8d18a6f3d54f0d413de9edd53770750b5 (patch) | |
tree | 3b099c0e0d9791c83d6dc93c2b6f9b22b4b24037 | |
parent | 731e4e21cf3a19310139c38689313750736ada49 (diff) | |
download | ematrix-e35e7bb8d18a6f3d54f0d413de9edd53770750b5.tar.lz ematrix-e35e7bb8d18a6f3d54f0d413de9edd53770750b5.tar.xz ematrix-e35e7bb8d18a6f3d54f0d413de9edd53770750b5.zip |
Slightly improve hosts files page
-rw-r--r-- | hosts-files.html | 35 |
1 files changed, 15 insertions, 20 deletions
diff --git a/hosts-files.html b/hosts-files.html index 2cd0735..10a7b2c 100644 --- a/hosts-files.html +++ b/hosts-files.html @@ -22,37 +22,33 @@ --> <html> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<meta charset="utf-8"> +<meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>eMatrix — Hosts files</title> <link rel="stylesheet" type="text/css" href="css/common.css"> <link rel="stylesheet" type="text/css" href="css/dashboard-common.css"> <link rel="stylesheet" type="text/css" href="css/hosts-files.css"> </head> - <body> - <p data-i18n="hostsFilesPrompt"></p> <p> - <button id="buttonApply" class="custom important reloadAll disabled" data-i18n="hostsFilesApplyChanges"></button> - <button id="buttonUpdate" class="custom important reloadAll disabled" data-i18n="hostsFilesUpdateNow"></button> - <button id="buttonPurgeAll" class="custom disabled" data-i18n="hostsFilesPurgeAll"></button> + <button id="buttonApply" class="custom important reloadAll disabled" data-i18n="hostsFilesApplyChanges"></button> + <button id="buttonUpdate" class="custom important reloadAll disabled" data-i18n="hostsFilesUpdateNow"></button> + <button id="buttonPurgeAll" class="custom disabled" data-i18n="hostsFilesPurgeAll"></button> </p> <ul id="options"> - <li><input type="checkbox" id="autoUpdate"><label data-i18n="hostsFilesAutoUpdatePrompt" for="autoUpdate"></label> - <li><span id="listsOfBlockedHostsPrompt"></span> -</ul> -<ul id="lists"> + <li><input type="checkbox" id="autoUpdate"><label data-i18n="hostsFilesAutoUpdatePrompt" for="autoUpdate"></label></li> + <li><span id="listsOfBlockedHostsPrompt"></span></li> </ul> - +<ul id="lists"></ul> <div id="externalLists"> -<p data-i18n="hostsFilesExternalListsHint" style="margin: 0 0 0.25em 0; font-size: 13px;"></p> -<textarea id="externalHostsFiles" dir="ltr" spellcheck="false"></textarea> + <p data-i18n="hostsFilesExternalListsHint" style="margin: 0 0 0.25em 0; font-size: 13px;"></p> + <textarea id="externalHostsFiles" dir="ltr" spellcheck="false"></textarea> </div> - <div id="templates" style="display: none;"> - <ul> - <li class="listEntry"> - <input type="checkbox"><!-- + <ul> + <li class="listEntry"> + <input type="checkbox"><!-- --><a class="content" type="text/plain" target="_blank" href=""></a>​<!-- --><a class="fa support" href="" target="_blank"></a>​<!-- --><a class="fa remove" href=""></a>​<!-- @@ -63,10 +59,9 @@ --><span class="fa status cache"></span>​<!-- --><span class="fa status updating"></span>​<!-- --><span class="fa status failed"></span> - </li> - </ul> + </li> + </ul> </div> - <script src="js/vapi-common.js"></script> <script src="js/vapi-client.js"></script> <script src="js/udom.js"></script> |