mirror of
https://github.com/YunoHost/tartiflette.git
synced 2024-09-03 20:06:08 +02:00
Misc display tweaks
This commit is contained in:
parent
590d6b9524
commit
c1cef41ea1
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ a { color:#007bff; }
|
|||
|
||||
.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 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
|
||||
{
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
{% 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">
|
||||
<a href="{{ url_for('main.appci_app', app=result.app.name) }}">
|
||||
<span class="font-weight-bold" title="More tests / info for this app">
|
||||
|
|
Loading…
Reference in a new issue