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

Unified Diff: chrome/browser/resources/bookmark_manager/css/bmm.css

Issue 2278413002: Make bookmark URLs not float left in RTL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Wrong block Created 4 years, 4 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/bookmark_manager/css/bmm.css
diff --git a/chrome/browser/resources/bookmark_manager/css/bmm.css b/chrome/browser/resources/bookmark_manager/css/bmm.css
index 1d039178d0437b63bd843a33079f9844d9bcfdd4..1426c160e316b49f6af90de092c4eea0d0894e13 100644
--- a/chrome/browser/resources/bookmark_manager/css/bmm.css
+++ b/chrome/browser/resources/bookmark_manager/css/bmm.css
@@ -71,6 +71,7 @@ list > [selected] > .url {
html[dir=rtl] .url {
-webkit-padding-end: 20px;
-webkit-padding-start: 0;
+ text-align: right;
Dan Beam 2016/08/30 22:25:31 fun fact: there's an directionally adaptive, non-s
}
html[dir=rtl] list .label {
« 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