b79df715493c4fe73621e34bb4f2d8dae460fb98
[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 }