]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
change reading time displaying
authorNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Thu, 3 Oct 2013 12:17:45 +0000 (14:17 +0200)
committerNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Thu, 3 Oct 2013 12:17:45 +0000 (14:17 +0200)
12 files changed:
themes/dark/css/style-dark.css
themes/dark/img/dark/clock.png [deleted file]
themes/default/css/messages.css
themes/default/css/style-default.css
themes/default/home.twig
themes/default/img/default/clock.png [deleted file]
themes/dmagenta/css/style-dmagenta.css
themes/dmagenta/img/dmagenta/clock.png [deleted file]
themes/solarized-dark/css/style-solarized-dark.css
themes/solarized-dark/img/solarized-dark/clock.png [deleted file]
themes/solarized/css/style-solarized.css
themes/solarized/img/solarized/clock.png [deleted file]

index 6d50751657dadff29f477447512d530e116b5633..41782c485f6538e16bb37183f555cb70f2768e16 100644 (file)
@@ -65,10 +65,6 @@ a.bad-display span {
     background-image: url('../img/dark/bad-display.png');
 }
 
-a.reading-time span {
-    background-image: url('../img/dark/clock.png');
-}
-
 .pagination a {
     color: #aaa;
 }
diff --git a/themes/dark/img/dark/clock.png b/themes/dark/img/dark/clock.png
deleted file mode 100755 (executable)
index 6164e92..0000000
Binary files a/themes/dark/img/dark/clock.png and /dev/null differ
index daed6d72c257b8c795c24818252554cad57e810b..46b547956244eb3f84d64b292a33120323c179ec 100644 (file)
@@ -1,7 +1,7 @@
 .messages {
     display: block;
     clear: both;
-    width: 400px auto;
+    width: 400px;
     margin: 10px auto 10px;
     padding: 10px 0;
     -moz-border-radius: 4px;
index 3377a75be60182606881e56a8fbc8cc8d1d983c8..9dc7c0b0afd745fc8945fc16662656862971dd0d 100644 (file)
@@ -52,8 +52,4 @@ a.link span {
 
 a.bad-display span {
     background-image: url('../img/default/bad-display.png');
-}
-
-a.reading-time span {
-    background-image: url('../img/default/clock.png');
-}
+}
\ No newline at end of file
index 1367ebe833736ae15c3d17b1556a3d0ff3cdb4c8..c1b29ec36a09cc36030f820d222d3f93fef70b4c 100644 (file)
@@ -39,7 +39,7 @@
                     <li><a title="{% trans "toggle favorite" %}" class="tool {% if entry.is_fav == 0 %}fav-off{% else %}fav{% endif %}" href="./?action=toggle_fav&amp;id={{ entry.id|e }}"><span>{% trans "toggle favorite" %}</span></a></li>
                     <li><a title="{% trans "delete" %}" class="tool delete" href="./?action=delete&amp;id={{ entry.id|e }}"><span>{% trans "delete" %}</span></a></li>
                     <li><a href="{{ entry.url|e }}" target="_blank" title="{% trans "original" %} : {{ entry.title|e }}" class="tool link"><span>{{ entry.url | e | getDomain }}</span></a></li>
-                    <li><a target="_blank" title="{% trans "estimated reading time:" %} {{ entry.content| getReadingTime }} min" class="tool reading-time"><span>{{ entry.content| getReadingTime }} min</span></a></li>
+                    <li><a target="_blank" title="{% trans "estimated reading time:" %} {{ entry.content| getReadingTime }} min" class="reading-time"><span>{{ entry.content| getReadingTime }} min</span></a></li>
                 </ul>
                 <p>{{ entry.content|striptags|slice(0, 300) }}...</p>
             </div>
diff --git a/themes/default/img/default/clock.png b/themes/default/img/default/clock.png
deleted file mode 100755 (executable)
index 6164e92..0000000
Binary files a/themes/default/img/default/clock.png and /dev/null differ
index 486add187e6f06f09c3c23b972f1a99696c865fb..4dc592d21d2e5a2a62b0082091a66b30dcc2dde4 100644 (file)
@@ -65,10 +65,6 @@ a.bad-display span {
     background-image: url('../img/dmagenta/bad-display.png');
 }
 
-a.reading-time span {
-    background-image: url('../img/dmagenta/clock.png');
-}
-
 .pagination a {
     color: #aaa;
 }
diff --git a/themes/dmagenta/img/dmagenta/clock.png b/themes/dmagenta/img/dmagenta/clock.png
deleted file mode 100755 (executable)
index 6164e92..0000000
Binary files a/themes/dmagenta/img/dmagenta/clock.png and /dev/null differ
index 5c8daa7a4b29cada910e8de03da4e3728f91d45c..7ce8a5633e0ba7b1b99df1641d723e26b0247d81 100644 (file)
@@ -216,8 +216,4 @@ a.link span {
 
 a.bad-display span {
     background-image: url('../img/solarized-dark/bad-display.png');
-}
-
-a.reading-time span {
-    background-image: url('../img/solarized-dark/clock.png');
-}
+}
\ No newline at end of file
diff --git a/themes/solarized-dark/img/solarized-dark/clock.png b/themes/solarized-dark/img/solarized-dark/clock.png
deleted file mode 100644 (file)
index e6abbbb..0000000
Binary files a/themes/solarized-dark/img/solarized-dark/clock.png and /dev/null differ
index 6e7366307002bc69c7f1a64375016e1f35474d02..9286c75078569872502b3056b76a4bdaf1f95654 100644 (file)
@@ -216,8 +216,4 @@ a.link span {
 
 a.bad-display span {
     background-image: url('../img/solarized/bad-display.png');
-}
-
-a.reading-time span {
-    background-image: url('../img/solarized/clock.png');
-}
+}
\ No newline at end of file
diff --git a/themes/solarized/img/solarized/clock.png b/themes/solarized/img/solarized/clock.png
deleted file mode 100644 (file)
index f7dabfc..0000000
Binary files a/themes/solarized/img/solarized/clock.png and /dev/null differ