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

Unified Diff: chrome/browser/resources/uber/uber_shared.css

Issue 9609023: css hack n' slash, continued: New styles for checkboxes and radios. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix couple rtl bugs Created 8 years, 9 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/uber/uber_shared.css
diff --git a/chrome/browser/resources/uber/uber_shared.css b/chrome/browser/resources/uber/uber_shared.css
index 290ff5f102096e88f5475c7e95916a0e6a64b7c6..6c3fdcc605587c4497b2f5ff4d748d1fcf0e0ec9 100644
--- a/chrome/browser/resources/uber/uber_shared.css
+++ b/chrome/browser/resources/uber/uber_shared.css
@@ -51,9 +51,9 @@ body.uber-frame header > button {
top: 21px;
}
-body.uber-frame html[dir='rtl'] header > .search-field-container,
-body.uber-frame html[dir='rtl'] header > .header-extras,
-body.uber-frame html[dir='rtl'] header > button {
+html[dir='rtl'] body.uber-frame header > .search-field-container,
+html[dir='rtl'] body.uber-frame header > .header-extras,
+html[dir='rtl'] body.uber-frame header > button {
left: 20px;
right: auto;
}
« chrome/browser/resources/shared/css/widgets.css ('K') | « chrome/browser/resources/tracing.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698