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

Side by Side Diff: Source/devtools/front_end/networkPanel.css

Issue 188473003: Network log top border shouldn't stick to status bar. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698