summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2012-01-08 12:48:54 +0100
committerAndreas Gohr <andi@splitbrain.org>2012-01-08 12:50:28 +0100
commit1204c0aadca651804aa56b88e9f9d4fa156e7445 (patch)
tree82e84308fd1e2679e1798f4fef905e2c2695a8e6
parent51152ba0d3fcb30765fdbe1c949b9663094b17a9 (diff)
downloadrpg-1204c0aadca651804aa56b88e9f9d4fa156e7445.tar.gz
rpg-1204c0aadca651804aa56b88e9f9d4fa156e7445.tar.bz2
fixed icons for create and draft
-rwxr-xr-xcss/design.css9
-rw-r--r--images/pagetools/draft-active.pngbin0 -> 988 bytes
-rw-r--r--images/pagetools/draft.pngbin0 -> 935 bytes
-rw-r--r--images/pagetools/pagetools.xcfbin11966 -> 13291 bytes
4 files changed, 9 insertions, 0 deletions
diff --git a/css/design.css b/css/design.css
index f75df1140..d32bc711b 100755
--- a/css/design.css
+++ b/css/design.css
@@ -207,6 +207,15 @@
background-image: url(images/pagetools/edit-active.png);
}
+#dokuwiki__pagetools ul li a.create {
+ background-image: url(images/pagetools/create.png);
+}
+#dokuwiki__pagetools ul li a.create:hover,
+#dokuwiki__pagetools ul li a.create:active,
+#dokuwiki__pagetools ul li a.create:focus {
+ background-image: url(images/pagetools/create-active.png);
+}
+
#dokuwiki__pagetools ul li a.show {
background-image: url(images/pagetools/show.png);
}
diff --git a/images/pagetools/draft-active.png b/images/pagetools/draft-active.png
new file mode 100644
index 000000000..e4c0a6c72
--- /dev/null
+++ b/images/pagetools/draft-active.png
Binary files differ
diff --git a/images/pagetools/draft.png b/images/pagetools/draft.png
new file mode 100644
index 000000000..d44cc8c3f
--- /dev/null
+++ b/images/pagetools/draft.png
Binary files differ
diff --git a/images/pagetools/pagetools.xcf b/images/pagetools/pagetools.xcf
index 2f534a6e7..ab4eaf634 100644
--- a/images/pagetools/pagetools.xcf
+++ b/images/pagetools/pagetools.xcf
Binary files differ