Explorar el Código

CSS : style pour les titres trop longs

En réponse à https://github.com/marienfressinaud/FreshRSS/pull/322
Alexandre Alapetite hace 12 años
padre
commit
8f002eb042
Se han modificado 2 ficheros con 15 adiciones y 0 borrados
  1. 6 0
      public/themes/default/freshrss.css
  2. 9 0
      public/themes/flat-design/freshrss.css

+ 6 - 0
public/themes/default/freshrss.css

@@ -286,6 +286,12 @@
 			overflow: hidden;
 			overflow: hidden;
 			white-space: nowrap;
 			white-space: nowrap;
 			text-overflow: ellipsis;
 			text-overflow: ellipsis;
+		}
+		.flux .item.title:hover {
+			background: #FFF;
+			overflow: visible;
+			padding-right: 1.5em;
+			position: absolute;
 		}
 		}
 			.flux .item.title a {
 			.flux .item.title a {
 				color: #000;
 				color: #000;

+ 9 - 0
public/themes/flat-design/freshrss.css

@@ -220,6 +220,9 @@ body {
 .flux {
 .flux {
 	border-left: 3px solid #ecf0f1;
 	border-left: 3px solid #ecf0f1;
 }
 }
+	.flux:hover {
+		background: #fff;
+	}
 	.flux.not_read {
 	.flux.not_read {
 		border-left-color: #FF5300;
 		border-left-color: #FF5300;
 		background: #FFF3ED;
 		background: #FFF3ED;
@@ -265,6 +268,12 @@ body {
 			overflow: hidden;
 			overflow: hidden;
 			white-space: nowrap;
 			white-space: nowrap;
 			text-overflow: ellipsis;
 			text-overflow: ellipsis;
+		}
+		.flux .item.title:hover {
+			background: #FFF;
+			overflow: visible;
+			padding-right: 1.5em;
+			position: absolute;
 		}
 		}
 			.flux .item.title a {
 			.flux .item.title a {
 				color: #333;
 				color: #333;