~ubuntu-branches/debian/sid/alpine/sid

« back to all changes in this revision

Viewing changes to web/cgi/alpine/2.0/css/cbn/contactdialog.css

  • Committer: Package Import Robot
  • Author(s): Asheesh Laroia
  • Date: 2013-05-19 16:15:01 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20130519161501-epf6pfldn07xnd11
Tags: 2.10+dfsg-1
* New upstream release.
* This release ships a fix for an issue where the PREFDATETIME token
  was always set to "Sun" incorrectly. (Closes: #692870)
* This release ships a fix for IMAP-encoded non-ASCII folder names.
  (Closes: #674067)
* This release simplifies (and corrects) S/MIME handling for messages
  that encrypted *and* signed. (Closes: #653420)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * $Id: contactdialog.css 1266 2009-07-14 18:39:12Z hubert@u.washington.edu $
 
3
 * ========================================================================
 
4
 * Copyright 2006-2008 University of Washington
 
5
 *
 
6
 * Licensed under the Apache License, Version 2.0 (the "License");
 
7
 * you may not use this file except in compliance with the License.
 
8
 * You may obtain a copy of the License at
 
9
 *
 
10
 *     http://www.apache.org/licenses/LICENSE-2.0
 
11
 *
 
12
 * ========================================================================
 
13
 */
 
14
 
 
15
div#contactsDialogFramework
 
16
{
 
17
        display: none;
 
18
}
 
19
 
 
20
div#contactDialog
 
21
{
 
22
        overflow: hidden;
 
23
}
 
24
 
 
25
div.clistInstructions
 
26
{
 
27
        padding: 15px 5px 20px 5px;
 
28
        text-align: center;
 
29
}
 
30
 
 
31
div.contactContent
 
32
{
 
33
        font-size: .8em;
 
34
        height: 14.5em;
 
35
        border: 1px solid #aaaaaa;
 
36
}
 
37
 
 
38
div.clistContext
 
39
{
 
40
        border-bottom: 1px solid #36c;
 
41
        padding: .5em 0;
 
42
        font-weight: bold;
 
43
        color: #003399;
 
44
        background-color: #e7f0ff;
 
45
        overflow: hidden;
 
46
}
 
47
 
 
48
div.clistContext *
 
49
{
 
50
        margin-left: 5px;
 
51
}
 
52
 
 
53
div.clistContext img
 
54
{
 
55
        vertical-align: text-bottom;
 
56
}
 
57
 
 
58
div.clistContext a
 
59
{
 
60
        color: #003399;
 
61
}
 
62
 
 
63
span.clistContact
 
64
{
 
65
        color: black;
 
66
}
 
67
 
 
68
div.clistContacts
 
69
{
 
70
        overflow: auto;
 
71
        height: 12em;
 
72
}
 
73
 
 
74
input#dirQuery
 
75
{
 
76
        padding: 0 2px;
 
77
}
 
78
 
 
79
div.clistContacts table tr td
 
80
{
 
81
        padding: none;
 
82
        border: none;
 
83
        font-size: .8em;
 
84
        white-space: nowrap;
 
85
/*      width: 100%;
 
86
*/
 
87
}
 
88
 
 
89
td.fli
 
90
{
 
91
        width: 24px;
 
92
        text-align: center;
 
93
}
 
94
 
 
95
tr#flPick, tr#flPick a
 
96
{
 
97
        color: #ffffff;
 
98
        background-color: #417bd9;
 
99
}
 
100
 
 
101
a.fln
 
102
{
 
103
        text-decoration: none;
 
104
}
 
105
 
 
106
td.clcd 
 
107
{
 
108
}