commit | de8a32f0a6fe5cca667c30b25fb7c60b632a5c34 | [log] [tgz] |
---|---|---|
author | Paladox <thomasmulhall410@yahoo.com> | Fri Feb 01 21:31:13 2019 +0000 |
committer | Paladox <thomasmulhall410@yahoo.com> | Fri Feb 01 21:31:13 2019 +0000 |
tree | 677f79e4d971dd3d3f8fc02432244b0dafe336c9 | |
parent | 55d18b98addec55fa0257ca193da160297a19679 [diff] |
Slightly re position the table header Change-Id: I45a1874c8f66ad8a83b73209d9677e6de2a9c0c2
diff --git a/src/main/resources/static/zuul-status-view.html b/src/main/resources/static/zuul-status-view.html index 82d8d8d..f6f972b 100644 --- a/src/main/resources/static/zuul-status-view.html +++ b/src/main/resources/static/zuul-status-view.html
@@ -83,6 +83,12 @@ .genericList td { flex-shrink: 0; } + .genericList .topHeader { + color: var(--primary-text-color); + font-weight: var(--font-weight-bold); + text-align: left; + vertical-align: middle + } .genericList a { color: var(--primary-text-color); text-decoration: none;