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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user