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

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

Issue 2659843004: Remove BLUETOOTH_LOG from chrome://device-log. (Closed)
Patch Set: Created 3 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 /* 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 4
5 html { 5 html {
6 height: 100%; 6 height: 100%;
7 } 7 }
8 8
9 body { 9 body {
10 display: flex; 10 display: flex;
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 90
91 .type-tag { 91 .type-tag {
92 -webkit-margin-end: 5px; 92 -webkit-margin-end: 5px;
93 border: 1px solid; 93 border: 1px solid;
94 border-radius: 2px; 94 border-radius: 2px;
95 float: left; 95 float: left;
96 font-weight: bold; 96 font-weight: bold;
97 height: 14px; 97 height: 14px;
98 margin-top: 2px; 98 margin-top: 2px;
99 padding: 0 4px 2px 4px; 99 padding: 0 4px 2px 4px;
100 width: 65px; 100 width: 50px;
101 } 101 }
102 102
103 .log-type-login { 103 .log-type-login {
104 color: darkgreen; 104 color: darkgreen;
105 } 105 }
106 106
107 .log-type-network { 107 .log-type-network {
108 color: darkblue; 108 color: darkblue;
109 } 109 }
110 110
111 .log-type-power { 111 .log-type-power {
112 color: purple; 112 color: purple;
113 } 113 }
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('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