XMPP: User configurations

This commit is contained in:
Michael Vogel 2015-11-11 22:27:11 +01:00
parent 3a7fdd6f6a
commit 27a6e5829d
2 changed files with 101 additions and 76 deletions

10
xmpp/xmpp.css Normal file
View file

@ -0,0 +1,10 @@
#xmpp-enabled-label, #xmpp-individual-label, #xmpp-bosh-proxy-label
{
float: left;
width: 200px;
}
#xmpp-enabled, #xmpp-individual, #xmpp-bosh-proxy {
float: left;
}