summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-07-25 20:14:23 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-07-25 20:14:23 (GMT)
commite56a0553f710235d829f36b1edbf3cea00148a98 (patch)
treeaf79f4260929b75dc49aac38d6cee1210ed7c80e /themes
parent0bd8f885b20c1d660507c62e35410e2e5a958066 (diff)
Created an (empty) panel for evolution history.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@557 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'themes')
-rw-r--r--themes/clean.pngbin0 -> 741 bytes
-rw-r--r--themes/icons.css27
-rw-r--r--themes/redo.pngbin0 -> 617 bytes
-rw-r--r--themes/undo.pngbin0 -> 602 bytes
4 files changed, 27 insertions, 0 deletions
diff --git a/themes/clean.png b/themes/clean.png
new file mode 100644
index 0000000..f8f8c78
--- /dev/null
+++ b/themes/clean.png
Binary files differ
diff --git a/themes/icons.css b/themes/icons.css
new file mode 100644
index 0000000..4986ab2
--- /dev/null
+++ b/themes/icons.css
@@ -0,0 +1,27 @@
+
+#img-undo {
+
+ background-image: url("undo.png");
+ background-repeat: space;
+
+ padding-right: 10px;
+
+}
+
+#img-redo {
+
+ background-image: url("redo.png");
+ background-repeat: space;
+
+ padding-right: 10px;
+
+}
+
+#img-clean {
+
+ background-image: url("clean.png");
+ background-repeat: space;
+
+ padding-right: 10px;
+
+}
diff --git a/themes/redo.png b/themes/redo.png
new file mode 100644
index 0000000..9fb3199
--- /dev/null
+++ b/themes/redo.png
Binary files differ
diff --git a/themes/undo.png b/themes/undo.png
new file mode 100644
index 0000000..55b8c34
--- /dev/null
+++ b/themes/undo.png
Binary files differ