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

Unified Diff: chrome/browser/resources/extensions/extensions.css

Issue 12252036: Fix RTL issue in the extensions page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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/extensions/extensions.css
diff --git a/chrome/browser/resources/extensions/extensions.css b/chrome/browser/resources/extensions/extensions.css
index b4d2146a9dc870a7b7beaa4f0ad29d2f3ca7320a..68f80591ac13a5e39185fe670b7201db9751767d 100644
--- a/chrome/browser/resources/extensions/extensions.css
+++ b/chrome/browser/resources/extensions/extensions.css
@@ -73,6 +73,10 @@ html.loading * {
font-size: 1.25em;
}
+html[dir=rtl] #footer-section {
+ background: url('chrome://theme/IDR_WEBSTORE_ICON_32') no-repeat right center;
+}
+
#footer-section > a {
-webkit-margin-start: 42px;
line-height: 32px;
@@ -215,6 +219,10 @@ html[dir='rtl'] .extension-list-item {
float: right;
}
+html[dir=rtl] .extension-commands-config {
+ float: left;
+}
+
/* Overlays */
#overlay {
@@ -310,4 +318,4 @@ html[dir='rtl'] #extension-settings .trash {
.sideload-wipeout-banner .page-banner-text {
-webkit-padding-start: 8px;
background-image: none;
-}
+}
jeremy 2013/02/14 13:56:05 NL at end of file removed?
Adrian Kuegel 2013/02/14 14:03:09 I just checked it locally to be sure, there was no
« 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