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

Unified Diff: chrome/browser/resources/user_manager/user_manager_tutorial.css

Issue 199533004: [Mac, Win] Show a user manager tutorial once per profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: msw nits Created 6 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/user_manager/user_manager_tutorial.css
diff --git a/chrome/browser/resources/user_manager/user_manager_tutorial.css b/chrome/browser/resources/user_manager/user_manager_tutorial.css
index 6a376842319df39c0aeaa69e70f7c6592118a79d..248e092e4a9261650c940ffc01ef11dadcc4cc67 100644
--- a/chrome/browser/resources/user_manager/user_manager_tutorial.css
+++ b/chrome/browser/resources/user_manager/user_manager_tutorial.css
@@ -19,6 +19,14 @@
z-index: 100;
}
+.tutorial-slide.single-pod {
+ margin-left: 30px;
+}
+
+html[dir=rtl] .tutorial-slide.single-pod {
+ margin-right: 30px;
+}
+
.hidden {
opacity: 0;
pointer-events: none;
« no previous file with comments | « chrome/browser/resources/login/screen_container.css ('k') | chrome/browser/resources/user_manager/user_manager_tutorial.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698