diff options
author | Yorhel <git@yorhel.nl> | 2019-11-15 10:29:06 +0100 |
---|---|---|
committer | Yorhel <git@yorhel.nl> | 2019-11-15 10:30:17 +0100 |
commit | 73f04d94a62d7fc37b524011fda5d65ea466cdc9 (patch) | |
tree | ddcad92e3f24293384a9959155de1d9793fd00d4 /data | |
parent | 389fe32c24adce3277548892b5d636c40ac35bc4 (diff) |
v2rw: Convert discussion board search
With minor styling improvements and full pagination for thread title
search.
I did combine a few queries which I initially separated for performance
reasons. A few quick benchmarks show that it's fast enough, but I'll
have to see how it performs in production.
Diffstat (limited to 'data')
-rw-r--r-- | data/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/style.css b/data/style.css index a0d744e2..a4526426 100644 --- a/data/style.css +++ b/data/style.css @@ -366,9 +366,9 @@ div.mainbox.discussions td.tc4 { text-align: right; } div.mainbox.discussions a.locked { text-decoration: line-through; } div.mainbox.discussions b.boards { padding-left: 10px; font-weight: normal; } div.mainbox.discussions b.boards a { color: $grayedout$; } -div.discussions td.tc2 { width: 60px; } +div.discussions td.tc2 { width: 60px; text-align: right } div.discussions td.tc3 { width: 110px; } -div.discussions td.tc4 { width: 230px; } +div.discussions td.tc4 { width: 250px; } div.discussions .pollflag { color: $grayedout$; padding-right: 6px; } div.postsearch td.tc1_1 { width: 60px; padding-left: 0; padding-right: 0; text-align: right } div.postsearch td.tc1_2 { width: 25px; padding-left: 0 } |