# HG changeset patch # User Kim Alvefur <zash@zash.se> # Date 1569797235 -7200 # Node ID be430d077d1c198362d5151516154277669728b2 # Parent 8c0a6d4541d5ec6ca2c002d9cdbc479ee88007c5 mod_http_muc_log: Make link to join room more button-looking diff -r 8c0a6d4541d5 -r be430d077d1c mod_http_muc_log/http_muc_log.html --- a/mod_http_muc_log/http_muc_log.html Mon Sep 30 00:27:25 2019 +0200 +++ b/mod_http_muc_log/http_muc_log.html Mon Sep 30 00:47:15 2019 +0200 @@ -38,6 +38,8 @@ .body::before,.body::after{content:"";} .presence .verb{font-style:normal;color:#30c030;} .unavailable .verb{color:#c03030;} +.button{display:inline-block} +.button>a{color:white;background-color:orange;border-radius:4px} form{text-align:right} </style> </head> @@ -46,7 +48,7 @@ <h1 title="xmpp:{jid?}">{title}</h1> <nav> <ul> -<li><a href="xmpp:{jid?}?join">Join using a client</a></li>{links# +<li class="button"><a href="xmpp:{jid?}?join">Join using a client</a></li>{links# <li><a class="{item.rel?}" href="{item.href}{hide_presence&?p=h}" rel="{item.rel?}">{item.text}</a></li>} </ul> </nav>