summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-11-10 12:32:49 +0100
committerYorhel <git@yorhel.nl>2019-11-10 12:32:51 +0100
commit238ec261f3911bba0c3d10bc800b6b172d8b3892 (patch)
tree19441afe7b5fffef1fe8a4405259b5484895bdf8 /data
parent5c169380bd3aef865eb20391db02aabef3f29c3b (diff)
CSS: Fix table overflow of history browser
Solution suggested by Wolf480pl - http://s.blicky.net/19/table.html
Diffstat (limited to 'data')
-rw-r--r--data/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/style.css b/data/style.css
index a6af6dde..040bc968 100644
--- a/data/style.css
+++ b/data/style.css
@@ -218,6 +218,7 @@ div.mainbox, table.mainbox td {
padding: 5px;
background: $boxbg$;
}
+div.mainbox-overflow-hack { overflow: hidden }
.mainbox h1 { color: $boxtitle$; font-size: 24px; margin: -5px 0 15px 0; }
.mainbox h2.alttitle { color: $alttitle$; margin: -17px 0 15px 15px; font-weight: normal; }
.mainbox p { margin: 3px 20px; }
@@ -321,7 +322,7 @@ div.history td { white-space: nowrap; padding-left: 15px }
div.history td.tc1_1 { width: 70px; padding-right: 0; text-align: right }
div.history td.tc1_2 { width: 30px; padding-left: 0 }
div.history td.tc2 { width: 140px }
-div.history td.tc4 { overflow: hidden; width: 100% }
+div.history td.tc4 { width: 100% }
div.history td.tc4 b { margin-left: 10px }