Simple latest comment list
[anoweco.git] / www / css / auth-choose.css
1 body {
2     max-width: 60ex;
3     margin-left: auto;
4     margin-right: auto;
5     background-color: #EEE;
6 }
7
8 label.mode {
9     display: block;
10     padding: 2ex;
11     background-color: #DDD;
12     border-top: 1px solid #EEE;
13 }
14 div.data-mode {
15     margin-left: 5ex;
16     background-color: #DDD;
17 }
18 div.data-mode label {
19     display: inline-block;
20     width: 20ex;
21 }
22 div.data-mode div {
23     padding: 2ex 2ex;
24     border-top: 1px solid #EEE;
25 }
26 div.data-mode input {
27     width: 34ex;
28 }
29 button {
30     margin: 2ex;
31     width: 20ex;
32     height: 5ex;
33     display: block;
34     margin-left: auto;
35     margin-right: auto;
36 }
37 p.note {
38     text-align: center;
39     color: #444;
40 }