aboutsummaryrefslogtreecommitdiffstats
path: root/etherpad/src/static/css/store/ondemand-billing.css
blob: 7c4afe3170c14e8d53c3e5e23e23e5173261a3a1 (plain) (blame)
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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
input[type="text"].greenborder {
   border: 1px solid #0f0;
}

input[type="text"].redborder {
   border: 1px solid #f00;
}

input[type="text"] {
   border: 1px solid black;
   padding: 2px;
}

h4 {
   font-weight: bold;
   margin-bottom: 0.75em;
   margin-top: 1em;
   margin-left: 15px;
}

div.billinginfo {
   margin-left: 65px;
   border-left: 1px solid gray;
   border-right: 1px solid gray;
   border-top: 1px solid gray;
   border-bottom: 1px solid gray;
   width: 600px;
}

.billinginfo table.billingtable {
   width: 100%;
   margin: 0;
   background: #eef;
}

.billinginfo table.billingtable td, 
.billinginfo table.billingtable th {
   padding: 5px;
}

.billinginfo table.billingtable td.pcell,
.billinginfo table.billingtable td.firstcell {
   padding-left: 35px;
}

.billinginfo table.billingtable td.pcell {
   width: 200px;
}

.billinginfo div {
   padding-left: 35px;
}

.billinginfo div#billingselect {
   padding-left: 0;
}

.billinginfo div#billingselect p {
   padding: 3px;
   padding-left: 35px;
}

.billingtable #ccimages img.ccimageselected {
   border: 3px solid #0f0;
   opacity: 1;
}

.billingtable #ccimages img {
   border: 3px solid #eef;
   opacity: 0.5;
}

a#cschelp {
   font-size: 7pt;
   color: blue;
   border-bottom: 1px dashed blue;
}

div#contbutton {
   margin-top: 1em;
   margin-right: 45px;
   float: right;
}

div#backbutton {
   margin-top: 1em;
   float: right;
}

div.errormsg {
   border: 1px solid #caa;
   padding: 1em;
   margin: 1em 0;
}

div.errormsg,
table tr.error,
p.error,
div.error {
   background: #fdd;
}

table.billingsummary {
   width: 100%;
   border-top: 1px solid gray;
   border-left: 1px solid gray;
}

table.billingsummary th,
table.billingsummary td {
   padding: 5px;
   border-bottom: 1px solid gray;
   border-right: 1px solid gray;
}

table.billingsummary th {
   font-weight: bold;
}

span#editpaymentslink {
   text-align: right;
   font-size: 80%;
   margin-left: 0.5em;
}

#editpaymentslink a {
   text-decoration: underline;
}


.paymentbutton label {
   cursor: pointer;
}
.paymentbutton {
   padding-left: 1.5em;
}

/* invoice list */

.informational {
   font-style: italic;
}

table.invoicelist {
   border-left: 1px solid #ccc;
   border-top: 1px solid #ccc;
   border-right: 1px solid #ccc;
   width: 100%;
   font-size: 10pt;
}

table.invoicelist tr:hover {
   background: #ffc;
}

table.invoicelist td,
table.invoicelist th {
   border-bottom: 1px solid #ccc;
   padding: 5px;
}

table.invoicelist th {
   font-weight: bold;
   background: #eef;
}

.returnlink {
   font-size: 10pt;
   font-style: italic;
}