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.
This commit is contained in:
parent
16e66858c0
commit
0f71a90f8b
3 changed files with 31 additions and 0 deletions
|
|
@ -104,3 +104,10 @@ div#messages > div.warn {
|
|||
div#debug {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* For options.html */
|
||||
div#switch {
|
||||
margin-bottom: 1em;
|
||||
padding: 0.4em 0.4em;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue