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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* Copyright 2014 The Chromium Authors. All rights reserved. 1 /* Copyright 2014 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. 3 * found in the LICENSE file.
4 */ 4 */
5 5
6 .tutorial-slide { 6 .tutorial-slide {
7 -webkit-transition: opacity 200ms ease-in-out; 7 -webkit-transition: opacity 200ms ease-in-out;
8 background-color: white; 8 background-color: white;
9 border-radius: 2px; 9 border-radius: 2px;
10 bottom: 0; 10 bottom: 0;
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 background-color: rgb(179, 229, 252); 170 background-color: rgb(179, 229, 252);
171 background-image: url( 171 background-image: url(
172 'chrome://theme/IDR_ICON_USER_MANAGER_TUTORIAL_FRIENDS'); 172 'chrome://theme/IDR_ICON_USER_MANAGER_TUTORIAL_FRIENDS');
173 } 173 }
174 174
175 #slide-complete .slide-image { 175 #slide-complete .slide-image {
176 background-color: white; 176 background-color: white;
177 background-image: url( 177 background-image: url(
178 'chrome://theme/IDR_ICON_USER_MANAGER_TUTORIAL_COMPLETE'); 178 'chrome://theme/IDR_ICON_USER_MANAGER_TUTORIAL_COMPLETE');
179 } 179 }
180
181 #slide-not-you #dismiss-bubble-button {
182 background-image: url('chrome://theme/IDR_CLOSE_1');
183 cursor: pointer;
184 height: 16px;
185 position: absolute;
186 right: 5px;
187 top: 5px;
188 width: 16px;
189 }
190
191 html[dir=rtl] #slide-not-you #dismiss-bubble-button {
192 left: 5px;
193 }
OLDNEW
« 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