Issue #4: font-size option now available in options
added: double-clicking on a contact when on the options tab now switches to chat-panel
This commit is contained in:
parent
11d8cbd48d
commit
6a4af66362
5 changed files with 53 additions and 18 deletions
|
@ -19,10 +19,11 @@
|
|||
|
||||
<div id="main-ctn">
|
||||
<div id="config-pannel">
|
||||
<input type="text" placeholder="Login" id="login" class="opt" value=""><br>
|
||||
<input type="password" placeholder="Password (SOCKS)" id="pwd_socks" class="opt" value=""><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>
|
||||
<input type="text" placeholder="Login" id="login" class="opt" value="" /><br>
|
||||
<input type="password" placeholder="Password (SOCKS)" id="pwd_socks" class="opt" value="" /><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>
|
||||
<input type="number" placeholder="12" id="chat-size" class="opt" value="" /><label for="chat-size">Chat font-size</label><br>
|
||||
<button id="save">Save</button> <span id="status"></span>
|
||||
</div>
|
||||
<div id="chat-pannel">
|
||||
|
|
Reference in a new issue