020620 general layout and css improvements.
This commit is contained in:
@ -213,8 +213,8 @@ endif; ?>
|
||||
</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 style='display:none; clear:both; width:100%; text-align:left;' class='contactpicker'><input type='text' id='contactsearch' placeholder="Type to Search"><span class='close' style='cursor:pointer;'> X </span><div class='contactlist' style='max-height:100px; overflow:auto; scroll-behavior: smooth;'></div></div>
|
||||
<div style='display:none; clear:both; width:100%; text-align:left;' class='picker'><input type='text' id='emojisearch' placeholder="Type to Search"><div class='emojilist' style='max-height:100px; overflow:auto;'></div></div>
|
||||
<div style='display:none; clear:both; width:100%; text-align:left;' class='contactpicker'><input type='text' id='contactsearch' placeholder="Type to Search"><div class='contactlist' style='max-height:100px; overflow:auto; scroll-behavior: smooth;'></div></div>
|
||||
<div class="buttons">
|
||||
<span style='float:left;'>
|
||||
<div style='position:relative;border: 0px; float:left;'>
|
||||
|
@ -11,10 +11,6 @@ if ($logedin || $tl['mode'] == 'user') {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class='side_element' style='margin-top:20px; margin-left:0px; width:100%; padding-top:10px; padding-bottom:10px; '>
|
||||
<form method='get'><input type='text' name='search' style='width:80%' placeholder='Type your search here'><input type='submit' value='' class='fontello'></form>
|
||||
</div>
|
||||
|
||||
<div class='side_element' style='margin-top:20px; margin-left:0px; width:100%;'>
|
||||
<ul>
|
||||
<a href='?mode=federated' class='ldr'><li> Federated</li></a>
|
||||
|
Reference in New Issue
Block a user