Move tree-related images to base horde CSS file.
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 18 Aug 2010 19:33:56 +0000 (13:33 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 19 Aug 2010 17:01:15 +0000 (11:01 -0600)
22 files changed:
horde/themes/screen.css
imp/themes/graphics/tree/join.png [deleted file]
imp/themes/graphics/tree/joinbottom-down.png [deleted file]
imp/themes/graphics/tree/joinbottom.png [deleted file]
imp/themes/graphics/tree/line.png [deleted file]
imp/themes/graphics/tree/minus.png [deleted file]
imp/themes/graphics/tree/minusbottom.png [deleted file]
imp/themes/graphics/tree/minustop.png [deleted file]
imp/themes/graphics/tree/plus.png [deleted file]
imp/themes/graphics/tree/plusbottom.png [deleted file]
imp/themes/graphics/tree/plustop.png [deleted file]
imp/themes/graphics/tree/rev-join.png [deleted file]
imp/themes/graphics/tree/rev-joinbottom-down.png [deleted file]
imp/themes/graphics/tree/rev-joinbottom.png [deleted file]
imp/themes/graphics/tree/rev-line.png [deleted file]
imp/themes/graphics/tree/rev-minus.png [deleted file]
imp/themes/graphics/tree/rev-minusbottom.png [deleted file]
imp/themes/graphics/tree/rev-minustop.png [deleted file]
imp/themes/graphics/tree/rev-plus.png [deleted file]
imp/themes/graphics/tree/rev-plusbottom.png [deleted file]
imp/themes/graphics/tree/rev-plustop.png [deleted file]
imp/themes/screen.css

index 601ac7e..99eceda 100644 (file)
@@ -395,6 +395,74 @@ div.nicetitle {
     cursor: pointer;
 }
 
+span.treeImg {
+    height: 20px;
+    width: 20px;
+    display: -moz-inline-stack;
+    display: inline-block;
+    vertical-align: middle;
+}
+span.treeImg1 {
+    background-image: url("graphics/tree/line.png");
+}
+span.treeImg2 {
+    background-image: url("graphics/tree/join.png");
+}
+span.treeImg3 {
+    background-image: url("graphics/tree/joinbottom-down.png");
+}
+span.treeImg4 {
+    background-image: url("graphics/tree/joinbottom.png");
+}
+span.treeImg5 {
+    background-image: url("graphics/tree/rev-line.png");
+}
+span.treeImg6 {
+    background-image: url("graphics/tree/rev-join.png");
+}
+span.treeImg7 {
+    background-image: url("graphics/tree/rev-joinbottom-down.png");
+}
+span.treeImg8 {
+    background-image: url("graphics/tree/rev-joinbottom.png");
+}
+span.treeImg9 {
+    background-image: url("graphics/tree/minustop.png");
+}
+span.treeImg10 {
+    background-image: url("graphics/tree/minus.png");
+}
+span.treeImg11 {
+    background-image: url("graphics/tree/minusbottom.png");
+}
+span.treeImg12 {
+    background-image: url("graphics/tree/rev-minustop.png");
+}
+span.treeImg13 {
+    background-image: url("graphics/tree/rev-minus.png");
+}
+span.treeImg14 {
+    background-image: url("graphics/tree/rev-minusbottom.png");
+}
+span.treeImg15 {
+    background-image: url("graphics/tree/plustop.png");
+}
+span.treeImg16 {
+    background-image: url("graphics/tree/plus.png");
+}
+span.treeImg17 {
+    background-image: url("graphics/tree/plusbottom.png");
+}
+span.treeImg18 {
+    background-image: url("graphics/tree/rev-plustop.png");
+}
+span.treeImg19 {
+    background-image: url("graphics/tree/rev-plus.png");
+}
+span.treeImg20 {
+    background-image: url("graphics/tree/rev-plusbottom.png");
+}
+
 /* Menu styles. */
 #menu {
     overflow: hidden;
diff --git a/imp/themes/graphics/tree/join.png b/imp/themes/graphics/tree/join.png
deleted file mode 100644 (file)
index 927a988..0000000
Binary files a/imp/themes/graphics/tree/join.png and /dev/null differ
diff --git a/imp/themes/graphics/tree/joinbottom-down.png b/imp/themes/graphics/tree/joinbottom-down.png
deleted file mode 100644 (file)
index e97be02..0000000
Binary files a/imp/themes/graphics/tree/joinbottom-down.png and /dev/null differ
diff --git a/imp/themes/graphics/tree/joinbottom.png b/imp/themes/graphics/tree/joinbottom.png
deleted file mode 100644 (file)
index 7c39cd9..0000000
Binary files a/imp/themes/graphics/tree/joinbottom.png and /dev/null differ
diff --git a/imp/themes/graphics/tree/line.png b/imp/themes/graphics/tree/line.png
deleted file mode 100644 (file)
index 3360753..0000000
Binary files a/imp/themes/graphics/tree/line.png and /dev/null differ
diff --git a/imp/themes/graphics/tree/minus.png b/imp/themes/graphics/tree/minus.png
deleted file mode 100644 (file)
index 4bb82eb..0000000
Binary files a/imp/themes/graphics/tree/minus.png and /dev/null differ
diff --git a/imp/themes/graphics/tree/minusbottom.png b/imp/themes/graphics/tree/minusbottom.png
deleted file mode 100644 (file)
index 8d84040..0000000
Binary files a/imp/themes/graphics/tree/minusbottom.png and /dev/null differ
diff --git a/imp/themes/graphics/tree/minustop.png b/imp/themes/graphics/tree/minustop.png
deleted file mode 100644 (file)
index 26a05cd..0000000
Binary files a/imp/themes/graphics/tree/minustop.png and /dev/null differ
diff --git a/imp/themes/graphics/tree/plus.png b/imp/themes/graphics/tree/plus.png
deleted file mode 100644 (file)
index 9783e5b..0000000
Binary files a/imp/themes/graphics/tree/plus.png and /dev/null differ
diff --git a/imp/themes/graphics/tree/plusbottom.png b/imp/themes/graphics/tree/plusbottom.png
deleted file mode 100644 (file)
index fc36b6a..0000000
Binary files a/imp/themes/graphics/tree/plusbottom.png and /dev/null differ
diff --git a/imp/themes/graphics/tree/plustop.png b/imp/themes/graphics/tree/plustop.png
deleted file mode 100644 (file)
index e113aff..0000000
Binary files a/imp/themes/graphics/tree/plustop.png and /dev/null differ
diff --git a/imp/themes/graphics/tree/rev-join.png b/imp/themes/graphics/tree/rev-join.png
deleted file mode 100644 (file)
index 6697b5f..0000000
Binary files a/imp/themes/graphics/tree/rev-join.png and /dev/null differ
diff --git a/imp/themes/graphics/tree/rev-joinbottom-down.png b/imp/themes/graphics/tree/rev-joinbottom-down.png
deleted file mode 100644 (file)
index 2cfce1e..0000000
Binary files a/imp/themes/graphics/tree/rev-joinbottom-down.png and /dev/null differ
diff --git a/imp/themes/graphics/tree/rev-joinbottom.png b/imp/themes/graphics/tree/rev-joinbottom.png
deleted file mode 100644 (file)
index 027f85a..0000000
Binary files a/imp/themes/graphics/tree/rev-joinbottom.png and /dev/null differ
diff --git a/imp/themes/graphics/tree/rev-line.png b/imp/themes/graphics/tree/rev-line.png
deleted file mode 100644 (file)
index 92745e5..0000000
Binary files a/imp/themes/graphics/tree/rev-line.png and /dev/null differ
diff --git a/imp/themes/graphics/tree/rev-minus.png b/imp/themes/graphics/tree/rev-minus.png
deleted file mode 100644 (file)
index fdce620..0000000
Binary files a/imp/themes/graphics/tree/rev-minus.png and /dev/null differ
diff --git a/imp/themes/graphics/tree/rev-minusbottom.png b/imp/themes/graphics/tree/rev-minusbottom.png
deleted file mode 100644 (file)
index 48d3a97..0000000
Binary files a/imp/themes/graphics/tree/rev-minusbottom.png and /dev/null differ
diff --git a/imp/themes/graphics/tree/rev-minustop.png b/imp/themes/graphics/tree/rev-minustop.png
deleted file mode 100644 (file)
index 9e47cc1..0000000
Binary files a/imp/themes/graphics/tree/rev-minustop.png and /dev/null differ
diff --git a/imp/themes/graphics/tree/rev-plus.png b/imp/themes/graphics/tree/rev-plus.png
deleted file mode 100644 (file)
index 7530dcf..0000000
Binary files a/imp/themes/graphics/tree/rev-plus.png and /dev/null differ
diff --git a/imp/themes/graphics/tree/rev-plusbottom.png b/imp/themes/graphics/tree/rev-plusbottom.png
deleted file mode 100644 (file)
index a228918..0000000
Binary files a/imp/themes/graphics/tree/rev-plusbottom.png and /dev/null differ
diff --git a/imp/themes/graphics/tree/rev-plustop.png b/imp/themes/graphics/tree/rev-plustop.png
deleted file mode 100644 (file)
index 6802762..0000000
Binary files a/imp/themes/graphics/tree/rev-plustop.png and /dev/null differ
index 8040113..c235889 100644 (file)
@@ -501,76 +501,6 @@ span.spellcheckPopdownImg:hover {
     border-bottom: 0;
 }
 
-/* Thread/folder images */
-span.treeImg {
-    height: 20px;
-    width: 20px;
-    display: -moz-inline-stack;
-    display: inline-block;
-    vertical-align: middle;
-}
-
-span.treeImg1 {
-    background-image: url("graphics/tree/line.png");
-}
-span.treeImg2 {
-    background-image: url("graphics/tree/join.png");
-}
-span.treeImg3 {
-    background-image: url("graphics/tree/joinbottom-down.png");
-}
-span.treeImg4 {
-    background-image: url("graphics/tree/joinbottom.png");
-}
-span.treeImg5 {
-    background-image: url("graphics/tree/rev-line.png");
-}
-span.treeImg6 {
-    background-image: url("graphics/tree/rev-join.png");
-}
-span.treeImg7 {
-    background-image: url("graphics/tree/rev-joinbottom-down.png");
-}
-span.treeImg8 {
-    background-image: url("graphics/tree/rev-joinbottom.png");
-}
-span.treeImg9 {
-    background-image: url("graphics/tree/minustop.png");
-}
-span.treeImg10 {
-    background-image: url("graphics/tree/minus.png");
-}
-span.treeImg11 {
-    background-image: url("graphics/tree/minusbottom.png");
-}
-span.treeImg12 {
-    background-image: url("graphics/tree/rev-minustop.png");
-}
-span.treeImg13 {
-    background-image: url("graphics/tree/rev-minus.png");
-}
-span.treeImg14 {
-    background-image: url("graphics/tree/rev-minusbottom.png");
-}
-span.treeImg15 {
-    background-image: url("graphics/tree/plustop.png");
-}
-span.treeImg16 {
-    background-image: url("graphics/tree/plus.png");
-}
-span.treeImg17 {
-    background-image: url("graphics/tree/plusbottom.png");
-}
-span.treeImg18 {
-    background-image: url("graphics/tree/rev-plustop.png");
-}
-span.treeImg19 {
-    background-image: url("graphics/tree/rev-plus.png");
-}
-span.treeImg20 {
-    background-image: url("graphics/tree/rev-plusbottom.png");
-}
-
 /* Expand/Collapse graphic. */
 span.arrowCollapsed {
     background-image: url("graphics/arrow_collapsed.png");