ui: Layout fix. Small padding additions to tables (#4701)

1. The 'Services' header need to be knocked ot the right slightly to line
up properly with the service name when there are no external source
icons.
2. Add a single space between ServiceName and ServiceID on the Node >
[Services] tab table.
This commit is contained in:
John Cowen 2018-09-21 11:14:38 +01:00 committed by GitHub
parent ece09e300d
commit 96508e556b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -11,3 +11,7 @@ html.template-service.template-list td.tags span,
html.template-service.template-show main dd span { html.template-service.template-show main dd span {
@extend %pill; @extend %pill;
} }
html.template-node.template-show #services th:first-child,
html.template-service.template-list main th:first-child {
text-indent: 28px;
}