diff options
| author | 2013-06-23 12:30:09 +0200 | |
|---|---|---|
| committer | 2013-06-23 12:30:09 +0200 | |
| commit | a73c6de610c33e4431dc8bca0758319bc3e831bd (patch) | |
| tree | c27f180652a061e6340e7caee72f6c588763fd4d /public/theme/freshrss.css | |
| parent | 64c6c65c3c179d69706859e1aaa4a5647f7bb20c (diff) | |
Fix issue #92 : agrandissement des boutons close
Permet une meilleure sélection (notamment en vue mobile) mais
nécessitera peut-être encore un réajustement dans le futur
Diffstat (limited to 'public/theme/freshrss.css')
| -rw-r--r-- | public/theme/freshrss.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/public/theme/freshrss.css b/public/theme/freshrss.css index 345bd5252..613a6f037 100644 --- a/public/theme/freshrss.css +++ b/public/theme/freshrss.css @@ -332,7 +332,7 @@ overflow: auto; } #stream.global .category .feeds .item { - padding: 0 10px; + padding: 2px 10px; font-size: 90%; } @@ -563,13 +563,13 @@ position: absolute; right: 0; display: inline-block; - width: 20px; - height: 20px; + width: 26px; + height: 26px; margin: 0 10px 0 0; border: 1px solid #ccc; - border-radius: 10px; + border-radius: 20px; text-align: center; - line-height: 20px; + line-height: 26px; } .aside .categories { margin: 30px 0; |
