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

Side by Side Diff: chrome/browser/resources/chromeos/login/screen_device_disabled.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 #device-disabled, 5 #device-disabled,
7 #device-disabled-top-container, 6 #device-disabled-top-container,
8 #device-disabled-bottom-container { 7 #device-disabled-bottom-container {
9 display: flex; 8 display: flex;
10 flex-direction: column; 9 flex-direction: column;
11 } 10 }
12 11
13 #device-disabled { 12 #device-disabled {
14 font-size: 12px; 13 font-size: 12px;
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 } 49 }
51 50
52 #device-disabled-message { 51 #device-disabled-message {
53 margin: -3px 0 -5px; 52 margin: -3px 0 -5px;
54 max-height: 400px; 53 max-height: 400px;
55 overflow: auto; 54 overflow: auto;
56 text-overflow: clip; 55 text-overflow: clip;
57 white-space: pre-wrap; 56 white-space: pre-wrap;
58 word-wrap: break-word; 57 word-wrap: break-word;
59 } 58 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698