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

Side by Side Diff: chrome/browser/resources/inline_login/inline_login.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 html, 5 html,
7 body, 6 body,
8 #contents, 7 #contents,
9 #signin-frame { 8 #signin-frame {
10 height: 100%; 9 height: 100%;
11 margin: 0; 10 margin: 0;
12 overflow: hidden; 11 overflow: hidden;
13 padding: 0; 12 padding: 0;
14 width: 100%; 13 width: 100%;
(...skipping 22 matching lines...) Expand all
37 #navigation-button { 36 #navigation-button {
38 color: white; 37 color: white;
39 position: absolute; 38 position: absolute;
40 top: 0; 39 top: 0;
41 visibility: hidden; 40 visibility: hidden;
42 } 41 }
43 42
44 #navigation-button.enabled { 43 #navigation-button.enabled {
45 visibility: visible; 44 visibility: visible;
46 } 45 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/history/history.css ('k') | chrome/browser/resources/instant/instant.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698