Statistics
| Branch: | Tag: | Revision:

root / static / css / poller.css @ 3e99e2d1

History | View | Annotate | Download (1 kB)

1
/*
2
 * Copyright 2009 FriendFeed
3
 *
4
 * Licensed under the Apache License, Version 2.0 (the "License"); you may
5
 * not use this file except in compliance with the License. You may obtain
6
 * a copy of the License at
7
 *
8
 *     http://www.apache.org/licenses/LICENSE-2.0
9
 *
10
 * Unless required by applicable law or agreed to in writing, software
11
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13
 * License for the specific language governing permissions and limitations
14
 * under the License.
15
 */
16

    
17
body {
18
  background: white;
19
  margin: 10px;
20
}
21

    
22
body,
23
input {
24
  font-family: sans-serif;
25
  font-size: 10pt;
26
  color: black;
27
}
28

    
29
table {
30
  border-collapse: collapse;
31
  border: 0;
32
}
33

    
34
td {
35
  border: 0;
36
  padding: 0;
37
}
38

    
39
#body {
40
  position: absolute;
41
  bottom: 10px;
42
  left: 10px;
43
  right: 100px;
44
}
45

    
46
#input {
47
  margin-top: 0.5em;
48
}
49

    
50
#inbox .message {
51
  padding-top: 0.25em;
52
}
53

    
54
#nav {
55
  text-align: right;
56
  float: right;
57
  z-index: 99;
58
}