HomeHelpTrac

Changeset 15848 for trunk/templates


Ignore:
Timestamp:
01/07/12 23:00:41 (5 months ago)
Author:
Alexander Trofimov
Message:

Form - clear input button

File:
1 edited

Legend:

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

    r15844 r15848  
    187187 
    188188.bx-form-input-datepicker { 
    189     width:110px; 
     189    width:120px; 
    190190} 
    191191 
    192192.bx-form-input-datetime { 
    193     width:190px; 
     193    width:180px; 
    194194} 
    195195 
     
    354354} 
    355355 
     356.bx-form-input-btn-cross { 
     357    position:absolute; 
     358    top:11px; 
     359    left:10px; 
     360    width:16px; 
     361    height:16px; 
     362     
     363    background-image:url(../images/icons/cross-script.png); 
     364} 
     365 
    356366/* extra features */ 
    357367 
Note: See TracChangeset for help on using the changeset viewer.