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

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

Issue 2100143002: Options: more tweaks to android-settings strings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix CSS scope and string doc. Created 4 years, 6 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/options/browser_options.css
diff --git a/chrome/browser/resources/options/browser_options.css b/chrome/browser/resources/options/browser_options.css
index ef72ef0ef3c7d2c529d6af851860e1a322255ee5..daa41a312bab7177f10f713a4ab5d4543b350760 100644
--- a/chrome/browser/resources/options/browser_options.css
+++ b/chrome/browser/resources/options/browser_options.css
@@ -3,7 +3,7 @@
* found in the LICENSE file. */
#change-home-page-section {
- margin-left: 30px;
+ -webkit-margin-start: 30px;
}
#home-page-url {
@@ -486,3 +486,7 @@ footer {
.spacer-checkbox {
visibility: hidden;
}
+
+#android-apps-settings {
+ -webkit-margin-start: 30px;
+}
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/resources/options/chromeos/arc_opt_out_confirm_overlay.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698