avm99963 | 8d8409c | 2020-12-07 21:46:29 +0100 | [diff] [blame] | 1 | body { |
2 | padding-top: 16px; | ||||
3 | } | ||||
4 | |||||
5 | .features-link { | ||||
6 | position: absolute; | ||||
7 | top: 8px; | ||||
8 | right: 8px; | ||||
9 | width: 24px; | ||||
10 | } | ||||
11 | |||||
avm99963 | cd7c88e | 2020-12-07 11:12:46 +0100 | [diff] [blame] | 12 | .option { |
13 | margin: 4px 0; | ||||
14 | line-height: 1.8em; | ||||
15 | } | ||||
16 | |||||
avm99963 | 6d9c5fe | 2019-06-04 00:35:53 +0200 | [diff] [blame] | 17 | .help { |
18 | cursor: help; | ||||
19 | border-bottom: dashed 1px gray; | ||||
20 | } | ||||
avm99963 | 8e03061 | 2020-08-20 02:54:17 +0200 | [diff] [blame] | 21 | |
22 | .experimental-label { | ||||
23 | color: gray; | ||||
24 | } | ||||
25 | |||||
26 | .actions { | ||||
27 | text-align: center; | ||||
28 | } | ||||
29 | |||||
avm99963 | ad65e75 | 2020-09-01 00:13:59 +0200 | [diff] [blame] | 30 | #profileindicatoralt_months { |
31 | width: 3em; | ||||
32 | } | ||||
33 | |||||
avm99963 | 8e03061 | 2020-08-20 02:54:17 +0200 | [diff] [blame] | 34 | #save-indicator { |
35 | text-align: center; | ||||
36 | margin-bottom: 16px; | ||||
37 | color: green; | ||||
38 | } | ||||
avm99963 | 8e0c100 | 2020-12-03 16:54:20 +0100 | [diff] [blame] | 39 | |
40 | [hidden] { | ||||
41 | display: none; | ||||
42 | } |