2.0_beta sync to rsa
[framework/web/web-ui-fw.git] / demos / tizen-winsets / tips / two-line-text / two-line-text.js
1 $( document ).bind( "pagebeforeshow", function( e ) {
2         if( $( "#textposition" ).length ) {
3                 $( "#textposition" ).css( "font-size", "12px" );
4                 $( "#textposition" ).find( "span" ).css( "height", "32px" );
5                 $( "#textposition" ).find( "span" ).css("padding-top", "4px");
6                 $( "#textposition" ).find( "span" ).css("padding-bottom", "4px");
7         }
8 });