From 79ac7f43f7964f1777af94325c1ea6289a3426da Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Tue, 22 Dec 2020 17:01:49 +0100 Subject: [PATCH] Style fixes (minor) event details --- pandora_console/mobile/include/style/main.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pandora_console/mobile/include/style/main.css b/pandora_console/mobile/include/style/main.css index 347dce6732..2b29f6025a 100755 --- a/pandora_console/mobile/include/style/main.css +++ b/pandora_console/mobile/include/style/main.css @@ -349,6 +349,22 @@ tr.events { font-size: 12px !important; } +table.event_details { + height: 14px; + color: #424242; +} + +table.event_details tr th { + text-align: left; +} + +table.event_details td:not(:first-child) { + display: flex; + flex-direction: row; + align-items: center; + justify-items: start; +} + table#list_events th { font-size: 12px !important; font-weight: bolder !important;