upload tizen1.0 source
[framework/web/web-ui-fw.git] / src / themes / tizen / common / jquery.mobile.tizen.virtualgridview.less
1 /*
2  * jQuery Mobile Framework
3  * Copyright (c) jQuery Project
4  * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt)
5  * licenses.
6  */
7
8 /*** less definitions ***/
9
10 @import "config.less";
11
12 .ui-virtualgrid {
13         overflow : hidden;
14         position : absolute;
15 }
16
17 .ui-virtualgrid-wrapblock {
18         position : absolute;
19         left : 0;
20 }