summaryrefslogtreecommitdiff
path: root/data/ui/style.css
blob: c80cfb8d2c77f551076d98564cf79a2e266af0a7 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
/*
 * GNOME Contacts
 */

/* The contacts in the left pane */
.contacts-contact-list {
  background-color: transparent;
}

/* The search entry to filter the list of contacts */
.contacts-filter-entry {
  margin: 6px;
}

/* Draw a little shadow about the contact list when scrolling */
.contacts-list-scrolled-window undershoot.top {
  box-shadow: inset 0 1px @borders;
}

/* The link suggestion widget */
.contacts-link-suggestion {
  border-top: 1px solid @borders;
  background-color: shade(@theme_bg_color, 0.9);
}

  .contacts-link-suggestion avatar {
    margin: 12px;
  }

.contacts-avatar-popover .contact-display-name {
  font-size: 20px;
}

flowboxchild.circular {
  padding: 4px;
  border-radius: 9999px;
}

/* Contact Sheet/Editor common */
/* --------------------------- */

.contacts-sheet-container,
.contacts-contact-editor-container {
  margin: 32px 36px;
}

.contacts-sheet-property,
.contacts-editor-property {
  margin: 9px 6px;
}

/* Contact Sheet-related CSS class */
/* ------------------------------- */

.contacts-sheet {
}

.contacts-sheet-header {
  margin: 0 0 12px 0;
}

.contacts-sheet-property {
}


/* Contact Editor-related CSS classes */
/* ---------------------------------- */

/* Common class for all widgets editing a property  */
.contacts-editor-property {
}

  .contacts-editor-property .contacts-property-icon {
    margin: 12px 12px;
  }

  .contacts-editor-property entry.contacts-editor-main-widget image {
    margin: 9px 12px;
  }

  .contacts-editor-property entry.contacts-editor-main-widget {
    padding: 4px 6px 4px 0; /* left padding is for the icon */
  }

  .contacts-editor-property button.contacts-editor-main-widget {
    padding: 10px 0;
  }

.contacts-editor-address,
.contacts-editor-role {
  padding-top: 6px;
  padding-bottom: 6px;
}

  .contacts-editor-address entry,
  .contacts-editor-role entry {
    padding: 6px 3px;
  }

/* Widget to edit a birthday (_not_ the row itself) */
.contacts-editor-birthday {
  margin: 12px;
}