summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-23 22:27:05 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-23 22:27:05 +0100
commitc35c49df8868bccf924f39e6eebdc57da7811f19 (patch)
treeab8c0d9625dbcf9dfe9a31994dcc6472a6088977
parentae539f68395f9a09dbc04042fa281d97578f0d1e (diff)
Style titres trop longs
+ correction bug "..." https://github.com/marienfressinaud/FreshRSS/issues/385 https://github.com/marienfressinaud/FreshRSS/pull/322
-rw-r--r--p/themes/Dark/freshrss.css8
-rw-r--r--p/themes/Flat/freshrss.css8
-rw-r--r--p/themes/Origine/freshrss.css8
3 files changed, 12 insertions, 12 deletions
diff --git a/p/themes/Dark/freshrss.css b/p/themes/Dark/freshrss.css
index a93fb44a4..8f021e04a 100644
--- a/p/themes/Dark/freshrss.css
+++ b/p/themes/Dark/freshrss.css
@@ -241,8 +241,8 @@
background: #1a1a1a;
}
- .horizontal-list > .item > a {
- display: block
+ .horizontal-list > .item:not(.title):not(.website) > a {
+ display: block;
}
.flux_header {
@@ -653,8 +653,8 @@ select.number option {
@media(min-width: 841px) {
.flux:not(.current):hover .item.title {
- border-right: 2px solid rgba(127, 127, 127, 0.1);
- padding-right: 1em;
+ max-width: calc(100% - 545px);
+ padding-right: 1.5em;
position: absolute;
}
}
diff --git a/p/themes/Flat/freshrss.css b/p/themes/Flat/freshrss.css
index fb3fde686..12a7d9bfb 100644
--- a/p/themes/Flat/freshrss.css
+++ b/p/themes/Flat/freshrss.css
@@ -236,8 +236,8 @@ body {
background: #fff;
}
- .horizontal-list > .item > a {
- display: block
+ .horizontal-list > .item:not(.title):not(.website) > a {
+ display: block;
}
.flux_header {
@@ -657,8 +657,8 @@ select.number option {
@media(min-width: 841px) {
.flux:not(.current):hover .item.title {
- border-right: 2px solid rgba(127, 127, 127, 0.1);
- padding-right: 1em;
+ max-width: calc(100% - 545px);
+ padding-right: 1.5em;
position: absolute;
}
}
diff --git a/p/themes/Origine/freshrss.css b/p/themes/Origine/freshrss.css
index 41e148996..ef86aa021 100644
--- a/p/themes/Origine/freshrss.css
+++ b/p/themes/Origine/freshrss.css
@@ -250,8 +250,8 @@
background: #fff;
}
- .horizontal-list > .item > a {
- display: block
+ .horizontal-list > .item:not(.title):not(.website) > a {
+ display: block;
}
.flux_header {
@@ -658,8 +658,8 @@ select.number option {
@media(min-width: 841px) {
.flux:not(.current):hover .item.title {
- border-right: 2px solid rgba(127, 127, 127, 0.1);
- padding-right: 1em;
+ max-width: calc(100% - 545px);
+ padding-right: 1.5em;
position: absolute;
}
}