html - Need help on the UI of Kendo mobile using CSS -
i using kendo mobile , trying ui in footer mobile size, shown in image below. please suggest.
also, kindly suggest if there alternative media queries mobile ui.
<footer data-role="footer"> <div style="width:100%"> <table> <tr> <td> <a><img src="images/icon-add.png" style="height:40px;width:40px;display:inline;font-weight:bold;font-size:medium;text-decoration:none;color:rgb(30, 187, 234)" data-bind="click:$root.addfriendstogroup" /></a> </td> <td> <img src="images/bin.png" style="width:40px;height:40px;display:inline;" data-bind="click:$root.delete" /> </td> <td> <a data-bind="click:$root.exit" class="glyphicon glyphicon-log-out" style="height:40px;width:40px;font-weight:bold;display:inline;font-size:medium;text-decoration:none;color:red"></a> </td> </tr> </table> </div> </footer>
Comments
Post a Comment