From a2dc2b3085f25f3f7154d82ce52737b3c2dfefac Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sun, 8 Mar 2020 22:33:41 +0100 Subject: [PATCH] align the icons --- htdocs/css/openwebrx-header.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/htdocs/css/openwebrx-header.css b/htdocs/css/openwebrx-header.css index 34802f6..30b931a 100644 --- a/htdocs/css/openwebrx-header.css +++ b/htdocs/css/openwebrx-header.css @@ -123,16 +123,15 @@ #openwebrx-main-buttons ul { - display: table; margin:0; + padding: 0; } #openwebrx-main-buttons ul li { - display: table-cell; - padding-left: 5px; - padding-right: 5px; + display: inline-block; + width: 55px; cursor:pointer; }