changeset 256:e9b33033d95f

table.dumpblogs td {white-space: nowrap;}
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 18 Jul 2016 19:52:13 +0859
parents 3ae8b70b8395
children 5d0dbbf9310c
files examples/common/default/default.css
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/examples/common/default/default.css	Mon Jul 18 09:26:12 2016 +0859
+++ b/examples/common/default/default.css	Mon Jul 18 19:52:13 2016 +0859
@@ -108,13 +108,14 @@
 div.dumptable {max-height: 15em; overflow: auto;}
 table.td4fw td:nth-child(4) {max-width: 8em; white-space: nowrap; overflow: hidden;}
 table.td67fw {max-width: 9%;}
+table.dumpblogs td {white-space: nowrap;}
 table.dumpblogs td:nth-child(4) {
-    max-width: 7.6em; white-space: nowrap; overflow: hidden;}
+    max-width: 7.6em; overflow: hidden;}
 table.dumpblogs td:nth-child(5),
 table.dumpblogs td:nth-child(6) {
-    max-width: 12em; white-space: nowrap; overflow: hidden;}
+    max-width: 12em; overflow: hidden;}
 table.dumpblogs td:nth-child(7) {
-    min-width: 5em; white-space: nowrap; overflow: hidden;}
+    min-width: 5em; overflow: hidden;}
 
 /********************* icon list *********************/
 div.iconlist {

yatex.org