Export 0.1.63
[platform/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 }
21
22 .ui-virtualgrid-wrapblock-x {
23         float : left;
24         overflow: hidden;
25 }
26
27 .ui-scrollbar-thumb-x {
28         width : 1.5rem !important;
29 }
30
31 .ui-scrollbar-thumb-y {
32         height : 1.5rem !important;
33 }