listview : bug fix
authorJinhyuk Jun <jinhyuk.jun@samsung.com>
Tue, 5 Mar 2013 01:07:51 +0000 (10:07 +0900)
committerYoumin Ha <youmin.ha@samsung.com>
Thu, 7 Mar 2013 12:07:09 +0000 (21:07 +0900)
change color bar's height 100% (N_SE-26001)

Change-Id: I6f4d0d1f60b4fd575a22e70b86e57d37f3cd148b

src/themes/tizen/common/jquery.mobile.listview.less

index 6699c62..a9bfc18 100644 (file)
        .ui-li-color-bar {
                position : absolute;
                width  : 3 * @unit_base;
-               height : 65 * @unit_base;
+               height : 100%;
 
                top : 0 * @unit_base;
                left : -13 * @unit_base;