From fa79524ed46f309283a6e0e506a0c1ae88a83249 Mon Sep 17 00:00:00 2001 From: Athou Date: Mon, 10 Mar 2014 14:20:01 +0100 Subject: [PATCH] fix checkbox position --- src/main/webapp/sass/components/_entry-list.scss | 5 +++++ src/main/webapp/templates/feeds.view.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/sass/components/_entry-list.scss b/src/main/webapp/sass/components/_entry-list.scss index 741423f3..34f45c77 100644 --- a/src/main/webapp/sass/components/_entry-list.scss +++ b/src/main/webapp/sass/components/_entry-list.scss @@ -169,6 +169,11 @@ margin-left: 5px; } +#feed-accordion .entry-buttons .keep-unread label { + display: inline; + font-weight: inherit; +} + #feed-accordion .share-buttons a { color: #333333; padding-left: 5px; diff --git a/src/main/webapp/templates/feeds.view.html b/src/main/webapp/templates/feeds.view.html index 65602dca..09b470d4 100644 --- a/src/main/webapp/templates/feeds.view.html +++ b/src/main/webapp/templates/feeds.view.html @@ -74,7 +74,7 @@
-
+