Hallo,
das wollte ich vermeiden, da es nicht mit ein "bisschen" Code getan ist. Hier ein für die Seite typischer Ausschnitt aus dem HTML:
http://pastebin.com/FULzr67k
Relevantes CSS:
.form-item label {
font-size: 13px;
font-weight: bold;
}
.form-item label {
font-size: 0.929em;
}
label {
float: left;
padding-left: 3px;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0px;
padding: 0px;
border: 0px none;
font: inherit;
vertical-align: baseline;
}
label {
display: block;
font-weight: bold;
}
und gemäß meiner Logik:
#edit-field-kunden-name lable {
width: 120px;
}
Vielleicht hilft es ja dennoch weiter.
Viele Grüße!