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

Unified Diff: chrome/browser/resources/md_user_manager/shared_styles.html

Issue 2007743004: MD User Manager: Fixes remove profile button for languages with long texts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 4 years, 7 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 | chrome/browser/resources/md_user_manager/user_manager_styles.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_user_manager/shared_styles.html
diff --git a/chrome/browser/resources/md_user_manager/shared_styles.html b/chrome/browser/resources/md_user_manager/shared_styles.html
index 689e70ed7141f10bf8bc2227db1a1a9ec9def95a..9ad5bff0fc5e9c4b83ea3cc6fe0ed7a477d02c6a 100644
--- a/chrome/browser/resources/md_user_manager/shared_styles.html
+++ b/chrome/browser/resources/md_user_manager/shared_styles.html
@@ -6,6 +6,13 @@
--page-width: 624px;
--primary-text-color: var(--paper-grey-800);
--title-icon-color: var(--paper-grey-500);
+ --action-button: {
+ border-radius: 2px;
+ line-height: 20px;
+ margin: 0;
+ min-width: 52px;
+ padding: 6px 16px;
+ };
}
a,
@@ -18,11 +25,7 @@
}
paper-button.action {
- border-radius: 2px;
- line-height: 32px;
- margin: 0;
- min-width: 52px;
- padding: 0 16px;
+ @apply(--action-button);
}
paper-button.action.primary {
« no previous file with comments | « no previous file | chrome/browser/resources/md_user_manager/user_manager_styles.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698