Misc display tweaks

This commit is contained in:
root 2020-11-07 18:00:45 +00:00
parent 590d6b9524
commit c1cef41ea1
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ a { color:#007bff; }
.ci-app-table > thead, .ci-app-table > tbody { display: block; width: 100%;} .ci-app-table > thead, .ci-app-table > tbody { display: block; width: 100%;}
.ci-app-table { margin: 0 auto; margin-top: 100px; max-width: 1200px; overflow-x: visible; } .ci-app-table { margin: 0 auto; margin-top: 100px; max-width: 1200px; overflow-x: visible; }
.ci-app-table th, .ci-app-table td { display: block; border: none; padding; 0px;float: left; height:33px; width: 33px; margin: 5px; } .ci-app-table th, .ci-app-table td { display: block; border: none; padding; 0px;float: left; height:33px; width: 33px; margin: 5px; margin-top: -5px; }
th.ci-app-test-title th.ci-app-test-title
{ {

View file

@ -59,7 +59,7 @@
</thead> </thead>
<tbody> <tbody>
{% for result in app_results %} {% for result in app_results %}
<tr app="{{ result.app.name }}" class="resultline" level="{{ result.level if result.level >= 0 else "?" }}" {% if result.outdated %}style="opacity: 0.5"{% endif %} > <tr app="{{ result.app.name }}" class="resultline" level="{{ result.level if result.level >= 0 else "?" }}" {% if result.outdated %}style="opacity: 0.8; background-color: #ddd;"{% endif %} >
<td class="ci-app-row-title"> <td class="ci-app-row-title">
<a href="{{ url_for('main.appci_app', app=result.app.name) }}"> <a href="{{ url_for('main.appci_app', app=result.app.name) }}">
<span class="font-weight-bold" title="More tests / info for this app"> <span class="font-weight-bold" title="More tests / info for this app">