summaryrefslogtreecommitdiff
path: root/p/themes
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-12 20:26:26 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-12 20:26:26 +0100
commit4de5e6c2756f2a300014b80108cf2bf5e91f69a3 (patch)
tree975c72b76e866796acc4f296eb9077a21630b13a /p/themes
parent3cff96fae3bba77ac630e3ea7076558b10e9ed8b (diff)
Corrige problème CSS partage/tags + problème raffraîchissement automatique des articles non-lus
+ Léger nettoyage JavaScript
Diffstat (limited to 'p/themes')
-rw-r--r--p/themes/default/freshrss.css4
-rw-r--r--p/themes/default_dark/freshrss.css4
-rw-r--r--p/themes/flat-design/freshrss.css4
3 files changed, 9 insertions, 3 deletions
diff --git a/p/themes/default/freshrss.css b/p/themes/default/freshrss.css
index 733807938..593f21d30 100644
--- a/p/themes/default/freshrss.css
+++ b/p/themes/default/freshrss.css
@@ -259,9 +259,11 @@
}
.flux .item {
line-height: 40px;
+ white-space: nowrap;
+ }
+ .flux_header > .item {
overflow: hidden;
text-overflow: ellipsis;
- white-space: nowrap;
}
.flux .item.manage {
width: 40px;
diff --git a/p/themes/default_dark/freshrss.css b/p/themes/default_dark/freshrss.css
index 884e2884d..e9eb2c705 100644
--- a/p/themes/default_dark/freshrss.css
+++ b/p/themes/default_dark/freshrss.css
@@ -250,9 +250,11 @@
}
.flux .item {
line-height: 40px;
+ white-space: nowrap;
+ }
+ .flux_header > .item {
overflow: hidden;
text-overflow: ellipsis;
- white-space: nowrap;
}
.flux .item.manage {
width: 40px;
diff --git a/p/themes/flat-design/freshrss.css b/p/themes/flat-design/freshrss.css
index df1dfdde3..dca1b3f28 100644
--- a/p/themes/flat-design/freshrss.css
+++ b/p/themes/flat-design/freshrss.css
@@ -245,9 +245,11 @@ body {
}
.flux .item {
line-height: 40px;
+ white-space: nowrap;
+ }
+ .flux_header > .item {
overflow: hidden;
text-overflow: ellipsis;
- white-space: nowrap;
}
.flux .item.manage {
width: 40px;