Ich habe mal die Eingabefelder im Bestellprozess auf imho. alltagstauglichere Längen für das Tiny Template angepasst, weil doch gelegentlich Kunde verwirrt sind, daß Ihre Daten nicht "ins Feld passen". Hier die CSS
Code:
#new_customer.form input#firstName, #neukunde.form input#firstName, #new_delivery_address input#firstName {width: 150px;}
#new_customer.form input#lastName, #neukunde.form input#lastName, #new_delivery_address input#lastName {width: 150px;}
#new_customer.form input#firm, #neukunde.form input#firm , #new_delivery_address input#firm {width: 150px;}
#new_customer.form input#street, #neukunde.form input#street, #new_delivery_address input#street {width: 250px;}
#new_customer.form input#streetnumber, #neukunde.form input#streetnumber, #new_delivery_address input#streetnumber {width: 90px;}
#new_customer.form input#street2, #neukunde.form input#street2, #new_delivery_address input#street2 {width: 250px;}
#new_customer.form input#plz, #neukunde.form input#plz, #new_delivery_address input#plz {width: 70px;}
#new_customer.form input#city, #neukunde.form input#city, #new_delivery_address input#city {width: 160px;}
#new_customer.form input#email, #neukunde.form input#email, #new_delivery_address input#email {width: 250px;}
#new_customer.form input#tel , #neukunde.form input#tel, #new_delivery_address input#tel {width: 250px;}