File: UIxContactsUserRightsEditor.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 (39 lines) | stat: -rw-r--r-- 623 bytes parent folder | download | duplicates (3)
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
DIV.title
{ color: #000;
  vertical-align: bottom;
  padding-top: 8px;
  padding-left: 1em;
  padding: 5px;
  background-color: #fff;
  border-bottom: 1px solid #555; }

DIV.calendarUserRights,
DIV.basicUserRights
{ margin: 1em;}

DIV.title SPAN
{ float: left;
  line-height: 14px;
  text-align: right;
  width: 120px; }

DIV.title SPAN.value
{ float: none;
  margin-left: 1em;
  font-size: 14px;
  font-weight: bold; }

DIV.title LABEL
{ display: block;
  clear: both; }

DIV.buttons
{ text-align: right;
  margin: 1em; }

DIV.dialog.none
{ position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 10px auto; }