CSS : style pour les titres trop longs (correction)

Correction de
8f002eb042
En réponse à https://github.com/marienfressinaud/FreshRSS/pull/322
pull/326/head
Alexandre Alapetite 11 years ago
parent 8f002eb042
commit 5c779a09eb
  1. 5
      public/themes/default/freshrss.css
  2. 5
      public/themes/flat-design/freshrss.css

@ -251,6 +251,7 @@
}
.flux_header {
background: inherit;
height: 25px;
font-size: 12px;
border-top: 1px solid #ddd;
@ -283,15 +284,15 @@
height: 40px;
}
.flux .item.title {
background: inherit;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.flux .item.title:hover {
background: #FFF;
overflow: visible;
padding-right: 1.5em;
position: absolute;
padding-right: 1.5em;
}
.flux .item.title a {
color: #000;

@ -237,6 +237,7 @@ body {
}
.flux_header {
background: inherit;
height: 25px;
font-size: 12px;
border-top: 1px solid #ecf0f1;
@ -265,15 +266,15 @@ body {
padding: 5px;
}
.flux .item.title {
background: inherit;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.flux .item.title:hover {
background: #FFF;
overflow: visible;
padding-right: 1.5em;
position: absolute;
padding-right: 1.5em;
}
.flux .item.title a {
color: #333;

Loading…
Cancel
Save