|
@@ -96,7 +96,7 @@ $(document).ready(function(){
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
top: 25%;
|
|
top: 25%;
|
|
|
- left: 25%;
|
|
|
|
|
|
|
+ left: 25%;
|
|
|
/* transform: translate(-50%, -50%); */
|
|
/* transform: translate(-50%, -50%); */
|
|
|
position: inherit;
|
|
position: inherit;
|
|
|
}
|
|
}
|
|
@@ -397,7 +397,7 @@ $(document).ready(function(){
|
|
|
{% endfor %}
|
|
{% endfor %}
|
|
|
|
|
|
|
|
{% if product.realitylab %}
|
|
{% if product.realitylab %}
|
|
|
- <button id='product_{{product.pk}}_realitylab_{{product.realitylab}}' data-toggler='begleitet_true' class="border-thin mybtn btn-toggle begleitet_true" style="">#Begleitet von RealityLab</button>
|
|
|
|
|
|
|
+ <button id='product_{{product.pk}}_realitylab_{{product.realitylab}}' data-toggler='begleitet_true' class="border-thin mybtn btn-toggle begleitet_true" style="">#Begleitet von realitylab</button>
|
|
|
{% endif %}
|
|
{% endif %}
|
|
|
|
|
|
|
|
{% if product.urbanem %}
|
|
{% if product.urbanem %}
|
|
@@ -429,7 +429,7 @@ $(document).ready(function(){
|
|
|
<button id='product_{{product.pk}}_flipper_back' onclick="" class="border-thin mybtn " data-flip-card="product_{{product.pk}}_card" style=""><i class="fas fa-sync-alt"></i> Steckbrief</button>
|
|
<button id='product_{{product.pk}}_flipper_back' onclick="" class="border-thin mybtn " data-flip-card="product_{{product.pk}}_card" style=""><i class="fas fa-sync-alt"></i> Steckbrief</button>
|
|
|
<p> </p>
|
|
<p> </p>
|
|
|
<p>{% if product.claim %}{{ product.claim }}{% endif %}</p>
|
|
<p>{% if product.claim %}{{ product.claim }}{% endif %}</p>
|
|
|
- <p>{{ product.kind_of_product }}, gegründet {{ product.gruendungsjahr }}{% if product.betriebgenommen %}, in Betrieb genommen: {{ product.betriebgenommen }}{% endif %}.</p>
|
|
|
|
|
|
|
+ <p>Gegründet {{ product.gruendungsjahr }}{% if product.betriebgenommen %}, in Betrieb genommen: {{ product.betriebgenommen }}{% endif %}.</p>
|
|
|
<p><strong>Rechtsform</strong>: {{ product.rechtsform }}</p>
|
|
<p><strong>Rechtsform</strong>: {{ product.rechtsform }}</p>
|
|
|
<!-- XXX -->
|
|
<!-- XXX -->
|
|
|
<p>{{ product.artmodell }}</p>
|
|
<p>{{ product.artmodell }}</p>
|