44* Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
55*/
66label .ui-input-text { font-size : 16px ; line-height : 1.4 ; display : block; font-weight : normal; margin : 0 0 .3em ; }
7- input .ui-input-text , textarea .ui-input-text { background-image : none; padding : .4em ; line-height : 1.4 ; font-size : 16px ; display : block; width : 95 % ; }
7+ input .ui-input-text , textarea .ui-input-text { background-image : none; padding : .4em 1.5 % ; line-height : 1.4 ; font-size : 16px ; display : block; width : 97 % ; }
88input .ui-input-text { -webkit-appearance : none; }
99textarea .ui-input-text { height : 50px ; -webkit-transition : height 200ms linear; -moz-transition : height 200ms linear; -o-transition : height 200ms linear; transition : height 200ms linear; }
10- .ui-input-search { padding : 0 30px ; width : 77 % ; background-image : none; position : relative; }
10+ .ui-input-search { padding : 0 30px ; background-image : none; position : relative; }
1111.ui-icon-searchfield : after { position : absolute; left : 7px ; top : 50% ; margin-top : -9px ; content : "" ; width : 18px ; height : 18px ; opacity : .5 ; }
1212.ui-input-search input .ui-input-text { border : none; width : 98% ; padding : .4em 0 ; margin : 0 ; display : block; background : transparent none; outline : 0 !important ; }
1313.ui-input-search .ui-input-clear { position : absolute; right : 0 ; top : 50% ; margin-top : -13px ; }
1414.ui-input-search .ui-input-clear-hidden { display : none; }
1515
1616/* orientation adjustments - incomplete!*/
1717@media all and (min-width : 450px ){
18- label .ui-input-text { vertical-align : top; display : inline-block; width : 20% ; margin : 0 2% 0 0 }
19- input .ui-input-text ,
20- textarea .ui-input-text ,
21- .ui-input-search { width : 60% ; display : inline-block; }
22- .ui-input-search { width : 50% ; }
18+ . ui-field-contain label .ui-input-text { vertical-align : top; display : inline-block; width : 20% ; margin : 0 2% 0 0 }
19+ . ui-field-contain input .ui-input-text ,
20+ . ui-field-contain textarea .ui-input-text ,
21+ .ui-field-contain . ui- input-search { width : 60% ; display : inline-block; }
22+ .ui-field-contain . ui- input-search { width : 50% ; }
2323 .ui-input-search input .ui-input-text { width : 98% ; /*echos rule from above*/ }
2424}
0 commit comments