summaryrefslogtreecommitdiff
path: root/data/style.css
blob: 4c9efaa25c3961eee6c1f8274aadf31e31a2f0dc (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
104
105
106
107
108
/*
 * 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 */
.contact-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;
}

/* Used to provide a little cutout around an overlayed circular button */
.contacts-cutout-button {
  background-color: @window_bg_color;
  border-radius: 9999px;
  padding: 2px;
}

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

.contacts-sheet-container,
.contacts-contact-editor-container {
  margin: 24px 12px 24px 12px;
}

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

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

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

.contacts-sheet {
}

.contacts-sheet-property {
}


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

.contacts-editor-header-name {
  /* The name in the sheet gets some margin from .title-1,
   * so do something similar here to prevent the name "jumping" */
  margin: 6px 0;
}

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

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

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

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

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

.contacts-qr-code-dialog-qr-image {
  background: #fff;
  padding: 12px;
}

.favorite-button {
  font-weight: normal;
}