Emoji picker and theme updates
This commit is contained in:
@ -57,6 +57,10 @@
|
||||
margin-top:4px;
|
||||
display:block;
|
||||
}
|
||||
|
||||
#emojisearch {
|
||||
border:0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
@ -190,6 +194,8 @@ if ($logedin) {
|
||||
</div>
|
||||
<textarea name='status' id="status" style='width:98.85%; height:100px; border:none;'></textarea>
|
||||
</div>
|
||||
<div style='display:none; clear:both; width:100%; text-align:left;' class='picker'><input type='text' id='emojisearch' placeholder="Type to Search"><span class='close' style='cursor:pointer;'> X </span><div class='emojilist' style='max-height:100px; overflow:auto;'></div></div>
|
||||
<div class="buttons">
|
||||
<span style='float:left;'>
|
||||
<input type='submit' value='Send' id='send' onClick='return false'>
|
||||
<div class='formbtn fontello' style='position:relative;'>
|
||||
@ -200,11 +206,14 @@ if ($logedin) {
|
||||
<input type='checkbox' name='sensitive' id='sensitive' style='display:none;'>
|
||||
<label for='sensitive' class='fontello'></label>
|
||||
</div>
|
||||
<div class='formbtn fontello' id="emoji" style='position:relative; cursor:pointer;'>
|
||||
😜
|
||||
</div>
|
||||
</span>
|
||||
<span style='float:left;' class='status'>
|
||||
|
||||
</span>
|
||||
<span style='float:right;'>
|
||||
<span style='float:right;' class="scope">
|
||||
<select name='scope' id='scope'>
|
||||
<option value="1"> Public</option>
|
||||
<option value="2"> Unlisted</option>
|
||||
@ -212,6 +221,7 @@ if ($logedin) {
|
||||
<option value="4"> Direct</option>
|
||||
</select>
|
||||
</span>
|
||||
</div>
|
||||
</form>
|
||||
<div style="clear: both;"></div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user