Export 0.1.62
[platform/framework/web/web-ui-fw.git] / src / themes / tizen / common / jquery.mobile.tizen.ctxpopup.less
index c8c69a1..352d4db 100755 (executable)
                .ui-popupwindow-padding {
                        background: @color_ctxpopup_background;
                        border: none;
+                       -ms-box-shadow: 0 * @unit_base 0 * @unit_base 12 * @unit_base rgba( 0, 0, 0, .6 );
+                       -o-box-shadow: 0 * @unit_base 0 * @unit_base 12 * @unit_base rgba( 0, 0, 0, .6 );
+                       -moz-box-shadow: 0 * @unit_base 0 * @unit_base 12 * @unit_base rgba( 0, 0, 0, .6 );
                        -webkit-box-shadow: 0 * @unit_base 0 * @unit_base 12 * @unit_base rgba( 0, 0, 0, .6 );
                        box-shadow: 0 * @unit_base 0 * @unit_base 12 * @unit_base rgba( 0, 0, 0, .6 );
-                       -webkit-border-radius: @border_radius;
-                       border-radius: @border_radius;
+                       .LESSborder-radius-all(@border_radius);
                }
 
        }
        }
        
     .ui-listview {
-               min-width: 386 * @unit_base;
                max-width: 620 * @unit_base;
-        border: none;
+               border: none;
     }
        
        .ui-listview > .ui-li {
                color: @color_ctxpopup_text;
                border-bottom-color: @color_ctxpopup_border_bottom;
-               padding: 0 7 * @unit_base;
+               border-top-width: 1px;
+               border-top-color: @color_ctxpopup_border_top;
+               margin-left: 0;
+               margin-right: 0;
+               &:first-child, &:last-child {
+                       border-top-width: 0px;
+               }
+               .ui-btn-inner {
+                       margin: 0;
+                       padding-left: 10 * @unit_base;
+                       padding-right: 10 * @unit_base;
+               }
        }
 
        .ui-listview li.ui-btn-up-s > .ui-li > .ui-btn-text > a.ui-link-inherit, .ui-listview li.ui-btn-hover-s > .ui-li > .ui-btn-text > a.ui-link-inherit, .ui-listview li.ui-btn-down-s > .ui-li > .ui-btn-text > a.ui-link-inherit {
     .horizontal {
                color: @color_ctxpopup_text;
                max-width: 648 * @unit_base;
-
                .icon .ui-btn {
                        padding: 0;
-                       background: transparent;
-
+                       background: transparent ! important;
                        .ui-btn-icon-only {
-                               width: 128 * @unit_base;
-                               height: 92 * @unit_base;
+                               width: 96 * @unit_base;
+                               height: 64 * @unit_base;
                                padding: 0;
                        }
 
                }
 
                .text {
-                       padding: 0 20 * @unit_base;
-                       min-width: 128 * @unit_base;
+                       padding: 0 10 * @unit_base;
+                       min-width: 48 * @unit_base;
                }
 
 
         }
 
         li {
-                       line-height: 92 * @unit_base;
-                       min-height: 92 * @unit_base;
-                       min-width: 128 * @unit_base;
+                       line-height: 64 * @unit_base;
+                       min-height: 64 * @unit_base;
+                       min-width: 96 * @unit_base;
 
             float: left;
             display: inline-block;
         }
 
                li:active, td:active {
-                       background: @color_bar_back_btn_press;
+                       background: @color_ctxbutton_press;
                }
     }
 
     .button {
         table .ui-btn {
-            margin: 8 * @unit_base;
+            margin: 0 * @unit_base;
             padding: 0;
-            height: 74 * @unit_base;
-            width: 172 * @unit_base;
+            height: 56 * @unit_base;
+            width: 132 * @unit_base;
         }
     }