changeset 3691:be430d077d1c

mod_http_muc_log: Make link to join room more button-looking
author Kim Alvefur <zash@zash.se>
date Mon, 30 Sep 2019 00:47:15 +0200
parents 8c0a6d4541d5
children 96c6d9b0969f
files mod_http_muc_log/http_muc_log.html
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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>