diff --git a/index-rlg.html b/index-rlg.html index 81b8357..95cfc28 100644 --- a/index-rlg.html +++ b/index-rlg.html @@ -130,6 +130,7 @@
diff --git a/options.html b/options.html index 87648cf..e4df649 100644 --- a/options.html +++ b/options.html @@ -14,11 +14,12 @@
E-mail:
-
Save
Cancel
+
Save
Password:
-
Save
Cancel
+
Save
+
Home
diff --git a/options.js b/options.js index 11ff83f..544201f 100644 --- a/options.js +++ b/options.js @@ -15,7 +15,7 @@ function setup() { else { setstatus("You are logged in as " + reply.u + "."); document.getElementById("input_email").value = reply["email"]; - document.getElementById("switch").style.display = "block"; + //document.getElementById("switch").style.display = "block"; } } req.open('GET', url, true); diff --git a/style-rlg.css b/style-rlg.css index 4a307e2..0b592ea 100644 --- a/style-rlg.css +++ b/style-rlg.css @@ -121,3 +121,8 @@ div#switch span.ibutton { div#ostat { text-align: center; } + +div#optfoot { + margin: 0 auto; + text-align: center; +}