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

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

Issue 1587723007: bluetooth: Add Bluetooth events to chrome://device-log/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove BLUETOOTH_LOG calls for now Created 4 years, 11 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 92
93 .type-tag { 93 .type-tag {
94 -webkit-margin-end: 5px; 94 -webkit-margin-end: 5px;
95 border: 1px solid; 95 border: 1px solid;
96 border-radius: 2px; 96 border-radius: 2px;
97 float: left; 97 float: left;
98 font-weight: bold; 98 font-weight: bold;
99 height: 14px; 99 height: 14px;
100 margin-top: 2px; 100 margin-top: 2px;
101 padding: 0 4px 2px 4px; 101 padding: 0 4px 2px 4px;
102 width: 50px; 102 width: 65px;
103 } 103 }
104 104
105 .log-type-login { 105 .log-type-login {
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/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