-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathstyle.css
151 lines (122 loc) · 1.89 KB
/
style.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
#epay_content_bottom_content_center
{
width:180px;
background:none;
}
#epay_content_bottom_content
{
height:100px;
background:none;
background-color:#F2F2F2;
}
#epay_main, #epay_header, #epay_content
{
width:320px;
}
.epay_payment_goto, .epay_payment_logos, #epay_main_header, #epay_header_content_right, #epay_main_footer, #epay_content_bottom_language, #epay_content_bottom_bottom, #epay_content_bottom_secure, .info, #epay_header_content_right,#epay_steps
{
display:none !important;
}
#epay_paymentfooter
{
margin:0;
}
#epay_paymentcollection
{
border-bottom:0;
min-height: 450px;
}
.epay_payment_button
{
margin-top:-75px;
float:none;
}
#epay_paymentinfo
{
height: 40px;
padding-bottom:100px;
}
#epay_header_top, #epay_header_bottom, #epay_content_top
{
background:white;
border-radius:10px;
}
#epay_notpaymentcard_form table
{
width:280px !important;
}
#epay_notpaymentcard_form table tr td span {
background:none;
background-color:#F2F2F2;
border-radius: 6px 6px 6px 6px;
}
#epay_loader
{
width:480px !important;
}
#epay_accept
{
border-bottom:0;
}
#epay_accept_info_right
{
width:281px !important;
border-top:1px solid #d6d9dd;
}
.mobilenumber_label
{
width:130px !important;
}
.mobilepayment_error
{
width:255px !important;
}
.mobilepayment_description
{
width:270px !important;
}
#epay_header_bottom
{
background:white;
border-radius:0 0 6px 6px;
}
#epay_paymentinfo ul, #epay_paymentinfo_full ul
{
height:90px;
}
#epay_header_top, #epay_content_top
{
border-radius:6px 6px 0 0;
}
#epay_paymentcards_form label
{
width:100%;
}
#epay_paymentcards_form ul li
{
height:100px;
margin-top:0;
}
#epay_main_content
{
background:none;
}
#epay_main
{
left:0;
margin-left:0;
padding-left:0;
}
#epay_header_content_left
{
width:auto;
background:none;
margin-left:70px;
}
#epay_testmode_message
{
width:100%;
text-align:center;
background:none;
color:red;
}