From 2686457448372543fdf4f1fc54c4fd20f0f02c2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 7 Aug 2015 22:20:30 +0200 Subject: store estimated reading time / filters on reading time --- .../Resources/views/themes/_global/public/css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/_global/public/css') diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/_global/public/css/style.css b/src/Wallabag/CoreBundle/Resources/views/themes/_global/public/css/style.css index e3069b86..ffd9d022 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/_global/public/css/style.css +++ b/src/Wallabag/CoreBundle/Resources/views/themes/_global/public/css/style.css @@ -121,7 +121,7 @@ a:visited { font-size: 1.3em; } -#main #content .entrie { +#main #content .entry { margin-top: 15px; padding-bottom: 15px; border-bottom: 1px dashed #222; @@ -129,19 +129,19 @@ a:visited { } /* First entry */ -#main #content .results + .entrie { +#main #content .results + .entry { clear: both; margin-top: 0; } -#main .entrie .tools { +#main .entry .tools { float: right; text-align: right; list-style-type: none; opacity: 0.5; } -#main .entrie .tools .tool span { +#main .entry .tools .tool span { display: inline-block; width: 16px; height: 16px; -- cgit v1.2.3