OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |