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

Side by Side Diff: chrome/browser/resources/device_log_ui/device_log_ui.css

Issue 919183002: Move chromeos::device_event_log into components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Shut down in PostDestroyThreads. Created 5 years, 10 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 /*
2 * Copyright 2014 The Chromium Authors. All rights reserved. 2 * Copyright 2014 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 html { 7 html {
8 height: 100%; 8 height: 100%;
9 } 9 }
10 10
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 color: darkgreen; 106 color: darkgreen;
107 } 107 }
108 108
109 .log-type-network { 109 .log-type-network {
110 color: darkblue; 110 color: darkblue;
111 } 111 }
112 112
113 .log-type-power { 113 .log-type-power {
114 color: purple; 114 color: purple;
115 } 115 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/device_log_ui/OWNERS ('k') | chrome/browser/resources/device_log_ui/device_log_ui.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698