diff --git a/assets/css/app.css b/assets/css/app.css index 262dfd4..d8a9a5a 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -429,15 +429,12 @@ nav .active a { text-decoration: underline; } +.item-menu, .items p { color: #aaa; font-size: 70%; } -.items p a { - color: #aaa; -} - .items .preview { line-height: 1.5em; font-size: 100%; @@ -539,13 +536,35 @@ nav .active a { display: block; } -.infos { - padding-bottom: 20px; - color: #ccc; +ul.item-menu, +ul.item-infos { + margin: 0; + padding: 0; + color: #aaa; } -.item .infos a { - color: #ccc; +.item-menu li, +ul.item-infos li { + margin: 0; + padding-left: 7px; + padding-right: 5px; + display: inline; + border-right: 1px solid #ccc; +} + +.item-menu li:first-child, +ul.item-infos li:first-child { + padding-left: 0; +} + +.item-menu li:last-child, +ul.item-infos li:last-child { + border: none; +} + +.item-menu a, +ul.item-infos a { + color: #aaa; } span.downloading img { @@ -565,7 +584,7 @@ span.downloading img { text-align: center; } -.item .infos a.bookmark-icon { +a.bookmark-icon { color: #333; text-decoration: none; } @@ -605,6 +624,7 @@ iframe { /* mobile design */ @media only screen and (max-width: 480px) { + ul li.hide-mobile, .hide-mobile { display: none; } @@ -640,9 +660,8 @@ iframe { font-size: 0.75em; } - .item .infos { + .item-infos { font-size: 0.9em; - padding: 0; } .item nav a { @@ -654,6 +673,13 @@ iframe { color: #555; } + .item-menu li, + ul.item-infos li { + padding-left: 0; + padding-right: 5px; + border: none; + } + section li { font-size: 0.85em; } diff --git a/templates/bookmark_links.php b/templates/bookmark_links.php index 6fbe3e1..16bbd2c 100644 --- a/templates/bookmark_links.php +++ b/templates/bookmark_links.php @@ -1,3 +1,4 @@ +
\ No newline at end of file diff --git a/templates/feeds.php b/templates/feeds.php index c16eb8b..c393eec 100644 --- a/templates/feeds.php +++ b/templates/feeds.php @@ -49,26 +49,32 @@ -- = Helper\get_host_from_url($feed['site_url']) ?> | - - - - - - - - - - - - = t('refresh') ?> | - - - - - -
+ diff --git a/templates/item.php b/templates/item.php index 603706d..c9beb4a 100644 --- a/templates/item.php +++ b/templates/item.php @@ -8,7 +8,7 @@ >- - = Helper\get_host_from_url($item['url']) ?> | - - = Helper\escape($item['feed_title']) ?> | - - - - +
\ No newline at end of file diff --git a/templates/layout.php b/templates/layout.php index 017947d..e5f512e 100644 --- a/templates/layout.php +++ b/templates/layout.php @@ -37,7 +37,7 @@ = t('logout') ?>+