From 0ef918b64a54c170d4b6621a297b19de6a11749c Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Thu, 6 Oct 2011 11:35:41 +0100 Subject: added missing icons (and moved revert action higher up) --- css/design.css | 3 +++ images/pagetools/pencil_add.png | Bin 0 -> 742 bytes images/pagetools/site_backup_and_restore.png | Bin 0 -> 745 bytes main.php | 2 +- 4 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 images/pagetools/pencil_add.png create mode 100644 images/pagetools/site_backup_and_restore.png diff --git a/css/design.css b/css/design.css index 19c64be2a..4259e6071 100755 --- a/css/design.css +++ b/css/design.css @@ -186,6 +186,9 @@ #dokuwiki__pagetools ul li a.draft { background-image: url(images/pagetools/inbox-document-text.png); } +#dokuwiki__pagetools ul li a.revert { + background-image: url(images/pagetools/site_backup_and_restore.png); +} #dokuwiki__pagetools ul li a.source { background-image: url(images/pagetools/page_code.png); } diff --git a/images/pagetools/pencil_add.png b/images/pagetools/pencil_add.png new file mode 100644 index 000000000..edbebeed0 Binary files /dev/null and b/images/pagetools/pencil_add.png differ diff --git a/images/pagetools/site_backup_and_restore.png b/images/pagetools/site_backup_and_restore.png new file mode 100644 index 000000000..467e441b0 Binary files /dev/null and b/images/pagetools/site_backup_and_restore.png differ diff --git a/main.php b/main.php index 367fd5e7f..91e012b1b 100755 --- a/main.php +++ b/main.php @@ -140,10 +140,10 @@ $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && $_SERVER -- cgit v1.2.3