mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
added admin interface for irc to set popular chans, auto connect chans
This commit is contained in:
parent
9bcfb4fd6d
commit
219447cc53
3 changed files with 77 additions and 21 deletions
15
irc/irc.css
Normal file
15
irc/irc.css
Normal file
|
@ -0,0 +1,15 @@
|
|||
/* irc css */
|
||||
#irc-chans, {
|
||||
float: left;
|
||||
width: 200px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#irc-checkbox {
|
||||
float: left;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#irc-submit {
|
||||
margin-top: 15px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue