tizen beta release
[platform/framework/web/web-ui-fw.git] / src / widgets / popupwindow_ctxpopup / less / jquery.mobile.tizen.ctxpopup.less
1 .ui-ctxpopup {
2     display: table;
3
4     .ui-ctxpopup-row {
5         display: table-row;
6
7         .ui-ctxpopup-cell {
8             display: table-cell;
9         }
10     }
11 }