aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2023-02-21 15:14:04 +0100
committerAleksandr Nogikh <wp32pw@gmail.com>2023-02-21 15:31:40 +0100
commitd8daec9bf46bd8bd47e92e34f3b713b4f2961c62 (patch)
treeea285e0da5d2444680e98f904654c161c8afc9dd /pkg
parent5158b551568f4bc0dfa44c911f0557e887f426df (diff)
dashboard: add a feedback button
Diffstat (limited to 'pkg')
-rw-r--r--pkg/html/pages/style.css5
1 files changed, 5 insertions, 0 deletions
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;