ejabberd - Comments for "CSS for Registration Page" https://www.ejabberd.im/node/15382 en The CSS web file is provided https://www.ejabberd.im/node/15382#comment-61971 <p>The CSS web file is provided directly by mod_register_web erlang code. So, to modify the content of the CSS web file:<br /> 1. Edit mod_register_web.erl<br /> 2. Modify the lines that say:</p> <pre> css() -&gt; "html,body { background: white; margin: 0; padding: 0; height: 100%; }". </pre><p>3. Compile that file with an Erlang version similar to the one you are using to run ejabberd:<br /> erlc mod_register_web.erl<br /> 4. Copy the binary file mod_register_web.beam to overwrite the old one (keep a backup in case it has some bug).<br /> 5. Restart ejabberd.</p> Mon, 25 Nov 2013 10:46:34 +0000 mfoss comment 61971 at https://www.ejabberd.im