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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 } | 44 } |
45 | 45 |
46 #network-views.small #network-close-button { | 46 #network-views.small #network-close-button { |
47 top: 4px; | 47 top: 4px; |
48 } | 48 } |
49 | 49 |
50 .network.panel.viewing-resource #network-close-button { | 50 .network.panel.viewing-resource #network-close-button { |
51 display: block; | 51 display: block; |
52 } | 52 } |
53 | 53 |
54 .network.panel .sidebar { | |
55 position: absolute; | |
56 top: 0; | |
57 bottom: 0; | |
58 left: 0; | |
59 right: 0; | |
60 width: auto; | |
61 border: none; | |
62 background: inherit; | |
63 } | |
64 | |
65 .network.panel .data-grid th.sort-descending, | 54 .network.panel .data-grid th.sort-descending, |
66 .network.panel .data-grid th.sort-ascending { | 55 .network.panel .data-grid th.sort-ascending { |
67 background: white; | 56 background: white; |
68 } | 57 } |
69 | 58 |
70 #network-views .network-item-view .tabbed-pane-header { | 59 #network-views .network-item-view .tabbed-pane-header { |
71 flex: 0 0 31px; | 60 flex: 0 0 31px; |
72 padding-top: 8px; | 61 padding-top: 8px; |
73 padding-left: 13px; | 62 padding-left: 13px; |
74 white-space: nowrap; | 63 white-space: nowrap; |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
151 | 140 |
152 .panel.network .split-view { | 141 .panel.network .split-view { |
153 flex: auto; | 142 flex: auto; |
154 position: relative; | 143 position: relative; |
155 } | 144 } |
156 | 145 |
157 .network-filters-header { | 146 .network-filters-header { |
158 flex: 0 0 23px; | 147 flex: 0 0 23px; |
159 padding-right: 4px; | 148 padding-right: 4px; |
160 } | 149 } |
OLD | NEW |