aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEinar Egilsson <einar@einaregilsson.com>2018-08-17 10:51:58 +0000
committerEinar Egilsson <einar@einaregilsson.com>2018-08-17 10:51:58 +0000
commit0f9039874cb2f59822584197e964a294680821cb (patch)
tree2a7d122d6071beb2f59e71726dfda0a111d14fc6
parent506f78a13124fdbe5e33485dbd0b079cd8fffd47 (diff)
Minor cosmetic fixes
-rw-r--r--css/popup.css8
-rw-r--r--css/redirector.css5
-rw-r--r--popup.html1
-rw-r--r--redirector.html2
4 files changed, 10 insertions, 6 deletions
diff --git a/css/popup.css b/css/popup.css
index 85768c1..3de8717 100644
--- a/css/popup.css
+++ b/css/popup.css
@@ -32,8 +32,8 @@ button {
}
label {
- display:inline-block;
- position: relative;
- top:5px;
- margin-top:4px;
+ display:block;
+ width:85%;
+ text-align:left;
+ margin:4px auto;
} \ No newline at end of file
diff --git a/css/redirector.css b/css/redirector.css
index e2df85f..d96366d 100644
--- a/css/redirector.css
+++ b/css/redirector.css
@@ -481,3 +481,8 @@ footer small a:hover {
margin-top: 200px;
border-width: 4px;
}
+
+
+#storage-sync-option input {
+ margin:10px;
+} \ No newline at end of file
diff --git a/popup.html b/popup.html
index abdb170..6edcf06 100644
--- a/popup.html
+++ b/popup.html
@@ -13,7 +13,6 @@
<button ng-click="toggleDisabled()">{{disabled ? 'Enable Redirector' : 'Disable Redirector'}}</button>
<button ng-click="openRedirectorSettings()">Edit Redirects</button>
<label><input type="checkbox" ng-model="logging" ng-click="toggleLogging()" /> Logging enabled</label>
- <br/>
<label><input type="checkbox" ng-model="enableNotifications" ng-click="toggleNotifications()" /> Enable Notifications</label>
</body>
</html>
diff --git a/redirector.html b/redirector.html
index eb27611..914d32f 100644
--- a/redirector.html
+++ b/redirector.html
@@ -193,7 +193,7 @@
<a class="btn medium grey padded" ng-click="duplicateRedirect($index)">Duplicate</a>
</div>
</div>
- <label><input type="checkbox" ng-model="isSyncEnabled" ng-click="toggleSyncSetting()" /> Enable Storage Sync</label>
+ <label id="storage-sync-option"><input type="checkbox" ng-model="isSyncEnabled" ng-click="toggleSyncSetting()" /> Enable Storage Sync</label>
</div>
<footer>