diff --git a/assets/css/app.css b/assets/css/app.css index dba6490..7bb4a84 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -369,6 +369,7 @@ article .read-icon, article .bookmark-icon { cursor: pointer; color: #aaa; + font-weight: 200; } article[data-item-bookmark="0"] .bookmark-icon:before { @@ -955,4 +956,23 @@ html[dir="rtl"] span.items-count:before { section li { font-size: 0.85em; } + + .item-icons { + display: block; + float: right; + } + + .item-title { + display: block; + } + + .item-icons .read-icon, + .item-icons .bookmark-icon { + font-size: 1.7em; + margin-left: 15px; + } + + .item-infos .bookmark-icon { + font-size: 2.0em; + } } diff --git a/templates/item.php b/templates/item.php index c336b13..62f7555 100644 --- a/templates/item.php +++ b/templates/item.php @@ -7,8 +7,11 @@ >

> - $item, 'menu' => $menu, 'offset' => $offset, 'source' => '')) ?> - $item, 'redirect' => $menu, 'offset' => $offset)) ?> + + $item, 'menu' => $menu, 'offset' => $offset, 'source' => '')) ?> + $item, 'redirect' => $menu, 'offset' => $offset)) ?> + + +