[Customer] Changed css for Tablet mode (2)
This commit is contained in:
parent
64b8f556c0
commit
146608a350
|
|
@ -341,7 +341,7 @@ $(document).ready(function(){
|
||||||
<td class="td-title">
|
<td class="td-title">
|
||||||
<div class="search-container">
|
<div class="search-container">
|
||||||
<input class="" type="text" placeholder="Search.." name="key_word" value='<?=htmlspecialchars($key_word, ENT_QUOTES)?>'>
|
<input class="" type="text" placeholder="Search.." name="key_word" value='<?=htmlspecialchars($key_word, ENT_QUOTES)?>'>
|
||||||
<button type="submit"><i class="bi-search"></i></button>
|
<button type="submit" style="padding:0px"><i class="bi-search"></i></button>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue