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

Side by Side Diff: chrome/browser/resources/chromeos/login/oobe_screen_update.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 2013 The Chromium Authors. All rights reserved. 1 /* Copyright 2013 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 #update { 5 #update {
7 min-height: 423px; 6 min-height: 423px;
8 padding: 70px 17px 69px; /* Screen has no controls. */ 7 padding: 70px 17px 69px; /* Screen has no controls. */
9 } 8 }
10 9
11 #update #update-screen-curtain { 10 #update #update-screen-curtain {
12 -webkit-box-align: start; 11 -webkit-box-align: start;
13 -webkit-box-pack: center; 12 -webkit-box-pack: center;
14 } 13 }
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 #update progress::-webkit-progress-value { 66 #update progress::-webkit-progress-value {
68 background: #bbb; 67 background: #bbb;
69 } 68 }
70 69
71 #update .progress-message { 70 #update .progress-message {
72 color: #a3a3a3; 71 color: #a3a3a3;
73 font-size: 13px; 72 font-size: 13px;
74 margin-top: 4px; 73 margin-top: 4px;
75 text-align: center; 74 text-align: center;
76 } 75 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698