Move web_client to another repository.
[pithos] / web_client / src / gr / grnet / pithos / web / client / PithosCellTreeBasic.css
diff --git a/web_client/src/gr/grnet/pithos/web/client/PithosCellTreeBasic.css b/web_client/src/gr/grnet/pithos/web/client/PithosCellTreeBasic.css
deleted file mode 100644 (file)
index 645fb93..0000000
+++ /dev/null
@@ -1,85 +0,0 @@
-/*
- * Copyright 2010 Google Inc.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not
- * use this file except in compliance with the License. You may obtain a copy of
- * the License at
- * 
- * http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations under
- * the License.
- */
-.cellTreeWidget {
-}
-
-.cellTreeEmptyMessage {
-  padding-left: 16px;
-  font-style: italic;
-  background: url(images/cellTreeLoadingBasic.gif) no-repeat;
-  color: #4085A5;
-}
-
-.cellTreeItem {
-  padding-top: 4px;
-  padding-bottom: 4px;
-  cursor: hand;
-  cursor: pointer;
-  zoom: 1;
-}
-
-.cellTreeItemImage {
-       padding-top: 5px;
-}
-
-.cellTreeItemImageValue {
-  zoom: 1;
-}
-
-.cellTreeItemValue {
-  padding-left: 3px;
-  padding-right: 3px;
-  outline: none;
-}
-
-.cellTreeItemValue img {
-       vertical-align: middle;
-}
-
-.cellTreeItem:HOVER {
-       background-color: #A1C8DA;
-}
-
-.cellTreeOpenItem {
-}
-
-.cellTreeTopItem {
-  
-}
-
-.cellTreeTopItemImage {
-  
-}
-
-.cellTreeTopItemImageValue {
-  
-}
-
-.cellTreeKeyboardSelectedItem {
-  outline: none;
-}
-
-.cellTreeSelectedItem {
-  color: #d45500;
-  background-color: #BCD7E3;
-  height: auto;
-  overflow: visible;
-}
-
-.cellTreeShowMoreButton {
-  padding-left: 16px;
-  outline: none;
-}