Skip to content

Commit

Permalink
...with better styling
Browse files Browse the repository at this point in the history
  • Loading branch information
stijn-uva committed Aug 29, 2023
1 parent d81b392 commit 67216cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions webtool/static/css/control-panel.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ ol#tag-order li:nth-child(2n) {
min-width: 17.5em;
background: var(--gray);
margin-bottom: 2em;
max-width: 45%;
}

article .stats-container h3:not(.blocktitle) {
Expand Down
2 changes: 1 addition & 1 deletion webtool/templates/controlpanel/frontpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h3>Configuration</h3>
<div><dt>Up to date?</dt>
<dd>{% if upgrade_available %}<a href="{{ url_for("trigger_restart") }}">Upgrade now</a>{% else %}<i class="fa fa-check" aria-hidden="true"></i><span class="sr-only">Yes</span>{% endif %}</dd></div>
<div class="tag-list"><dt>Active tags</dt>
<dd>{% if tags %}{% for tag in tags %}<span class="property-badge">{{ tag }}</span>{% endfor %}{% else%}None{% endif %}</dd></div>
<dd>{% if tags %}{% for tag in tags %}<span class="property-badge">{{ tag }}</span> {% endfor %}{% else%}None{% endif %}</dd></div>
</dl>
</div>
</ul>
Expand Down

0 comments on commit 67216cc

Please sign in to comment.