Merge branch 'master' of https://code.grnet.gr/git/pithos
[pithos] / web_client / src / gr / grnet / pithos / web / client / PithosCellTreeBasic.css
1 /*
2  * Copyright 2010 Google Inc.
3  * 
4  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
5  * use this file except in compliance with the License. You may obtain a copy of
6  * the License at
7  * 
8  * http://www.apache.org/licenses/LICENSE-2.0
9  * 
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12  * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13  * License for the specific language governing permissions and limitations under
14  * the License.
15  */
16 .cellTreeWidget {
17 }
18
19 .cellTreeEmptyMessage {
20   padding-left: 16px;
21   font-style: italic;
22   background: url(images/cellTreeLoadingBasic.gif) no-repeat;
23   color: #4085A5;
24 }
25
26 .cellTreeItem {
27   padding-top: 4px;
28   padding-bottom: 4px;
29   cursor: hand;
30   cursor: pointer;
31   zoom: 1;
32 }
33
34 .cellTreeItemImage {
35         padding-top: 5px;
36 }
37
38 .cellTreeItemImageValue {
39   zoom: 1;
40 }
41
42 .cellTreeItemValue {
43   padding-left: 3px;
44   padding-right: 3px;
45   outline: none;
46 }
47
48 .cellTreeItemValue img {
49         vertical-align: middle;
50 }
51
52 .cellTreeItem:HOVER {
53         background-color: #A1C8DA;
54 }
55
56 .cellTreeOpenItem {
57 }
58
59 .cellTreeTopItem {
60   
61 }
62
63 .cellTreeTopItemImage {
64   
65 }
66
67 .cellTreeTopItemImageValue {
68   
69 }
70
71 .cellTreeKeyboardSelectedItem {
72   outline: none;
73 }
74
75 .cellTreeSelectedItem {
76   color: #d45500;
77   background-color: #BCD7E3;
78   height: auto;
79   overflow: visible;
80 }
81
82 .cellTreeShowMoreButton {
83   padding-left: 16px;
84   outline: none;
85 }