# HG changeset patch # User John "Elwin" Edwards # Date 1346128090 25200 # Node ID bea4e7e703a2126366e83220a3a388d9bf8e3e4f # Parent e54018b26ed82af1dbfb226653158b1883baaa22 Initial layout of the options page. Now that login keys persist, the options can be put on a separate page. An as-yet nonfunctional layout for options.html has been added. diff -r e54018b26ed8 -r bea4e7e703a2 options.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/options.html Mon Aug 27 21:28:10 2012 -0700 @@ -0,0 +1,23 @@ + + + +RLG-Web Options + + + + +

RLG-Web Options

+
+ E-mail + Password +
+
+
E-mail:
+
Save
Cancel
+
+
+
Password:
+
Save
Cancel
+
+ + diff -r e54018b26ed8 -r bea4e7e703a2 options.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/options.js Mon Aug 27 21:28:10 2012 -0700 @@ -0,0 +1,1 @@ +/* Nothing here yet. */ diff -r e54018b26ed8 -r bea4e7e703a2 style-rlg.css --- a/style-rlg.css Mon Aug 27 13:43:12 2012 -0700 +++ b/style-rlg.css Mon Aug 27 21:28:10 2012 -0700 @@ -104,3 +104,10 @@ div#debug { display: none; } + +/* For options.html */ +div#switch { + margin-bottom: 1em; + padding: 0.4em 0.4em; + text-align: center; +}