I found the solution. I just appended the following lines to the trinidad.css file:
af|inputFile::label {
text-align:left;
}
-----Ursprüngliche Nachricht-----
Von: Roeder, Andreas
Gesendet: Montag, 16. März 2009 15:20
An: [email protected]
Betreff: How to get the inputFile label left-aligned?
I'm trying to get the inputFile label left-aligned. I set the inlineStyle to:
inlineStyle="label::text-align:left"
or
inlineStyle="text-align:left"
But that doesn't work for me. Any hints?

