Statistics
| Branch: | Tag: | Revision:

root / web_client / src / gr / grnet / pithos / web / client / foldertree / GssCellTreeBasic.css @ fbff60ff

History | View | Annotate | Download (1.3 kB)

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