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

Unified Diff: chrome/browser/resources/options2/autofill_overlay.css

Issue 9309116: [Clean up] Fix style guide nits in chrome/browser/resources/options2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 10 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/options2/autofill_overlay.css
diff --git a/chrome/browser/resources/options2/autofill_overlay.css b/chrome/browser/resources/options2/autofill_overlay.css
index 609ead9a26dc27d7a5ddf258fa697a56b962135a..76f56a63e0aa063ff2bfc4eacb4a6b4faa68e2de 100644
--- a/chrome/browser/resources/options2/autofill_overlay.css
+++ b/chrome/browser/resources/options2/autofill_overlay.css
@@ -44,10 +44,10 @@ div.input {
}
#autofill-edit-address-overlay list div.static-text {
- -webkit-box-flex: 1;
-webkit-border-radius: 2px;
- -webkit-padding-start: 4px;
+ -webkit-box-flex: 1;
-webkit-padding-end: 4px;
+ -webkit-padding-start: 4px;
border: 1px solid darkGray;
/* Set the line-height and min-height to match the height of an input element,
* so that even empty cells renderer with the correct height.
« no previous file with comments | « chrome/browser/resources/options2/alert_overlay.css ('k') | chrome/browser/resources/options2/browser_options.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698