blob: 06b8c408dd6a551c42248f164246ca4e8f6f90be [file] [log] [blame]
avm999638d8409c2020-12-07 21:46:29 +01001body {
2 padding-top: 16px;
3}
4
5.features-link {
6 position: absolute;
7 top: 8px;
8 right: 8px;
9 width: 24px;
10}
11
avm99963cd7c88e2020-12-07 11:12:46 +010012.option {
13 margin: 4px 0;
14 line-height: 1.8em;
15}
16
avm999636d9c5fe2019-06-04 00:35:53 +020017.help {
18 cursor: help;
19 border-bottom: dashed 1px gray;
20}
avm999638e030612020-08-20 02:54:17 +020021
22.experimental-label {
23 color: gray;
24}
25
26.actions {
27 text-align: center;
28}
29
avm99963ad65e752020-09-01 00:13:59 +020030#profileindicatoralt_months {
31 width: 3em;
32}
33
avm999638e030612020-08-20 02:54:17 +020034#save-indicator {
35 text-align: center;
36 margin-bottom: 16px;
37 color: green;
38}
avm999638e0c1002020-12-03 16:54:20 +010039
40[hidden] {
41 display: none;
42}