HomeHelpTrac

Changeset 15788 for trunk/templates


Ignore:
Timestamp:
12/20/11 01:26:59 (5 months ago)
Author:
Alexander Trofimov
Message:

Forms - datetime field fix + fix in template engine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/base/css/forms.css

    r15774 r15788  
    108108.bx-form-input-number, 
    109109.bx-form-input-datepicker, 
     110.bx-form-input-datetime, 
    110111.bx-form-input-textarea, 
    111112.bx-form-input-password, 
     
    151152.bx-form-input-number:focus, 
    152153.bx-form-input-datepicker:focus, 
     154.bx-form-input-datetime:focus, 
    153155.bx-form-input-textarea:focus, 
    154156.bx-form-input-password:focus, 
     
    187189.bx-form-input-datepicker { 
    188190    width:110px; 
     191} 
     192 
     193.bx-form-input-datetime { 
     194    width:190px; 
    189195} 
    190196 
Note: See TracChangeset for help on using the changeset viewer.