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

Unified Diff: chrome/browser/resources/options/browser_options_page.css

Issue 6374012: Fix text padding in the notification dialog for Instant. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/browser/resources/options
Patch Set: Created 9 years, 11 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/options/browser_options_page.css
diff --git a/chrome/browser/resources/options/browser_options_page.css b/chrome/browser/resources/options/browser_options_page.css
index 5992c6efcd5cf041dedb210d111125a7865e967e..27e9b5628e0aa2b31f1bef36fae7fed9528c5d0c 100644
--- a/chrome/browser/resources/options/browser_options_page.css
+++ b/chrome/browser/resources/options/browser_options_page.css
@@ -72,11 +72,13 @@
font-family: inherit;
white-space: pre-wrap;
width: 500px;
+ padding: 0px 16px 0px 16px;
}
#instantConfirmLearnMore {
position: absolute;
bottom: 18px;
+ -webkit-margin-start: 16px;
}
#startupAddButton {
« 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