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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_screen.css

Issue 273643002: Css support-hack for improper webkit-padding-end behaviour. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/chromeos/login/oobe_screen.css
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen.css b/chrome/browser/resources/chromeos/login/oobe_screen.css
index 142ef777e179fd029580a5f72d8486fd8ff71e8b..0833edfc15392032a6ededdff7d2d7ff9c55b905 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen.css
+++ b/chrome/browser/resources/chromeos/login/oobe_screen.css
@@ -53,6 +53,11 @@
width: 100%;
}
+html[dir=rtl] .step-controls {
Nikita (slow) 2014/05/08 07:37:25 This may be as well be a bug of display: -webkit-b
merkulova 2014/05/08 14:17:46 Switched to flex, but it doesn't solve the problem
+ /* Hack for cases when -webkit-padding-end doesn't catch direction. */
+ padding-left: 34px;
+}
+
.animation .step-controls button {
/* Don't grey out disabled buttons during animation. */
color: buttontext !important;
« 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