Export 0.1.63
[platform/framework/web/web-ui-fw.git] / src / themes / tizen / common / jquery.mobile.listview.less
index 87b028a..cd040ef 100755 (executable)
@@ -390,6 +390,19 @@ li.ui-li-thumbnail-right {
                }
        }
 
+       &:not(.ui-btn) {
+               margin-left : 12 * @unit_base;
+               margin-right : 12 * @unit_base;
+       }
+
+       &>.ui-btn-text {
+               position : absolute;
+
+               top : 5 * @unit_base;
+               height : 18 * @unit_base;
+               padding-right : 10 * @unit_base;
+       }
+
        &[data-style="dialogue"] {
                height: 20 * @unit_base;
                padding : 0px;
@@ -869,7 +882,7 @@ li:not(.ui-li-has-multiline) .ui-li-text-sub {
                border: 0px none red;
                padding: 0 0;
                padding-top: 0.5em;     // vertical text alignment to center
-               text-align: @style_list_bubble_date_text_align;
+               text-align: center;
                & * {
                        display: inline-block; 
                        background-color: @color_bg;