jquery-mobile-datepicker-wrapper icon indicating copy to clipboard operation
jquery-mobile-datepicker-wrapper copied to clipboard

Inline datepicker should follow styling of inputs inside fieldcontain

Open bjartekv opened this issue 11 years ago • 1 comments

The inline datepicker doesn't change it's styling when inside fieldcontain.

croppercapture 3

I've attempted to fix the styling a bit http://jsbin.com/uzaret/1300/edit

    .ui-field-contain > div.hasDatepicker {
      margin: 8px 0;
    }  
    @media (min-width: 28em) {
      .ui-field-contain > div.hasDatepicker {
        margin: 8px 0 8px 22%;
      } 
      div.hasDatepicker + label 
      {
        clear: left;
      }
    }

bjartekv avatar Feb 09 '14 13:02 bjartekv

yes this is indeed a bug ill need to look into it a bit but the idea here is correct

arschmitz avatar Mar 13 '14 12:03 arschmitz