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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/perf_ui/overviewGrid.css

Issue 2623743002: DevTools: extract modules (non-extensions) (Closed)
Patch Set: rebaseline Created 3 years, 11 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
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2014 The Chromium Authors. All rights reserved. 2 * Copyright (c) 2014 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 .overview-grid-window-selector { 7 .overview-grid-window-selector {
8 position: absolute; 8 position: absolute;
9 top: 0; 9 top: 0;
10 bottom: 0; 10 bottom: 0;
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 58
59 .window-curtain-left { 59 .window-curtain-left {
60 left: 0; 60 left: 0;
61 border-right-style: solid; 61 border-right-style: solid;
62 } 62 }
63 63
64 .window-curtain-right { 64 .window-curtain-right {
65 right: 0; 65 right: 0;
66 border-left-style: solid; 66 border-left-style: solid;
67 } 67 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698