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

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

Issue 599103004: Provide a small amount of padding in extension errors for the highlight border (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/extension_error.css
diff --git a/chrome/browser/resources/extensions/extension_error.css b/chrome/browser/resources/extensions/extension_error.css
index e5301f61763f62d9b10b3caf4e9f5792d9e3172c..47b1c26d22c78b7418ec35a0972ac785a2d61e60 100644
--- a/chrome/browser/resources/extensions/extension_error.css
+++ b/chrome/browser/resources/extensions/extension_error.css
@@ -45,9 +45,11 @@
}
.extension-error-metadata {
+ -webkit-margin-after: 1px;
+ -webkit-margin-before: 1px;
Dan Beam 2014/09/26 01:42:19 why not margin-(bottom|top)?
Devlin 2014/09/27 00:33:24 I thought the -webkit variants were encouraged for
Dan Beam 2014/09/27 01:27:41 start/end have some useful properties for LTR/RTL.
+ -webkit-padding-end: 1px;
display: flex;
flex-direction: row;
- width: 100%;
}
.extension-error-icon {
« 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