Move horde icon CSS to Horde.
authorMichael M Slusarz <slusarz@curecanti.org>
Sun, 21 Nov 2010 21:37:27 +0000 (14:37 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 22 Nov 2010 18:33:22 +0000 (11:33 -0700)
horde/themes/default/screen.css
horde/themes/silver/screen.css
imp/themes/default/dimp/screen.css
imp/themes/default/graphics/dimp.png [deleted file]
imp/themes/default/graphics/horde.png [deleted file]
imp/themes/silver/dimp/screen.css
imp/themes/silver/graphics/dimp.png [deleted file]
imp/themes/silver/graphics/horde.png [deleted file]

index eb990cf..48a336f 100644 (file)
@@ -49,6 +49,10 @@ input[type=image] {
     width: 16px;
 }
 
+span.hordeIcon {
+    background-image: url("graphics/horde.png");
+}
+
 ins {
     background: #cfc;
 }
index f91bf32..fdf89ec 100644 (file)
@@ -78,6 +78,10 @@ table.horde-table, table.horde-table td, table.horde-table th {
     background: #fff;
 }
 
+span.hordeIcon {
+    background-image: url("graphics/horde.png");
+}
+
 /* Form styles. */
 input, select, textarea {
     color: #000;
index 2e7c091..1ac914a 100644 (file)
@@ -883,9 +883,6 @@ span.infoIcon {
 span.filtersIcon {
     background-image: url("../graphics/filters.png");
 }
-span.hordeIcon {
-    background-image: url("../graphics/horde.png");
-}
 span.prefsIcon {
     background-image: url("../graphics/prefs.png");
 }
diff --git a/imp/themes/default/graphics/dimp.png b/imp/themes/default/graphics/dimp.png
deleted file mode 100644 (file)
index 3b5085a..0000000
Binary files a/imp/themes/default/graphics/dimp.png and /dev/null differ
diff --git a/imp/themes/default/graphics/horde.png b/imp/themes/default/graphics/horde.png
deleted file mode 100644 (file)
index ebfae15..0000000
Binary files a/imp/themes/default/graphics/horde.png and /dev/null differ
index b79189f..edd9841 100644 (file)
@@ -31,9 +31,6 @@ span.infoIcon {
 span.filtersIcon {
     background-image: url("../graphics/filters.png");
 }
-span.hordeIcon {
-    background-image: url("../graphics/horde.png");
-}
 span.prefsIcon {
     background-image: url("../graphics/prefs.png");
 }
diff --git a/imp/themes/silver/graphics/dimp.png b/imp/themes/silver/graphics/dimp.png
deleted file mode 100644 (file)
index 3a8ffd7..0000000
Binary files a/imp/themes/silver/graphics/dimp.png and /dev/null differ
diff --git a/imp/themes/silver/graphics/horde.png b/imp/themes/silver/graphics/horde.png
deleted file mode 100644 (file)
index 041b4f5..0000000
Binary files a/imp/themes/silver/graphics/horde.png and /dev/null differ