summaryrefslogtreecommitdiff
blob: d5e0f316d33041267d5ab093fab4fd294b154a0e (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
.ag-text-content {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  display: block;
}

@media (min-width: 768px) {
  .ag-message-table,
  .ag-mostrecent-table {
    width: 100%;
    table-layout: fixed;
  }

  .ag-mostrecent-table td,
  .ag-message-table td {
    text-overflow: ellipsis;
    max-height: 1.2em;
    overflow: hidden;
    white-space: nowrap;
  }

  .ag-message-table-date {
    width: 18%;
  }

  .ag-message-table-from {
    width: 22%;
  }

  .ag-mostrecent-table-author {
    width: 30%;
  }

  .ag-mostrecent-header {
    margin-top: 5px;
  }

  .ag-index-actions {
    margin-top: 2em;
  }
}

.ag-quote {
  color: #999;
  cursor: row-resize;
  margin-bottom: -1em;
  overflow: hidden;
}

.ag-quote-hidden {
  height: 2.4em;
  overflow: hidden;
  fdisplay: block;
  -webkit-mask-image: linear-gradient(to bottom, white, transparent);
  mask-image: linear-gradient(to bottom, white, transparent);
}

.ag-toggle-quotes {
  float: right;
  margin-bottom: .5em;
}

.ag-message-content {
  clear: both;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  padding: 10px;
}

.ag-message-content pre {
  border: none;
}

.ag-message-content blockquote {
  font-size: inherit;
}

.ag-header-name-col {
  width: 10em;
}

.ag-message-actions {
  line-height: 2em;
}

.ag-pager {
  margin: 0;
}

.ag-html-content {
  white-space: normal;
}

.ag-view-selection {
  margin-bottom: .5em;
}

.ag-date {
}