Skip to content

Commit

Permalink
Fix faqs link on anonymous metrics welcome page
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyhe committed Nov 3, 2015
1 parent f1fa624 commit 8832f00
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/generic_ui/polymer/root.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,6 @@
uproxy-action-dialog uproxy-button {
margin-bottom: 3px;
}
uproxy-faq .linkText {
text-decoration: underline;
color: rgba(0,0,0,0.40);
}
#disconnectDialog {
text-align: center;
}
Expand Down Expand Up @@ -208,7 +204,7 @@
#statsDialog uproxy-button {
margin: 1.5em 0.75em;
}
#statsDialog uproxy-faq {
#statsDialog uproxy-faq-link {
width: 100%;
padding-top: 1em;
padding-bottom: 1em;
Expand Down Expand Up @@ -457,9 +453,9 @@ <h1>{{ "WELCOME" | $$ }}</h1>
<uproxy-button id='enableStatsButton' on-tap='{{ enableStats }}'>{{ "IM_IN" | $$ }}</uproxy-button>
<uproxy-button id='disableStatsButton' on-tap='{{ disableStats }}'>{{ "NO_THANKS" | $$ }}</uproxy-button>
</div>
<uproxy-faq anchor='doesUproxyLogData'>
<uproxy-faq-link anchor='doesUproxyLogData'>
{{ "MORE_ABOUT_METRICS" | $$ }}
</uproxy-faq>
</uproxy-faq-link>
</core-overlay>

<uproxy-action-dialog id='disconnectDialog' backdrop layered="false"
Expand Down

0 comments on commit 8832f00

Please sign in to comment.