Statistics
| Branch: | Tag: | Revision:

root / src / gr / grnet / pithos / web / client / mysharedtree / PithosMySharedDisclosurePanel.css @ 5b380d95

History | View | Annotate | Download (1.8 kB)

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