blob: 8d80a2ba35806856771d129944a068e44ea8d8da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
body
{
font-family: arial;
font-size: 0.85em;
}
fieldset
{
background-color: #ffc;
border: 1px solid #ccc;
}
legend
{
font-weight: bold;
font-size: 1.2em;
color: #333;
}
fieldset div
{
margin: 0.5em;
}
label, span.total-label
{
width: 15em;
float: left;
text-align: right;
margin-right: 0.35em;
}
.total-field
{
margin-bottom: 2.5em;
}
.total-field .result
{
float: left;
height: 1em;
width: 10em;
}
.convert-button
{
display: block;
border-top: 1px solid #ccc;
margin-top: 1.7em;
padding-left: 15.5em;
padding-top: 0.5em;
}
|