You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Sven Homburg (JIRA)" <ji...@apache.org> on 2014/02/12 15:00:21 UTC

[jira] [Updated] (TAP5-2286) DateField icon don't consider the bootstrap style class "input-sm"

     [ https://issues.apache.org/jira/browse/TAP5-2286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sven Homburg updated TAP5-2286:
-------------------------------

    Description: 
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>


  was:
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>



> 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)