1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 15:06:37 +02:00

Added a large scroll box for the chanserv main page

This commit is contained in:
MatthewM
2012-12-15 01:14:52 -05:00
parent fe7fcc2dc3
commit dced01fc24
2 changed files with 7 additions and 0 deletions
@@ -1,6 +1,8 @@
{INCLUDE header.html}
<b>Channels you have access in:</b><br/>
<div class="cinfo">
{FOR CH,ECH IN CHANNEL_NAMES,ESCAPED_CHANNEL_NAMES}
<a href="/chanserv/set?channel={ECH}">{CH}</a></br>
{END FOR}
</div>
{INCLUDE footer.html}
@@ -101,6 +101,11 @@ body {
height: 125px;
}
.cinfo {
overflow-x: scroll;
height: 450px;
}
.akillR1 {
width: 80px;
text-align: left;