OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. | 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. |
3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> | 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> |
4 * | 4 * |
5 * Redistribution and use in source and binary forms, with or without | 5 * Redistribution and use in source and binary forms, with or without |
6 * modification, are permitted provided that the following conditions | 6 * modification, are permitted provided that the following conditions |
7 * are met: | 7 * are met: |
8 * | 8 * |
9 * 1. Redistributions of source code must retain the above copyright | 9 * 1. Redistributions of source code must retain the above copyright |
10 * notice, this list of conditions and the following disclaimer. | 10 * notice, this list of conditions and the following disclaimer. |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 position: absolute; | 55 position: absolute; |
56 top: 0; | 56 top: 0; |
57 bottom: 0; | 57 bottom: 0; |
58 left: 0; | 58 left: 0; |
59 right: 0; | 59 right: 0; |
60 width: auto; | 60 width: auto; |
61 border: none; | 61 border: none; |
62 background: inherit; | 62 background: inherit; |
63 } | 63 } |
64 | 64 |
65 .network.panel .data-grid th.sort-descending, | |
66 .network.panel .data-grid th.sort-ascending { | |
67 background: white; | |
68 } | |
69 | |
70 #network-views .network-item-view .tabbed-pane-header { | 65 #network-views .network-item-view .tabbed-pane-header { |
71 flex: 0 0 31px; | 66 flex: 0 0 31px; |
72 padding-top: 8px; | 67 padding-top: 8px; |
73 padding-left: 13px; | 68 padding-left: 13px; |
74 white-space: nowrap; | 69 white-space: nowrap; |
75 } | 70 } |
76 | 71 |
77 #network-views.small .network-item-view .tabbed-pane-header { | 72 #network-views.small .network-item-view .tabbed-pane-header { |
78 flex-basis: 23px; | 73 flex-basis: 23px; |
79 padding-top: 0; | 74 padding-top: 0; |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
151 | 146 |
152 .panel.network .split-view { | 147 .panel.network .split-view { |
153 flex: auto; | 148 flex: auto; |
154 position: relative; | 149 position: relative; |
155 } | 150 } |
156 | 151 |
157 .network-filters-header { | 152 .network-filters-header { |
158 flex: 0 0 23px; | 153 flex: 0 0 23px; |
159 padding-right: 4px; | 154 padding-right: 4px; |
160 } | 155 } |
OLD | NEW |