[CallLog] updated CallLog sources
authorPiotr Dabrowski <p.dabrowski2@samsung.com>
Wed, 25 Sep 2013 09:39:49 +0000 (11:39 +0200)
committerPiotr Dabrowski <p.dabrowski2@samsung.com>
Wed, 25 Sep 2013 09:39:49 +0000 (11:39 +0200)
Change-Id: I3d766a898e2e54135950ec7e3ba11413125244ae

css/style.css
js/app.ui.js

index 4c1346b..cff443a 100644 (file)
@@ -171,6 +171,9 @@ li.ui-screen-hidden{
        width: 43%;
 }
 
+#historyForCallerView .actionButton.ui-btn-down-s .ui-btn-inner {
+       color:inherit;
+}
 .trash {
        background-image: url(../images/trash.png);
        width: 21px;
index e53b8b0..4888f51 100644 (file)
@@ -733,7 +733,8 @@ function Ui(contacts) {
                removeSearchBarToHeader: function () {
                        $('#page-header').append($('#callView .ui-listview-filter'));
                        $.mobile.activePage.page('refresh');
-                       $('.ui-input-cancel').remove(); // patch for WebUI bug;
+                       $('.ui-input-cancel').remove(); // patch for WebUI bug
+                       $('#calllogListContent').trigger('resize'); // WebUi scrollview fix
                },
 
                scrollToBottom: function () {