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

Side by Side Diff: chrome/browser/resources/chromeos/first_run/step_bubble.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 /** 1 /* Copyright 2013 The Chromium Authors. All rights reserved.
2 * Copyright 2013 The Chromium Authors. All rights reserved.
3 * 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
4 * found in the LICENSE file. 3 * found in the LICENSE file. */
5 */
6 4
7 .step.bubble { 5 .step.bubble {
8 border: 1px solid; 6 border: 1px solid;
9 border-radius: 3px; 7 border-radius: 3px;
10 box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); 8 box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
11 display: inline-block; 9 display: inline-block;
12 position: absolute; 10 position: absolute;
13 width: 400px; 11 width: 400px;
14 } 12 }
15 13
(...skipping 26 matching lines...) Expand all
42 .step.bubble .controls button { 40 .step.bubble .controls button {
43 font-size: 12px; 41 font-size: 12px;
44 min-width: 0; 42 min-width: 0;
45 padding: 0 15px; 43 padding: 0 15px;
46 text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3); 44 text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
47 } 45 }
48 46
49 .step.bubble.hidden { 47 .step.bubble.hidden {
50 visibility: hidden; 48 visibility: hidden;
51 } 49 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/first_run/step.css ('k') | chrome/browser/resources/chromeos/keyboard_overlay.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698