]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
nouvelles icônes
authornicosomb <nicolas@loeuillet.org>
Mon, 15 Apr 2013 13:09:00 +0000 (15:09 +0200)
committernicosomb <nicolas@loeuillet.org>
Mon, 15 Apr 2013 13:09:00 +0000 (15:09 +0200)
12 files changed:
CREDITS
css/style.css
img/archive-off.png [deleted file]
img/archive-on.png [deleted file]
img/checkmark-off.png [new file with mode: 0755]
img/checkmark-on.png [new file with mode: 0755]
img/delete.png [deleted file]
img/fav-off.png [deleted file]
img/fav-on.png [deleted file]
img/remove.png [new file with mode: 0755]
img/star-off.png [new file with mode: 0755]
img/star-on.png [new file with mode: 0755]

diff --git a/CREDITS b/CREDITS
index 77c87e99221b3ff0d78ca3c8ff59f3efdb1e5123..916eae5d8a72cfd85124e319c3f9ce9e80b0b549 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -2,8 +2,8 @@ poche is based on :
 * ReadItYourself http://www.memiks.fr/readityourself/
 * PHP Readability http://www.keyvan.net/2010/08/php-readability/
 * Encoding https://github.com/neitanod/forceutf8
-
-The logo is made by Brightmix http://www.iconfinder.com/icondetails/43256/128/jeans_monotone_pocket_icon
+* logo by Brightmix http://www.iconfinder.com/icondetails/43256/128/jeans_monotone_pocket_icon
+* icons http://icomoon.io
 
 poche is developed by Nicolas Lœuillet under the Do What the Fuck You Want to Public License
 
index d77fb9e70e585ea89ac9e3fd169eba826fc59cc9..ee99dbcfc775ab60ce545c9452eff3dd8678ffd3 100644 (file)
@@ -66,7 +66,7 @@ footer {
 }
 
 input[type=submit].delete {
-    background : url('../img/delete.png') no-repeat center center;
+    background : url('../img/remove.png') no-repeat center center;
     width : 16px;
     height :16px;
     border : none;
@@ -145,39 +145,35 @@ input[type=submit].delete {
 }
 
 a.fav span {
-    background: url('../img/fav-on.png') no-repeat;
+    background: url('../img/star-on.png') no-repeat;
 }
 
 a.fav span:hover {
-    background: url('../img/fav-off.png') no-repeat;
+    background: url('../img/star-off.png') no-repeat;
 }
 
 a.fav-off span {
-    background: url('../img/fav-off.png') no-repeat;
+    background: url('../img/star-off.png') no-repeat;
 }
 
 a.fav-off span:hover {
-    background: url('../img/fav-on.png') no-repeat;
+    background: url('../img/star-on.png') no-repeat;
 }
 
 a.archive span {
-    background: url('../img/archive-on.png') no-repeat;
+    background: url('../img/checkmark-on.png') no-repeat;
 }
 
 a.archive span:hover {
-    background: url('../img/archive-off.png') no-repeat;
+    background: url('../img/checkmark-off.png') no-repeat;
 }
 
 a.archive-off span {
-    background: url('../img/archive-off.png') no-repeat;
+    background: url('../img/checkmark-off.png') no-repeat;
 }
 
 a.archive-off span:hover {
-    background: url('../img/archive-on.png') no-repeat;
-}
-
-a.delete span {
-    background: url('../img/delete.png') no-repeat;
+    background: url('../img/checkmark-on.png') no-repeat;
 }
 
 /*** ***/
diff --git a/img/archive-off.png b/img/archive-off.png
deleted file mode 100644 (file)
index 2562216..0000000
Binary files a/img/archive-off.png and /dev/null differ
diff --git a/img/archive-on.png b/img/archive-on.png
deleted file mode 100644 (file)
index 63cef2c..0000000
Binary files a/img/archive-on.png and /dev/null differ
diff --git a/img/checkmark-off.png b/img/checkmark-off.png
new file mode 100755 (executable)
index 0000000..3db5a06
Binary files /dev/null and b/img/checkmark-off.png differ
diff --git a/img/checkmark-on.png b/img/checkmark-on.png
new file mode 100755 (executable)
index 0000000..cd3abb2
Binary files /dev/null and b/img/checkmark-on.png differ
diff --git a/img/delete.png b/img/delete.png
deleted file mode 100644 (file)
index 5924fa7..0000000
Binary files a/img/delete.png and /dev/null differ
diff --git a/img/fav-off.png b/img/fav-off.png
deleted file mode 100644 (file)
index 414a5c5..0000000
Binary files a/img/fav-off.png and /dev/null differ
diff --git a/img/fav-on.png b/img/fav-on.png
deleted file mode 100644 (file)
index c4d858a..0000000
Binary files a/img/fav-on.png and /dev/null differ
diff --git a/img/remove.png b/img/remove.png
new file mode 100755 (executable)
index 0000000..f8ad56a
Binary files /dev/null and b/img/remove.png differ
diff --git a/img/star-off.png b/img/star-off.png
new file mode 100755 (executable)
index 0000000..6a0133a
Binary files /dev/null and b/img/star-off.png differ
diff --git a/img/star-on.png b/img/star-on.png
new file mode 100755 (executable)
index 0000000..a9f96ea
Binary files /dev/null and b/img/star-on.png differ