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 .panel-status-bar { | 54 #network-container { |
55 border-bottom: 1px solid rgb(179, 179, 179); | 55 border-top: 1px solid rgb(179, 179, 179); |
56 } | 56 } |
57 | 57 |
58 .network.panel .sidebar { | 58 .network.panel .sidebar { |
59 position: absolute; | 59 position: absolute; |
60 top: 0; | 60 top: 0; |
61 bottom: 0; | 61 bottom: 0; |
62 left: 0; | 62 left: 0; |
63 right: 0; | 63 right: 0; |
64 width: auto; | 64 width: auto; |
65 border: none; | 65 border: none; |
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
323 | 323 |
324 .panel.network .split-view { | 324 .panel.network .split-view { |
325 flex: auto; | 325 flex: auto; |
326 position: relative; | 326 position: relative; |
327 } | 327 } |
328 | 328 |
329 .network-filters-header { | 329 .network-filters-header { |
330 flex: 0 0 23px; | 330 flex: 0 0 23px; |
331 padding-right: 4px; | 331 padding-right: 4px; |
332 } | 332 } |
OLD | NEW |