comparison mod_http_muc_log/http_muc_log.html @ 3580:907ccda3f0d2

mod_http_muc_log: Increase clickable area on dates It was sometimes hard to hit the one or two character wide links, this should make it easier.
author Kim Alvefur <zash@zash.se>
date Sun, 05 May 2019 13:00:25 +0200
parents b5511c48c958
children 444e2306c99a
comparison
equal deleted inserted replaced
3579:b5511c48c958 3580:907ccda3f0d2
26 nav .next::after{content:" →";} 26 nav .next::after{content:" →";}
27 nav .prev::before{content:"← ";} 27 nav .prev::before{content:"← ";}
28 nav :empty::after,nav :empty::before{content:""} 28 nav :empty::after,nav :empty::before{content:""}
29 table{display:inline-block; margin:1ex 1em;vertical-align:top;} 29 table{display:inline-block; margin:1ex 1em;vertical-align:top;}
30 th{font-size:x-small} 30 th{font-size:x-small}
31 td{text-align:right;color:#bababa;padding:.5ex} 31 td{text-align:right;color:#bababa}
32 td a{padding:0} 32 td > a, td > span{padding:0.4em}
33 .content{background-color:white;padding:1em;list-style-position:inside;} 33 .content{background-color:white;padding:1em;list-style-position:inside;}
34 .time{float:right;font-size:small;opacity:0.2;} 34 .time{float:right;font-size:small;opacity:0.2;}
35 li:hover .time{opacity:1;} 35 li:hover .time{opacity:1;}
36 .description{font-size:smaller;} 36 .description{font-size:smaller;}
37 .body{white-space:pre-line;} 37 .body{white-space:pre-line;}
62 {item.months# 62 {item.months#
63 <table id="{item.month}-{item.year}"> 63 <table id="{item.month}-{item.year}">
64 <caption>{item.month}</caption> 64 <caption>{item.month}</caption>
65 <thead><tr><th>Mon</th><th>Tue</th><th>Wed</th><th>Thu</th><th>Fri</th><th>Sat</th><th>Sun</th></tr></thead> 65 <thead><tr><th>Mon</th><th>Tue</th><th>Wed</th><th>Thu</th><th>Fri</th><th>Sat</th><th>Sun</th></tr></thead>
66 <tbody>{item.weeks# 66 <tbody>{item.weeks#
67 <tr>{item.days#<td>{item.href&<a href="{item.href}{hide_presence&?p=h}">}{item.day?&nbsp;}{item.href&</a>}</td>}</tr>} 67 <tr>{item.days#<td>{item.href&<a href="{item.href}{hide_presence&?p=h}">}<span>{item.day?&nbsp;}</span>{item.href&</a>}</td>}</tr>}
68 </tbody> 68 </tbody>
69 </table> 69 </table>
70 } 70 }
71 } 71 }
72 </nav> 72 </nav>