Statistics
| Branch: | Tag: | Revision:

root / src / gr / grnet / pithos / web / client / GssCellTreeBasic.css @ fb0060d7

History | View | Annotate | Download (1.3 kB)

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

    
20
.cellTreeEmptyMessage {
21
  padding-left: 16px;
22
  font-style: italic;
23
  background: url(images/cellTreeLoadingBasic.gif) no-repeat;
24
  color: #4085A5;
25
}
26

    
27
.cellTreeItem {
28
  padding-top: 4px;
29
  padding-bottom: 4px;
30
  cursor: hand;
31
  cursor: pointer;
32
  zoom: 1;
33
}
34

    
35
.cellTreeItemImage {
36
  
37
}
38

    
39
.cellTreeItemImageValue {
40
  zoom: 1;
41
}
42

    
43
.cellTreeItemValue {
44
  padding-left: 3px;
45
  padding-right: 3px;
46
  outline: none;
47
}
48

    
49
.cellTreeOpenItem {
50
  
51
}
52

    
53
.cellTreeTopItem {
54
  
55
}
56

    
57
.cellTreeTopItemImage {
58
  
59
}
60

    
61
.cellTreeTopItemImageValue {
62
  
63
}
64

    
65
.cellTreeKeyboardSelectedItem {
66
  outline: none;
67
}
68

    
69
.cellTreeSelectedItem {
70
  color: #d45500;
71
  height: auto;
72
  overflow: visible;
73
}
74

    
75
.cellTreeShowMoreButton {
76
  padding-left: 16px;
77
  outline: none;
78
}