File: UIxContactFolderProperties.css

package info (click to toggle)
sogo 2.2.9%2Bgit20141017-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 43,812 kB
  • sloc: objc: 115,592; python: 5,696; sh: 1,380; perl: 861; makefile: 240; xml: 114; sql: 53; php: 43
file content (40 lines) | stat: -rw-r--r-- 622 bytes parent folder | download
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
DIV
{ clear: both; }

FIELDSET
{ margin-bottom: 5px;
  border: 1px solid #FFFFFF;
  border-top: 1px solid #909090;
  border-left: 1px solid #909090; }

FIELDSET DIV
{ margin-left: 20px;
  margin-right: 10px; }

SPAN.label
{ cursor: default;
  width: 55px;
  text-align: right;
  line-height: 2em;
  float: left;
  display: block; }

SPAN.content
{ line-height: 1.5em;
  vertical-align: middle;
  margin-left: 4px; }

SPAN.content INPUT.textField
{ width: 160px; }

DIV#buttons
{ position: absolute; 
  bottom: 5px;
  right: 5px;
  padding: 10px;
  padding-top: 5px;
  text-align: right; }


LABEL
{ white-space: nowrap; }