-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconsumables.css
83 lines (68 loc) · 1.28 KB
/
consumables.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
.consumables_wizard_row {
width: 50%;
}
.consumables_wizard_rank {
margin: 0 auto;
padding: 5px;
border: 1px solid #ccc;
z-index: 1;
text-align: left;
font-size: 14px;
width: 100%;
background-color: #ffffff;
/*-moz-border-radius: 5px;*/
/*-webkit-border-radius: 5px;*/
/*border-radius: 5px;*/
/*-moz-box-shadow: 0px 2px 5px #666;*/
/*-webkit-box-shadow: 0px 2px 5px #666;*/
/*box-shadow: 0px 2px 5px #666;*/
}
.consumables_wizard_title {
font-size: 18px;
text-align: center;
margin-bottom: 5px;
color: black;
}
.consumables_wizard_img {
vertical-align: middle;
width: 64px;
height: 64px;
}
.consumables_menu_img {
width: 64px;
height: 64px;
/*padding: 10px;*/
}
.consumables_wizard_button {
height: 35px;
border-top: 2px outset black;
}
.consumable_previous_button {
float: left;
}
.consumable_next_button {
float: right;
}
.consumables_wizard {
margin: 0 auto;
display: table;
padding: 5px;
text-align: left;
font-size: 14px;
background-color: #fff;
}
.consumables_wizard_form {
width: auto;
margin: 0 auto;
}
.consumables_wizard_form td {
padding: 5px;
}
.consumables_wizard_red {
margin-left: 5px;
color: red;
}
.consumables_menu_a {
display: block;
margin: 20px;
}