aboutsummaryrefslogtreecommitdiffstats
path: root/etherpad/src/static/css/pro/payment-required.css
blob: 44d55b2388e937ec069e95d7e963c29fefe25786 (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
#outside{
  padding: 0 0 0 266px;
  background: url(/static/img/pro/billing/cards-button.gif) 50px 25px no-repeat;
}

#inside {
  margin: 0;
  padding: 1em;
  border-left: 1px solid #ccc;
  background: #fff;
}

h1 {
  font-weight: bold;
  font-size: 1.33em;
  border-bottom: 1px solid #ccc;
}

#message {
  border: 1px solid #b97;
  background: #ffe;
  padding: 1em;
  margin: 1em 0;
}

a.manage-billing-button {
  display: block
  border: 0;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  overflow: visible;
  background: #70a4ec;
  border: 1px solid #3773c6;
  padding: 8px 12px;
  margin-top: 4px;
}