From d8daec9bf46bd8bd47e92e34f3b713b4f2961c62 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Tue, 21 Feb 2023 15:14:04 +0100 Subject: dashboard: add a feedback button --- pkg/html/pages/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pkg/html') diff --git a/pkg/html/pages/style.css b/pkg/html/pages/style.css index ebeb7d012..b82efd5b1 100644 --- a/pkg/html/pages/style.css +++ b/pkg/html/pages/style.css @@ -33,6 +33,11 @@ h1, h2, h3, h4 { padding-bottom: 6px; } +.position_table .navigation-right { + padding-top: 15px; + text-align: right; +} + table { border: 1px solid #ccc; margin: 20px 5px; -- cgit mrf-deployment