collapsible: Add collapse/expand animation (VI)
[platform/framework/web/web-ui-fw.git] / src / themes / tizen / common / jquery.mobile.tizen.misc.less
1 /*
2  * Misc. classes for Tizen web ui framework
3  *
4  * All classes in this file has highest priority.
5  */
6
7 @import "config.less";
8
9 /* text-ellipsis
10  * elements using this class needs following constraints;
11  *  - width must not be 'auto'
12  *  - display must be 'block' or 'inline-block'
13  */
14 .ui-text-ellipsis {
15         .LESStext-ellipsis();
16 }
17