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

Side by Side Diff: chrome/browser/resources/user_manager/user_manager_tutorial.css

Issue 2231143002: Cleanup: fix some CSS comment styles (especially copyrights) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: michaelpg@ review Created 4 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
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 */
5 4
6 .tutorial-slide { 5 .tutorial-slide {
7 -webkit-transition: opacity 200ms ease-in-out; 6 -webkit-transition: opacity 200ms ease-in-out;
8 background-color: white; 7 background-color: white;
9 border-radius: 2px; 8 border-radius: 2px;
10 bottom: 0; 9 bottom: 0;
11 box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25); 10 box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
12 height: 408px; 11 height: 408px;
13 left: 0; 12 left: 0;
14 margin: auto; 13 margin: auto;
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 height: 16px; 176 height: 16px;
178 position: absolute; 177 position: absolute;
179 right: 5px; 178 right: 5px;
180 top: 5px; 179 top: 5px;
181 width: 16px; 180 width: 16px;
182 } 181 }
183 182
184 html[dir=rtl] #slide-not-you #dismiss-bubble-button { 183 html[dir=rtl] #slide-not-you #dismiss-bubble-button {
185 left: 5px; 184 left: 5px;
186 } 185 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/user_manager/user_manager.css ('k') | ui/webui/resources/css/bubble_button.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698