[TemporaryStorage] add files required for SDK build
[samples/web/TemporaryStorage.git] / tizen-web-ui-fw / latest / js / src / widgets / less / 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 }
12 /* 
13  * The settings in this file are part of the theme. They are not part of the structure of ctxpopup.
14  * In the default theme, ui-body-* has a border width of 1px. So, to make the triangles cross this border, we set them in
15  * by 1px.
16  */
17 .ui-ctxpopup-row {
18         .ui-triangle-top { top: 1px; }
19         .ui-triangle-left { left: 1px; }
20         .ui-triangle-right { right: 1px; }
21         .ui-triangle-bottom { bottom: 1px; }