JQM Navigation : remove page min-height
[platform/framework/web/web-ui-fw.git] / src / themes / tizen / common / jquery.mobile.core.less
old mode 100755 (executable)
new mode 100644 (file)
index 29e6c71..41048ba
@@ -18,7 +18,7 @@
 .ui-mobile-viewport {  margin: 0; overflow-x: hidden; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
 
 /* "page" containers - full-screen views, one should always be in view post-pageload */
-.ui-mobile [data-role=page], .ui-mobile [data-role=dialog], .ui-page { top: 0; left: 0; width: 100%; min-height: 100%; position: absolute; display: none; border: 0; } 
+.ui-mobile [data-role=page], .ui-mobile [data-role=dialog], .ui-page { top: 0; left: 0; width: 100%; position: absolute; display: none; border: 0; }
 .ui-mobile .ui-page-active { display: block; overflow: visible; }
 
 /* on ios4, setting focus on the page element causes flashing during transitions when there is an outline, so we turn off outlines */
@@ -57,6 +57,8 @@
 .ui-loader h1 { font-size: 32 * @unit_base; text-align: center; }
 .ui-loader .ui-icon { position: static; display: block; opacity: .9; margin: 0 auto; width: 35px; height: 35px; background-color: transparent; }
 
+.ui-blocker { width:100%; height:100%; z-index:@z_base_maximum; }
+
 /*fouc*/
 .ui-mobile-rendering > * { visibility: hidden; }