Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3121)

Unified Diff: chrome/browser/resources/settings/people_page/people_page.html

Issue 2656563006: MD Settings: Fix several global UI polish bugs. (Closed)
Patch Set: use % instead of px to prevent english text orphan Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/settings/people_page/people_page.html
diff --git a/chrome/browser/resources/settings/people_page/people_page.html b/chrome/browser/resources/settings/people_page/people_page.html
index f84470a51aa3be6ee244a59df589e3829dc0882d..59d922a114bfd38b621ad0eaa8b0746147104cb5 100644
--- a/chrome/browser/resources/settings/people_page/people_page.html
+++ b/chrome/browser/resources/settings/people_page/people_page.html
@@ -82,6 +82,11 @@
width: 40px;
}
+ /* Avoid orphaned english text (as requested by bettes@) */
+ #activity-controls .secondary {
+ max-width: 97%;
+ }
+
#googleg-logo {
background-image: url(../../../../../ui/webui/resources/images/200-logo_googleg.png);
background-size: cover;
@@ -187,7 +192,7 @@
</div>
</template>
- <div class="settings-box two-line" id="activity-controls"
+ <div class="settings-box three-line" id="activity-controls"
on-tap="onActivityControlsTap_" actionable
hidden="[[!syncStatus.signedIn]]">
<div class="icon-container">

Powered by Google App Engine
This is Rietveld 408576698