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

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

Issue 440713005: Change the title of the desktop User Manager widget. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix browser test Created 6 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
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 248e092e4a9261650c940ffc01ef11dadcc4cc67..642ac92897417eb54829e5758aadd414f6b9ea03 100644
--- a/chrome/browser/resources/user_manager/user_manager_tutorial.css
+++ b/chrome/browser/resources/user_manager/user_manager_tutorial.css
@@ -177,3 +177,17 @@ html[dir=rtl] #slide-guests .arrow-down {
background-image: url(
'chrome://theme/IDR_ICON_USER_MANAGER_TUTORIAL_COMPLETE');
}
+
+#slide-not-you #dismiss-bubble-button {
+ background-image: url('chrome://theme/IDR_CLOSE_1');
+ cursor: pointer;
+ height: 16px;
+ position: absolute;
+ right: 5px;
+ top: 5px;
+ width: 16px;
+}
+
+html[dir=rtl] #slide-not-you #dismiss-bubble-button {
+ left: 5px;
+}
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/user_manager/user_manager_tutorial.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698