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

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

Issue 12225131: [cc] Initial checkin of cc-frame-viewer (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
« no previous file with comments | « tools/cc-frame-viewer/src/inteactive_tests.html ('k') | tools/cc-frame-viewer/src/lthi_view.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 * found in the LICENSE file. */
4
5 x-lthi-view {
6 display: block;
7 -webkit-flex-direction: column;
8 }
9
10 x-lthi-view > x-lthi-view-options {
11 display: inline-span;
12 margins: 0 auto 0 auto;
13 }
14
15 x-lthi-view > x-lthi-view-options > span:not(:nth-child(1)) {
16 margin-left: 16px;
17 }
18
19 x-lthi-view > x-lthi-view-options > span {
20 margin-right: 8px;
21 }
22
23
24 x-lthi-view > x-trees {
25 display: -webkit-flex;
26 -webkit-flex-direction: row;
27 }
28
29 x-lthi-view > x-trees > *:not(:first-child) {
30 margin-left: 16px;
31 }
OLDNEW
« no previous file with comments | « tools/cc-frame-viewer/src/inteactive_tests.html ('k') | tools/cc-frame-viewer/src/lthi_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698