-
Notifications
You must be signed in to change notification settings - Fork 0
/
easybtc.css
executable file
·72 lines (56 loc) · 895 Bytes
/
easybtc.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
.nav {
margin-top: 0px;
font-weight: bold;
}
#contents {
font-weight: bold;
padding-top: 10px;
padding-left: 20px;
padding-right: 0px;
}
.img {
padding:0px;
}
.has-feedback .form-control-feedback {
top: 0px;
/*right: -7px;*/
display: block;
width: 0px;
height: 34px;
line-height: 34px;
text-align: center;
}
.has-feedback .form-control{
padding-right:5px;
font-weight:bold;
}
.btn-qrcode {
top:100px;
display: inline-block;
position: relative;
vertical-align: middle;
}
.has-feedback {
padding-right:10px;
}
.legend{
height:10px;
vertical-align: center;
line-height: 50px;
padding-bottom:40px;
padding-top:15px;
}
.guidance{
padding:10px;
}
.toButton{
font-size:18px;
height:34px;
top:0px;
}
.btn-group{
padding:3px;
}
.input-group{
padding-left:10px;
}