aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/html/generated.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/html/generated.go')
-rw-r--r--pkg/html/generated.go24
1 files changed, 24 insertions, 0 deletions
diff --git a/pkg/html/generated.go b/pkg/html/generated.go
index 67259865b..9ded079bb 100644
--- a/pkg/html/generated.go
+++ b/pkg/html/generated.go
@@ -18,6 +18,24 @@ h1, h2, h3, h4 {
font-weight: bold;
}
+.navigation_tab {
+ border: 1px solid black;
+ padding: 4px;
+ margin: 4px;
+}
+
+.navigation_tab_selected {
+ font-weight: bold;
+ border: 2px solid black;
+ padding: 4px;
+ margin: 4px;
+}
+
+.position_table .navigation {
+ padding-top: 15px;
+ padding-bottom: 6px;
+}
+
table {
border: 1px solid #ccc;
margin: 20px 5px;
@@ -56,6 +74,12 @@ table td, table th {
padding: 0px;
}
+.position_table .namespace_td {
+ width: 100%;
+ padding-top: 10px;
+ padding-left: 20px;
+}
+
.position_table .search {
text-align: right;
}