Sprache zu Startpunkten hinzufügen - vertical-align
Closed this issue · 3 comments
operatorone commented
Um die Sprache, die an den Startpunkt angefügt wird, könnte die Formatierung wie folgt angepasst werden, um auf gleicher Höhe dargestellt werden.
<div class="tl_left" style="...">
<img src="system/themes/flexible/icons/folMinus.svg" alt="" style="margin-right:2px" width="18" height="18"></a>
<a href="contao/preview?page=1" title="" target="_blank"><img src="system/themes/flexible/icons/root.svg" alt="" data-icon="root.svg" data-icon-disabled="root_1.svg" width="18" height="18"></a> <a href="..." title="">
<strong>SEITENNAME</strong></a><strong> (DE)</strong>
</div>
Vielleicht könnte der Code entsprechend angepasst werden. Styles können natürlich auch nicht "inline" in einer Datei gespeichert sein. Dies dient nur der Vermittlung des Vorgehens.
..." title="">
<strong>SEITENNAME</strong></a><span class="font-weight: bold; vertical-align: middle;">(DE)</span>
</div>
OMOSde commented
Kannst du bitte mal einen Screenshot des Problems posten? Bei mir scheint das korrekt.
operatorone commented