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

Side by Side Diff: chrome/browser/resources/net_internals/events_view.css

Issue 10834312: Make net-internals work a bit better on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: sync Created 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/resources/net_internals/import_view.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 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 5
6 #events-view-filter-box { 6 #events-view-filter-box {
7 background: #efefef; 7 background: #efefef;
8 border-bottom: 1px solid #aaa; 8 border-bottom: 1px solid #aaa;
9 font-family: sans-serif;
10 font-size: 75%;
9 overflow: hidden; 11 overflow: hidden;
10 padding: 5px; 12 padding: 5px;
11 }
12
13 #events-view-filter-box * {
14 font-family: sans-serif;
15 font-size: 12px;
16 white-space: nowrap; 13 white-space: nowrap;
17 } 14 }
18 15
19 #events-view-filter-box input { 16 #events-view-filter-box input {
20 width: 100%; 17 width: 100%;
21 } 18 }
22 19
23 #events-view-action-box { 20 #events-view-action-box {
24 background: #efefef; 21 background: #efefef;
25 border-top: 1px solid gray; 22 border-top: 1px solid gray;
(...skipping 12 matching lines...) Expand all
38 35
39 #events-view-source-list-table thead td { 36 #events-view-source-list-table thead td {
40 background: rgb(229, 236, 249); 37 background: rgb(229, 236, 249);
41 font-weight: bold; 38 font-weight: bold;
42 text-align: left; 39 text-align: left;
43 } 40 }
44 41
45 #events-view-source-list-table td { 42 #events-view-source-list-table td {
46 border-bottom: 1px solid #afafaf; 43 border-bottom: 1px solid #afafaf;
47 border-left: 1px solid #afafaf; 44 border-left: 1px solid #afafaf;
48 font-size: 12px; 45 font-size: 75%;
49 padding: 3px; 46 padding: 3px;
50 text-overflow: ellipsis; 47 text-overflow: ellipsis;
51 white-space: nowrap; 48 white-space: nowrap;
52 } 49 }
53 50
54 #events-view-source-list-tbody .mouseover { 51 #events-view-source-list-tbody .mouseover {
55 background: rgb(244,244,255); 52 background: rgb(244,244,255);
56 } 53 }
57 54
58 #events-view-source-list-tbody .selected { 55 #events-view-source-list-tbody .selected {
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 color: rgb(112, 0, 112); 98 color: rgb(112, 0, 112);
102 } 99 }
103 100
104 #events-view-source-list-tbody .source-ipv6-probe-job { 101 #events-view-source-list-tbody .source-ipv6-probe-job {
105 color: red; 102 color: red;
106 } 103 }
107 104
108 #events-view-source-list-tbody .source-none { 105 #events-view-source-list-tbody .source-none {
109 color: red; 106 color: red;
110 } 107 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/net_internals/import_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698