~ubuntu-branches/ubuntu/karmic/alpine/karmic

« back to all changes in this revision

Viewing changes to web/cgi/alpine-2.0/css/cbn/folderdialog.css

  • Committer: Bazaar Package Importer
  • Author(s): Asheesh Laroia
  • Date: 2008-09-23 12:17:56 UTC
  • mfrom: (2.1.8 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080923121756-6u4x8bwq89qlzt32
Tags: 2.00+dfsg-2
Update to package description: note that Alpine is no longer in
alpha. (Closes: #499640)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * $Id: folderdialog.css 1150 2008-08-20 00:27:11Z mikes@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.flistInstructions
 
16
{
 
17
        padding: 15px 5px 20px 5px;
 
18
        text-align: center;
 
19
}
 
20
 
 
21
div#folderList
 
22
{
 
23
        font-size: .8em;
 
24
        height: 14.5em;
 
25
        border: 1px solid #aaaaaa;
 
26
}
 
27
 
 
28
div.flistContext
 
29
{
 
30
        border-bottom: 1px solid #36c;
 
31
        padding: .5em 0;
 
32
        font-weight: bold;
 
33
        color: #003399;
 
34
        background-color: #e7f0ff;
 
35
}
 
36
 
 
37
div.flistContext *
 
38
{
 
39
        margin-left: 5px;
 
40
}
 
41
 
 
42
div.flistContext img
 
43
{
 
44
        vertical-align: text-bottom;
 
45
}
 
46
 
 
47
div.flistContext a
 
48
{
 
49
        color: #003399;
 
50
}
 
51
 
 
52
span.flistFolder
 
53
{
 
54
        color: black;
 
55
}
 
56
 
 
57
div.flistFolders
 
58
{
 
59
        overflow: auto;
 
60
        height: 12em;
 
61
}
 
62
 
 
63
div.flistFolders a
 
64
{
 
65
        font-size: .8em;
 
66
}
 
67
 
 
68
table.flt
 
69
{
 
70
        border: none;
 
71
        width: 100%;
 
72
}
 
73
 
 
74
td.fli
 
75
{
 
76
        width: 24px;
 
77
        text-align: center;
 
78
}
 
79
 
 
80
tr#flPick, tr#flPick a
 
81
{
 
82
        color: #ffffff;
 
83
        background-color: #417bd9;
 
84
}
 
85
 
 
86
a.fln
 
87
{
 
88
        text-decoration: none;
 
89
}
 
90
 
 
91
td.flcd 
 
92
{
 
93
        font-size: .9em;
 
94
        padding-left: 3em;
 
95
        padding-bottom: 1.5em;
 
96
}