Skip to content

Commit

Permalink
Merge pull request #1675 from uProxy/lucyhe-connectedffbug
Browse files Browse the repository at this point in the history
Fix RTL connected accounts alignment.
  • Loading branch information
lucyhe committed Jun 22, 2015
2 parents 410c983 + 41afe82 commit dad4bba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/generic_ui/polymer/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@
font-size: 14px;
font-weight: 400;
}
.userInfo .subdued::first-line {
line-height: 24px;
}
.userInfo .subdued {
opacity: 0.54;
font-size: 13px;
Expand Down Expand Up @@ -163,12 +160,13 @@
</div>

<div class='clickable currentAccountInfo' on-tap='{{ toggleAccountChooser }}'>
<div horizontal layout>
<div horizontal center layout>
<span class='subdued' flex>{{ connectedNetworks }}</span>
<span hidden?='{{ model.onlineNetworks.length === 1 }}'>
<core-icon icon='arrow-drop-down' hidden?='{{ accountChooserOpen }}'></core-icon>
<core-icon icon='arrow-drop-up' hidden?='{{ !accountChooserOpen }}'></core-icon>
</span>
</span>
</div>

<div horizontal layout hidden?='{{ model.onlineNetworks.length !== 1 }}'>
Expand Down

0 comments on commit dad4bba

Please sign in to comment.