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

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

Issue 2944213002: Settings: Fix alignment of secondary user warning (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/basic_page/basic_page.html
diff --git a/chrome/browser/resources/settings/basic_page/basic_page.html b/chrome/browser/resources/settings/basic_page/basic_page.html
index d08c0df438613cb92ebc03a05faee9b502bc5276..afbd8ccc3b6967adf0ee4e16fefdb599428f94eb 100644
--- a/chrome/browser/resources/settings/basic_page/basic_page.html
+++ b/chrome/browser/resources/settings/basic_page/basic_page.html
@@ -54,8 +54,10 @@
#secondaryUserBanner {
@apply(--shadow-elevation-2dp);
+ align-items: center;
background-color: white;
border-radius: 2px;
+ display: flex;
margin: 21px 0;
}
@@ -96,8 +98,7 @@
</settings-reset-profile-banner>
</template>
<if expr="chromeos">
- <div id="secondaryUserBanner" class="layout horizontal center"
- hidden="[[!showSecondaryUserBanner_]]">
+ <div id="secondaryUserBanner" hidden="[[!showSecondaryUserBanner_]]">
<div id="secondaryUserIcon"></div>
<div class="flex">$i18n{secondaryUserBannerText}</div>
</div>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698