CSS fun
[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 }
36
37 .cellTreeItemImageValue {
38   zoom: 1;
39 }
40
41 .cellTreeItemValue {
42   padding-left: 3px;
43   padding-right: 3px;
44   outline: none;
45 }
46
47 .cellTreeItemValue img {
48         vertical-align: middle;
49 }
50
51 .cellTreeItem:HOVER {
52         background-color: #A1C8DB;
53 }
54
55 .cellTreeOpenItem {
56 }
57
58 .cellTreeTopItem {
59   
60 }
61
62 .cellTreeTopItemImage {
63   
64 }
65
66 .cellTreeTopItemImageValue {
67   
68 }
69
70 .cellTreeKeyboardSelectedItem {
71   outline: none;
72 }
73
74 .cellTreeSelectedItem {
75   color: #d45500;
76   height: auto;
77   overflow: visible;
78 }
79
80 .cellTreeShowMoreButton {
81   padding-left: 16px;
82   outline: none;
83 }