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

Side by Side Diff: tools/cc-frame-viewer/src/model_view.css

Issue 12287014: [cc-frame-viewer] Show layers and levels of detail (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 10 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
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 x-model-view { 5 x-model-view {
6 display: -webkit-flex; 6 display: -webkit-flex;
7 -webkit-flex-direction: column; 7 -webkit-flex-direction: column;
8 min-width: 0;
8 } 9 }
9 10
10 x-model-view { 11 x-model-view {
11 -webkit-user-select: none; 12 -webkit-user-select: none;
12 cursor: default; 13 cursor: default;
13 } 14 }
14 15
15 x-model-view > .lthi-picker { 16 x-model-view > .lthi-picker {
16 padding: 2px 1px 2px 1px; 17 padding: 2px 1px 2px 1px;
17 background-color: rgb(128, 128, 128); 18 background-color: rgb(128, 128, 128);
(...skipping 28 matching lines...) Expand all
46 width: 200px; 47 width: 200px;
47 border-right: 1px solid black; 48 border-right: 1px solid black;
48 overflow-y: auto; 49 overflow-y: auto;
49 } 50 }
50 51
51 52
52 x-model-view x-lthi-view, 53 x-model-view x-lthi-view,
53 x-model-view x-analysis-view { 54 x-model-view x-analysis-view {
54 padding: 4px 0 4px 12px; 55 padding: 4px 0 4px 12px;
55 } 56 }
OLDNEW
« no previous file with comments | « tools/cc-frame-viewer/src/model_test.html ('k') | tools/cc-frame-viewer/src/model_view_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698