summaryrefslogtreecommitdiff
path: root/zend/demos/Zend/Gdata/3LeggedOAuth/style.css
blob: f572f6047414374734ecbede01cdd882c6ddc0c0 (plain)
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
body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
ul, ol {
  padding: 0 0 0 15px;
  margin: 0;
}
#logout {
  text-align: right;
}
#token_info {
  float: left;
}
#token {
  margin-top: 12px;
  padding: 10px 10px 10px 85px;
  width: 500px;
  border: 1px solid #ccc;
  border-radius : 5px;
  -moz-border-radius: 5px;
  background-color: #eee;
}
#doclist, #spreadsheets {
  float: left;
  width: 450px;
  margin-right: 10px;
}
#doclist .feed {
  background: transparent url('doclist-72.png') no-repeat top right;
}
#spreadsheets .feed {
  background: transparent url('data-api-72.png') no-repeat top right;
}
.feed {
  border: 1px solid #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 25px;
}
.feed h4 {
  text-align: center;
}