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

Unified Diff: chrome/browser/resources/extensions/extensions.css

Issue 1126083005: Fix alignment of checkboxes in chrome://extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/extensions/extensions.css
diff --git a/chrome/browser/resources/extensions/extensions.css b/chrome/browser/resources/extensions/extensions.css
index 47119b7841241530e4725a6f2c5440b9889d61fb..94a1c3bb0fc640fd7f88a8d52965ca7cf8bb3ce2 100644
--- a/chrome/browser/resources/extensions/extensions.css
+++ b/chrome/browser/resources/extensions/extensions.css
@@ -60,8 +60,10 @@ html:not(.focus-outline-visible)
}
#dev-toggle {
- margin-top: 0;
- text-align: end;
+ /* Alignment should match the enable checkbox text. This is calculated as
+ * 30px to match the trash icon + 12px to match .extension-list-item-wrapper
+ * padding - 1px of magic. */
+ -webkit-margin-end: 41px;
}
.extension-code {
« 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