Tizen 2.0 Release
[samples/web/TizenWinset.git] / tips / two-line-text / two-line-text.js
1 $( document ).bind( "pagebeforeshow", function( e ) {
2         if( $( "#textposition" ).length ) {
3                 $( "#textposition .ui-btn-text" ).css( "font-size", "12px" );
4                 $( "#textposition" ).find( "span" ).css( "line-height", "10px" );
5                 $( "#textposition" ).find( "span" ).css("padding-top", "2px");
6                 $( "#textposition" ).find( "span" ).css("padding-bottom", "2px");
7         }
8 });