Padding fix. Updates #130

This commit is contained in:
JC Brand 2014-04-24 07:08:21 +02:00
parent a68738b2fd
commit b384be28a0
2 changed files with 5 additions and 1 deletions

View File

@ -411,6 +411,10 @@ you can use the generic selector below, but it's slower:
display: block;
}
#conversejs form {
padding: 0;
}
#conversejs,
#conversejs input {
color: rgb(79, 79, 79);

View File

@ -193,7 +193,7 @@
allow_otr: true,
auto_list_rooms: false,
auto_subscribe: false,
bosh_service_url: 'https://bind.conversejs.org', // Please use this connection manager only for testing purposes
bosh_service_url: 'http://devbox:5280/http-bind', // Please use this connection manager only for testing purposes
debug: true ,
hide_muc_server: false,
i18n: locales['en'], // Refer to ./locale/locales.js to see which locales are supported