diff options
| author | 2013-06-15 17:54:24 +0200 | |
|---|---|---|
| committer | 2013-06-15 17:54:24 +0200 | |
| commit | 4bda1d75aec180ee3845f74991f99a99ef2ae062 (patch) | |
| tree | ef97bb0e05dc2b93387d6e903f1ac8a512fff039 /public/theme/freshrss.css | |
| parent | 8cf9ee76504d2eabd969aff1760b4edb59dfb358 (diff) | |
Possibilité de marquer un article lu / favori même si une autre action de ce type est en attente (http) + ajustement css
Diffstat (limited to 'public/theme/freshrss.css')
| -rw-r--r-- | public/theme/freshrss.css | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/public/theme/freshrss.css b/public/theme/freshrss.css index 4919639af..636f9e09d 100644 --- a/public/theme/freshrss.css +++ b/public/theme/freshrss.css @@ -77,6 +77,7 @@ } .favicon { + height: 16px; width: 16px; } @@ -243,9 +244,12 @@ text-overflow: ellipsis; line-height: 40px; } + .flux_header .item.website .favicon { + padding: 12px; + } .flux_header .item.website a { display: block; - padding: 0 5px; + padding: 0; height: 40px; } .flux_header .item.title { @@ -473,9 +477,14 @@ display: none; } .flux_header .item.website { - width: 30px; + width: 40px; text-align: center; } + + .content { + font-size: 120%; + } + .pagination .pager-previous, .pagination .pager-next { width: 100px; } |
