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

Side by Side Diff: chrome/browser/resources/chromeos/login/header_bar.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 (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 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 #login-header-bar { 5 #login-header-bar {
7 -webkit-padding-start: 15px; 6 -webkit-padding-start: 15px;
8 border-bottom: 3px solid black; 7 border-bottom: 3px solid black;
9 bottom: 0; 8 bottom: 0;
10 left: 0; 9 left: 0;
11 padding-bottom: 7px; 10 padding-bottom: 7px;
12 position: absolute; 11 position: absolute;
13 right: 0; 12 right: 0;
14 } 13 }
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 #login-header-bar #cancel-multiple-sign-in-button { 142 #login-header-bar #cancel-multiple-sign-in-button {
144 /* TODO(dzhioev): replace with appropriate image when possible. */ 143 /* TODO(dzhioev): replace with appropriate image when possible. */
145 background-image: url(chrome://theme/IDR_PANEL_CLOSE); 144 background-image: url(chrome://theme/IDR_PANEL_CLOSE);
146 } 145 }
147 146
148 .button-restricted { 147 .button-restricted {
149 border: 1px solid transparent; 148 border: 1px solid transparent;
150 color: white !important; 149 color: white !important;
151 opacity: 0.4 !important; 150 opacity: 0.4 !important;
152 } 151 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698