diff options
| author | 2013-05-12 17:27:46 +0200 | |
|---|---|---|
| committer | 2013-05-12 17:27:46 +0200 | |
| commit | ded9fcbee65231d8d0152ed72a6c55c9dbb785e8 (patch) | |
| tree | 9b5024abb045254f7c41b46d727bff264195d512 | |
| parent | 60edaa4375e804b7f572b2b4c9f89a4cc52562c6 (diff) | |
Fix issue #76 : agrandissement de certaines zones cliquables (notamment pour faciliter la navigation sur mobile)
| -rw-r--r-- | public/theme/freshrss.css | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/public/theme/freshrss.css b/public/theme/freshrss.css index 880b45085..df0fd9dce 100644 --- a/public/theme/freshrss.css +++ b/public/theme/freshrss.css @@ -198,14 +198,14 @@ border-top: 1px solid #ddd; } .flux_header .item.manage { - width: 60px; + width: 80px; white-space: nowrap; font-size: 0px; text-align: center; } .flux_header .item.manage .read { display: inline-block; - width: 30px; + width: 40px; height: 40px; background: url("icons/read.png") center center no-repeat; background: url("icons/read.svg") center center no-repeat; @@ -220,7 +220,7 @@ } .flux_header .item.manage .bookmark { display: inline-block; - width: 30px; + width: 40px; height: 40px; background: url("icons/non-starred.png") center center no-repeat; background: url("icons/non-starred.svg") center center no-repeat; @@ -265,12 +265,12 @@ cursor: pointer; } .flux_header .item.link { - width: 35px; + width: 40px; text-align: center; } .flux_header .item.link a { display: inline-block; - width: 35px; + width: 40px; height: 40px; background: url("icons/link.png") center center no-repeat; background: url("icons/link.svg") center center no-repeat; @@ -342,19 +342,14 @@ } .pagination .item { display: table-cell; - padding: 5px 10px; border-top: 1px solid #aaa; + line-height: 40px; } .pagination .item a { + display: block; color: #333; font-style: italic; } - .pagination .pager-previous, .pagination .pager-next { - width: 200px; - } - .pagination .item.pager-current { - font-weight: bold; - } /*** NOTIFICATION ***/ .notification { |
