Better alignment of detail page attributes
This commit is contained in:
parent
ebd0713eae
commit
8e75c00a8e
3 changed files with 64 additions and 53 deletions
|
@ -16,3 +16,7 @@
|
||||||
.detail-image a {
|
.detail-image a {
|
||||||
display: block;
|
display: block;
|
||||||
text-align: center; }
|
text-align: center; }
|
||||||
|
|
||||||
|
#detail-attributes {
|
||||||
|
max-width: 1024px;
|
||||||
|
margin: auto; }
|
||||||
|
|
|
@ -21,3 +21,8 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#detail-attributes {
|
||||||
|
max-width: 1024px;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
|
|
@ -43,6 +43,8 @@
|
||||||
<img class="card-img-top" src="/images/normal/{{ image.hash }}" alt="{{ image.title }}"/>
|
<img class="card-img-top" src="/images/normal/{{ image.hash }}" alt="{{ image.title }}"/>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="detail-attributes">
|
||||||
{% ifequal identity ":creator" %}
|
{% ifequal identity ":creator" %}
|
||||||
<div class="btn-group pull-right clearfix" role="group">
|
<div class="btn-group pull-right clearfix" role="group">
|
||||||
<a class="btn btn-primary btn-sm" href="/edit/{{ image.id }}">
|
<a class="btn btn-primary btn-sm" href="/edit/{{ image.id }}">
|
||||||
|
@ -100,5 +102,5 @@
|
||||||
Kommentar hinzufügen
|
Kommentar hinzufügen
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue