Statistics
| Branch: | Tag: | Revision:

root / src / gr / grnet / pithos / web / client / Pithos.css @ 430898e5

History | View | Annotate | Download (2.2 kB)

1 01bd6099 Christos Stathis
/*
2 01bd6099 Christos Stathis
 * Copyright 2011-2012 GRNET S.A. All rights reserved.
3 01bd6099 Christos Stathis
 *
4 01bd6099 Christos Stathis
 * Redistribution and use in source and binary forms, with or
5 01bd6099 Christos Stathis
 * without modification, are permitted provided that the following
6 01bd6099 Christos Stathis
 * conditions are met:
7 01bd6099 Christos Stathis
 *
8 01bd6099 Christos Stathis
 *   1. Redistributions of source code must retain the above
9 01bd6099 Christos Stathis
 *      copyright notice, this list of conditions and the following
10 01bd6099 Christos Stathis
 *      disclaimer.
11 01bd6099 Christos Stathis
 *
12 01bd6099 Christos Stathis
 *   2. Redistributions in binary form must reproduce the above
13 01bd6099 Christos Stathis
 *      copyright notice, this list of conditions and the following
14 01bd6099 Christos Stathis
 *      disclaimer in the documentation and/or other materials
15 01bd6099 Christos Stathis
 *      provided with the distribution.
16 01bd6099 Christos Stathis
 *
17 01bd6099 Christos Stathis
 * THIS SOFTWARE IS PROVIDED BY GRNET S.A. ``AS IS'' AND ANY EXPRESS
18 01bd6099 Christos Stathis
 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19 01bd6099 Christos Stathis
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20 01bd6099 Christos Stathis
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GRNET S.A OR
21 01bd6099 Christos Stathis
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22 01bd6099 Christos Stathis
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
23 01bd6099 Christos Stathis
 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
24 01bd6099 Christos Stathis
 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
25 01bd6099 Christos Stathis
 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 01bd6099 Christos Stathis
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
27 01bd6099 Christos Stathis
 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28 01bd6099 Christos Stathis
 * POSSIBILITY OF SUCH DAMAGE.
29 01bd6099 Christos Stathis
 *
30 01bd6099 Christos Stathis
 * The views and conclusions contained in the software and
31 01bd6099 Christos Stathis
 * documentation are those of the authors and should not be
32 01bd6099 Christos Stathis
 * interpreted as representing official policies, either expressed
33 01bd6099 Christos Stathis
 * or implied, of GRNET S.A.
34 01bd6099 Christos Stathis
 */
35 01bd6099 Christos Stathis
36 01bd6099 Christos Stathis
.commandAnchor {
37 01bd6099 Christos Stathis
        color: #4085A5;
38 01bd6099 Christos Stathis
        text-decoration: underline;
39 01bd6099 Christos Stathis
}
40 5d2050bf Christos Stathis
41 5d2050bf Christos Stathis
.commandAnchor:HOVER {
42 5d2050bf Christos Stathis
        color: #4085A5;
43 5d2050bf Christos Stathis
        text-decoration: underline;
44 5d2050bf Christos Stathis
}
45 c01daba6 Christos Stathis
46 c01daba6 Christos Stathis
.statistics {
47 c01daba6 Christos Stathis
        color: black;
48 c01daba6 Christos Stathis
        padding-top: 10px;
49 c01daba6 Christos Stathis
         padding-bottom: 10px;
50 c01daba6 Christos Stathis
}
51 c01daba6 Christos Stathis
52 c01daba6 Christos Stathis
@external gwt-HTML;
53 c01daba6 Christos Stathis
54 c01daba6 Christos Stathis
.statistics .gwt-HTML {
55 c01daba6 Christos Stathis
        font-size: 80%;
56 c01daba6 Christos Stathis
}
57 3646552f Christos Stathis
58 3646552f Christos Stathis
.uploadAlert {
59 3646552f Christos Stathis
        background-color: #4085a5;
60 3646552f Christos Stathis
        border: none;
61 3646552f Christos Stathis
        width: 350px;
62 3646552f Christos Stathis
}
63 3646552f Christos Stathis
64 3646552f Christos Stathis
.uploadAlertLink {
65 3646552f Christos Stathis
        text-decoration: underline;
66 3646552f Christos Stathis
        position: absolute;
67 3646552f Christos Stathis
        left: 200px;
68 3646552f Christos Stathis
        top: 2px;
69 3646552f Christos Stathis
}
70 3646552f Christos Stathis
71 3646552f Christos Stathis
.uploadAlertClose {
72 3646552f Christos Stathis
        cursor: pointer;
73 3646552f Christos Stathis
        position: absolute;
74 3646552f Christos Stathis
        right: 1px;
75 3646552f Christos Stathis
        top: 2px;
76 3646552f Christos Stathis
}
77 c4818b9d Christos Stathis
78 c4818b9d Christos Stathis
.uploadAlertProgress {
79 c4818b9d Christos Stathis
        display: block;
80 c4818b9d Christos Stathis
        float: left;        
81 c4818b9d Christos Stathis
}
82 c4818b9d Christos Stathis
83 c4818b9d Christos Stathis
.uploadAlertPercent {
84 c4818b9d Christos Stathis
        position: absolute;
85 c4818b9d Christos Stathis
        left: 90px;
86 c4818b9d Christos Stathis
}