config pannel style improvement

This commit is contained in:
Rodolphe Breard 2013-01-21 16:49:18 +01:00
parent 84354c7e52
commit 637d524ab4
2 changed files with 34 additions and 4 deletions

View file

@ -20,10 +20,10 @@
<div id="main-ctn">
<p id="pre-conf-pannel">You haven't configured chromesoul yet, you should go to the configuration pannel.</p>
<div id="config-pannel">
Login: <input type="text" id="login" class="opt" value=""><br>
Password (socks): <input type="password" id="pwd_socks" class="opt" value=""><br>
Enable notifications: <input type="checkbox" id="enable_notif" class="opt" checked="checked"><br>
Enable messages: <input type="checkbox" id="enable_msg" class="opt" checked="checked"><br>
<input type="text" placeholder="Login" id="login" class="opt" value="test_42"><br>
<input type="password" placeholder="Password (SOCKS)" id="pwd_socks" class="opt" value="password"><br>
<input type="checkbox" id="enable_notif" class="opt" checked="checked"><label for="enable_notif">Enable notifications</label><br>
<input type="checkbox" id="enable_msg" class="opt" checked="checked"><label for="enable_msg">Enable messages</label><br>
<button id="save">Save</button> <span id="status"></span>
</div>
<div id="chat-pannel">