# HG changeset patch # User Kim Alvefur # Date 1557054025 -7200 # Node ID 907ccda3f0d2bc9e215df9a0500ef39ef6621472 # Parent b5511c48c958d1ecd4e5f8aa2b1ebf0d3a1b0f44 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. diff -r b5511c48c958 -r 907ccda3f0d2 mod_http_muc_log/http_muc_log.html --- a/mod_http_muc_log/http_muc_log.html Sun May 05 12:59:06 2019 +0200 +++ b/mod_http_muc_log/http_muc_log.html Sun May 05 13:00:25 2019 +0200 @@ -28,8 +28,8 @@ nav :empty::after,nav :empty::before{content:""} table{display:inline-block; margin:1ex 1em;vertical-align:top;} th{font-size:x-small} -td{text-align:right;color:#bababa;padding:.5ex} -td a{padding:0} +td{text-align:right;color:#bababa} +td > a, td > span{padding:0.4em} .content{background-color:white;padding:1em;list-style-position:inside;} .time{float:right;font-size:small;opacity:0.2;} li:hover .time{opacity:1;} @@ -64,7 +64,7 @@ {item.month} MonTueWedThuFriSatSun {item.weeks# -{item.days#{item.href&}{item.day? }{item.href&}}} +{item.days#{item.href&}{item.day? }{item.href&}}} }