Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #14059 from rexboy7/fix-bug928597
Browse files Browse the repository at this point in the history
Bug 928597 - [Dialer][CDMA] Show switch call text in proper font size(cherry picked from commit 77420f0)
  • Loading branch information
rexboy7 committed Dec 4, 2013
1 parent 2f6e3ae commit 3507154
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions apps/communications/dialer/js/handled_call.js
Expand Up @@ -102,6 +102,7 @@ HandledCall.prototype.updateCallNumber = function hc_updateCallNumber() {
self._cachedInfo = _('switch-calls');
self._cachedAdditionalInfo = '';
self.replaceAdditionalContactInfo('');
self.numberNode.style.fontSize = '';
});
return;
}
Expand Down
8 changes: 5 additions & 3 deletions apps/communications/dialer/style/oncall.css
Expand Up @@ -371,7 +371,6 @@

#calls.switch > section .switch-calls {
display: block;
background: #01c5ed;
height: 8.0rem;
width: auto;
float: right;
Expand Down Expand Up @@ -413,7 +412,8 @@
}

#calls.big-duration > section .numberWrapper,
#calls.big-duration > section .additionalContactInfo {
#calls.big-duration > section .additionalContactInfo,
#calls.big-duration > section .switch-calls {
background: #01c5ed;
}

Expand Down Expand Up @@ -524,7 +524,9 @@
background-repeat: no-repeat;
}

#calls > section.held {
#calls > section.held,
#calls.big-duration > section.held .switch-calls,
#calls.big-duration > section.ended .switch-calls {
background-color: rgba(28, 24, 24, 0.7);
}

Expand Down

0 comments on commit 3507154

Please sign in to comment.