blob: 6933e1302f44dab81142d87b7842079661d12d43 [file] [log] [blame]
avm999638d8409c2020-12-07 21:46:29 +01001body {
2 padding-top: 16px;
3}
4
avm99963bf8eece2021-04-22 00:27:03 +02005main {
6 margin: auto;
7 max-width: 600px;
8}
9
avm999637309b062021-04-22 12:41:08 +020010.features-link, .experiments-link {
avm999638d8409c2020-12-07 21:46:29 +010011 position: absolute;
12 top: 8px;
avm999638d8409c2020-12-07 21:46:29 +010013 width: 24px;
14}
15
avm999637309b062021-04-22 12:41:08 +020016.features-link {
17 right: 8px;
18}
19
20.experiments-link {
21 cursor: pointer;
22 right: 40px;
23}
24
avm99963cd7c88e2020-12-07 11:12:46 +010025.option {
26 margin: 4px 0;
27 line-height: 1.8em;
28}
29
avm999636d9c5fe2019-06-04 00:35:53 +020030.help {
31 cursor: help;
32 border-bottom: dashed 1px gray;
33}
avm999638e030612020-08-20 02:54:17 +020034
35.experimental-label {
36 color: gray;
37}
38
39.actions {
40 text-align: center;
41}
42
avm99963ad65e752020-09-01 00:13:59 +020043#profileindicatoralt_months {
44 width: 3em;
45}
46
avm999638e030612020-08-20 02:54:17 +020047#save-indicator {
48 text-align: center;
49 margin-bottom: 16px;
50 color: green;
51}
avm999638e0c1002020-12-03 16:54:20 +010052
53[hidden] {
54 display: none;
55}