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

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

Issue 583573004: Fix broken home page overlay. (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 | « chrome/browser/resources/options/options.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/options_page.css
diff --git a/chrome/browser/resources/options/options_page.css b/chrome/browser/resources/options/options_page.css
index 6607e9dbc619de41157389e352a8e209a2856efb..a2e4cf5a12b21285e823df221c4abab628c0198a 100644
--- a/chrome/browser/resources/options/options_page.css
+++ b/chrome/browser/resources/options/options_page.css
@@ -343,11 +343,7 @@ list > [editing] input:invalid {
}
.option-name {
- padding-right: 5px;
-}
-
-html[dir=rtl].option-name {
Evan Stade 2014/09/18 18:46:23 I assume there was supposed to be a space between
- padding-left: 5px;
+ -webkit-padding-end: 5px;
}
.favicon-cell {
« no previous file with comments | « chrome/browser/resources/options/options.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698