Sven Homburg created TAP5-2286:
----------------------------------
Summary: DateField icon don't consider the bootstrap style class
"input-sm"
Key: TAP5-2286
URL: https://issues.apache.org/jira/browse/TAP5-2286
Project: Tapestry 5
Issue Type: Improvement
Components: tapestry-core
Affects Versions: 5.4
Reporter: Sven Homburg
Priority: Minor
here a snippet from my code
<div class="form-group">
<label class="col-sm-3 control-label">Abhol- /
Zustelldatum</label>
<div class="col-sm-4">
<input type="text" class="form-control input-sm"
t:id="inputPickupDate"/>
</div>
<div class="col-sm-4">
<input type="text" class="form-control input-sm"
t:id="inputDeliveryDate"/>
</div>
</div>
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)