aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-22 22:50:42 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-22 22:50:42 +0100
commit3144f3386d78c5fa373cbb7369ab8f2fbe3ad881 (patch)
tree0f4920eafe242b35de18f96ec14e199d447930f6
parent7742cefb2af62669296a1fbda32316a150b16365 (diff)
Zones de clic d'icônes plus larges
Corrige https://github.com/marienfressinaud/FreshRSS/issues/369
-rw-r--r--p/themes/Dark/freshrss.css4
-rw-r--r--p/themes/Flat/freshrss.css4
-rw-r--r--p/themes/Origine/freshrss.css4
3 files changed, 12 insertions, 0 deletions
diff --git a/p/themes/Dark/freshrss.css b/p/themes/Dark/freshrss.css
index 4516c92ff..2e9ecee21 100644
--- a/p/themes/Dark/freshrss.css
+++ b/p/themes/Dark/freshrss.css
@@ -241,6 +241,10 @@
background: #1a1a1a;
}
+ .horizontal-list > .item > a {
+ display: block
+ }
+
.flux_header {
background: inherit;
height: 25px;
diff --git a/p/themes/Flat/freshrss.css b/p/themes/Flat/freshrss.css
index a58e04459..e67d6ac36 100644
--- a/p/themes/Flat/freshrss.css
+++ b/p/themes/Flat/freshrss.css
@@ -236,6 +236,10 @@ body {
background: #fff;
}
+ .horizontal-list > .item > a {
+ display: block
+ }
+
.flux_header {
background: inherit;
height: 25px;
diff --git a/p/themes/Origine/freshrss.css b/p/themes/Origine/freshrss.css
index b94f9d583..783db4426 100644
--- a/p/themes/Origine/freshrss.css
+++ b/p/themes/Origine/freshrss.css
@@ -250,6 +250,10 @@
background: #fff;
}
+ .horizontal-list > .item > a {
+ display: block
+ }
+
.flux_header {
background: inherit;
height: 25px;