forked from ahnlak/ABVCalc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
abv-calc.css
39 lines (33 loc) · 814 Bytes
/
abv-calc.css
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
/*
* abv-calc.css - additional styles required by the ABV calculator form.
*
* This file, along with the rest of the ABV Calculator, is licensed under
* the MIT License - see the accompanying LICENSE file for more details.
*
* Copyright (C) 2014 Pete Favelle, pete@petedrinks.com
*/
#petedrinks-abv-calculator {
width: 500px;
font-size: 85%;
}
#petedrinks-abv-calculator form {
margin-bottom: 0;
}
#petedrinks-abv-calculator label {
display: inline-block;
width: 45%;
padding-bottom: 10px;
}
#petedrinks-abv-calculator input,
#petedrinks-abv-calculator select,
#petedrinks-abv-calculator button {
width: 40%;
}
#petedrinks-abv-calculator input {
text-align: right;
}
#petedrinks-abv-calculator #pdac-err {
display: none;
padding: 5px;
text-align: center;
}