Tweak styles

This commit is contained in:
Herman Schaaf
2021-11-12 14:14:30 +00:00
parent 24f5b40272
commit 192ddcd676
2 changed files with 2 additions and 1 deletions

View File

@@ -94,6 +94,7 @@ time {
}
.results-details .percentage {
float: right;
font-weight: bold;
}
.results-details .wrapper {
margin-bottom: 20px;

View File

@@ -139,7 +139,7 @@
<script id="template-details" type="text/x-handlebars-template">
<div class="wrapper">
<a name="{{{name}}}"></a><h1 class="tool-title">{{{name}}}<span class="percentage {{color percentage}}">{{percentage}}%</span></h1>
<p class="tool-description">{{{description}}}</p>
<p class="notification tool-description">{{{description}}}</p>
{{#if error}}
<p class="error-msg">An error occurred while running this test ({{error}})</p>
{{else}}