Statistics
| Branch: | Tag: | Revision:

root / src / gr / grnet / pithos / web / client / othersharedtree / PithosOtherSharedDisclosurePanel.css @ 1238d28d

History | View | Annotate | Download (1.8 kB)

1 3f62b626 Christos Stathis
/*
2 3f62b626 Christos Stathis
 * Copyright 2012 GRNET S.A. All rights reserved.
3 3f62b626 Christos Stathis
 *
4 3f62b626 Christos Stathis
 * Redistribution and use in source and binary forms, with or
5 3f62b626 Christos Stathis
 * without modification, are permitted provided that the following
6 3f62b626 Christos Stathis
 * conditions are met:
7 3f62b626 Christos Stathis
 *
8 3f62b626 Christos Stathis
 *   1. Redistributions of source code must retain the above
9 3f62b626 Christos Stathis
 *      copyright notice, this list of conditions and the following
10 3f62b626 Christos Stathis
 *      disclaimer.
11 3f62b626 Christos Stathis
 *
12 3f62b626 Christos Stathis
 *   2. Redistributions in binary form must reproduce the above
13 3f62b626 Christos Stathis
 *      copyright notice, this list of conditions and the following
14 3f62b626 Christos Stathis
 *      disclaimer in the documentation and/or other materials
15 3f62b626 Christos Stathis
 *      provided with the distribution.
16 3f62b626 Christos Stathis
 *
17 3f62b626 Christos Stathis
 * THIS SOFTWARE IS PROVIDED BY GRNET S.A. ``AS IS'' AND ANY EXPRESS
18 3f62b626 Christos Stathis
 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19 3f62b626 Christos Stathis
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20 3f62b626 Christos Stathis
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GRNET S.A OR
21 3f62b626 Christos Stathis
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22 3f62b626 Christos Stathis
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
23 3f62b626 Christos Stathis
 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
24 3f62b626 Christos Stathis
 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
25 3f62b626 Christos Stathis
 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 3f62b626 Christos Stathis
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
27 3f62b626 Christos Stathis
 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28 3f62b626 Christos Stathis
 * POSSIBILITY OF SUCH DAMAGE.
29 3f62b626 Christos Stathis
 *
30 3f62b626 Christos Stathis
 * The views and conclusions contained in the software and
31 3f62b626 Christos Stathis
 * documentation are those of the authors and should not be
32 3f62b626 Christos Stathis
 * interpreted as representing official policies, either expressed
33 3f62b626 Christos Stathis
 * or implied, of GRNET S.A.
34 3f62b626 Christos Stathis
 */
35 3f62b626 Christos Stathis
 
36 3f62b626 Christos Stathis
.disclosurePanel {
37 3f62b626 Christos Stathis
        width: 100%;
38 3f62b626 Christos Stathis
        margin-bottom: 20px;
39 3f62b626 Christos Stathis
}
40 3f62b626 Christos Stathis
41 3f62b626 Christos Stathis
.header {
42 3f62b626 Christos Stathis
        background-color: #74aec9;
43 3f62b626 Christos Stathis
        height: 28px;
44 3f62b626 Christos Stathis
    width: 100%;
45 3f62b626 Christos Stathis
    padding-left: 6px;
46 3f62b626 Christos Stathis
}
47 3f62b626 Christos Stathis
48 3f62b626 Christos Stathis
.arrow { 
49 3f62b626 Christos Stathis
        padding-right: 2px;
50 3f62b626 Christos Stathis
}
51 3f62b626 Christos Stathis
52 3f62b626 Christos Stathis
.content {
53 3123a5e7 Christos Stathis
        width: 100%;
54 3f62b626 Christos Stathis
}