~mrooney/etherpad/ubuntu

« back to all changes in this revision

Viewing changes to trunk/trunk/etherpad/src/static/css/pro/payment-required.css

  • Committer: Aaron Iba
  • Date: 2009-12-18 07:40:23 UTC
  • Revision ID: hg-v1:a9f8774a2e00cc15b35857471fecea17f649e3c9
initial code push

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#outside{
 
3
  padding: 0 0 0 266px;
 
4
  background: url(/static/img/pro/billing/cards-button.gif) 50px 25px no-repeat;
 
5
}
 
6
 
 
7
#inside {
 
8
  margin: 0;
 
9
  padding: 1em;
 
10
  border-left: 1px solid #ccc;
 
11
  background: #fff;
 
12
}
 
13
 
 
14
h1 {
 
15
  font-weight: bold;
 
16
  font-size: 1.33em;
 
17
  border-bottom: 1px solid #ccc;
 
18
}
 
19
 
 
20
#message {
 
21
  border: 1px solid #b97;
 
22
  background: #ffe;
 
23
  padding: 1em;
 
24
  margin: 1em 0;
 
25
}
 
26
 
 
27
a.manage-billing-button {
 
28
  display: block
 
29
  border: 0;
 
30
  cursor: pointer;
 
31
  color: #fff;
 
32
  font-weight: bold;
 
33
  overflow: visible;
 
34
  background: #70a4ec;
 
35
  border: 1px solid #3773c6;
 
36
  padding: 8px 12px;
 
37
  margin-top: 4px;
 
38
}
 
39