code styling
This commit is contained in:
parent
00d22a5535
commit
7d9a97558c
12 changed files with 488 additions and 487 deletions
|
@ -19,16 +19,16 @@
|
|||
|
||||
<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="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>
|
||||
<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">
|
||||
<ul id="tab-lst"></ul>
|
||||
<div id="tab-body-wrapper"></div>
|
||||
<ul id="tab-lst"></ul>
|
||||
<div id="tab-body-wrapper"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Reference in a new issue