dashboard: improve general design (mostly events related)

This commit is contained in:
nemunaire 2018-12-09 18:35:28 +01:00
commit aa3750bb68
11 changed files with 70 additions and 44 deletions

View file

@ -17,7 +17,7 @@
<div class="card-columns">
<div class="card niceborder excard" ng-repeat="(k,theme) in themes" ng-click="goTheme()">
<div class="card-img-top theme-card" ng-show="theme.image" style="background-image: url({{ theme.image }})"></div>
<div class="card-body">
<div class="card-body text-indent">
<h5 class="card-title clearfix">
<a ng-href="/{{ theme.urlid }}">{{ theme.name }}</a>
<a ng-href="/tags/{{tag}}" class="badge badge-pill badge-secondary ml-1 float-right">#tag</a>