align the icons

This commit is contained in:
Jakob Ketterl 2020-03-08 22:33:41 +01:00
parent 6ab77f958c
commit a2dc2b3085
1 changed files with 3 additions and 4 deletions

View File

@ -123,16 +123,15 @@
#openwebrx-main-buttons ul #openwebrx-main-buttons ul
{ {
display: table;
margin:0; margin:0;
padding: 0;
} }
#openwebrx-main-buttons ul li #openwebrx-main-buttons ul li
{ {
display: table-cell; display: inline-block;
padding-left: 5px; width: 55px;
padding-right: 5px;
cursor:pointer; cursor:pointer;
} }