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 24 matching lines...) Expand all Loading... | |
35 | 35 |
36 #elements-content:not(.elements-wrap) > div { | 36 #elements-content:not(.elements-wrap) > div { |
37 display: inline-block; | 37 display: inline-block; |
38 min-width: 100%; | 38 min-width: 100%; |
39 } | 39 } |
40 | 40 |
41 #elements-content.elements-wrap { | 41 #elements-content.elements-wrap { |
42 overflow-x: hidden; | 42 overflow-x: hidden; |
43 } | 43 } |
44 | 44 |
45 .elements-topbar { | |
46 border-bottom: 1px solid hsla(0, 0%, 0%, 0.1); | |
47 flex-shrink: 0; | |
48 } | |
49 | |
50 #elements-crumbs { | 45 #elements-crumbs { |
51 flex: 0 0 19px; | 46 flex: 0 0 19px; |
52 background-color: white; | 47 background-color: white; |
53 border-top: 1px solid #ccc; | 48 border-top: 1px solid #ccc; |
54 overflow: hidden; | 49 overflow: hidden; |
55 height: 19px; | 50 height: 19px; |
56 width: 100%; | 51 width: 100%; |
57 } | 52 } |
58 | 53 |
59 .style-panes-wrapper { | 54 .style-panes-wrapper { |
60 overflow: auto; | 55 overflow: auto; |
61 } | 56 } |
62 | 57 |
63 .style-panes-wrapper > div:not(:first-child) { | 58 .style-panes-wrapper > div:not(:first-child) { |
64 border-top: 1px solid #ccc; | 59 border-top: 1px solid #ccc; |
65 } | 60 } |
66 | 61 |
67 .styles-animations-controls-pane > * { | |
68 margin: 6px 4px; | |
69 } | |
70 | |
71 .styles-animations-controls-pane { | |
72 border-bottom: 1px solid rgb(189, 189, 189); | |
73 height: 60px; | |
74 overflow: hidden; | |
75 background-color: #eee; | |
76 } | |
77 | |
78 .animations-controls { | |
79 width: 100%; | |
80 max-width: 200px; | |
81 display: flex; | |
82 align-items: center; | |
83 } | |
84 | |
85 .animations-controls > .toolbar { | |
86 display: inline-block; | |
87 } | |
88 | |
89 .animations-controls > input { | |
90 flex-grow: 1; | |
91 margin-right: 10px; | |
92 } | |
93 | |
94 .animations-controls > .playback-label { | |
95 width: 35px; | |
96 } | |
97 | |
98 .metrics-and-styles, | |
99 .metrics-and-computed { | |
luoe
2017/07/12 20:03:22
These 2 were introduced in the first implementatio
| |
100 display: flex !important; | |
101 flex-direction: column !important; | |
102 position: relative; | |
103 } | |
104 | |
105 .animation-section-body { | |
106 display: none; | |
107 } | |
108 | |
109 .animation-section-body.expanded { | |
110 display: block; | |
111 } | |
112 | |
113 .animation-section-body .section { | |
114 border-bottom: 1px solid rgb(191, 191, 191); | |
115 } | |
116 | |
117 .animationsHeader { | |
118 padding-top: 23px; | |
119 } | |
120 | |
121 .global-animations-toolbar { | |
122 position: absolute; | |
123 top: 0; | |
124 width: 100%; | |
125 background-color: #eee; | |
126 border-bottom: 1px solid rgb(163, 163, 163); | |
127 padding-left: 10px; | |
128 } | |
129 | |
130 .view > .toolbar { | |
luoe
2017/07/12 20:03:22
Introduced here: https://codereview.chromium.org/2
| |
131 border-bottom: 1px solid #eee; | |
132 } | |
133 | |
134 .events-pane .section:not(:first-of-type) { | |
135 border-top: 1px solid rgb(231, 231, 231); | |
136 } | |
137 | |
138 .events-pane .section { | |
139 margin: 0; | |
140 } | |
141 | |
142 .events-pane .toolbar { | |
143 border-bottom: 1px solid #eee; | |
144 } | |
145 | |
146 .properties-widget-section { | 62 .properties-widget-section { |
147 padding: 2px 0px 2px 5px; | 63 padding: 2px 0px 2px 5px; |
148 flex: none; | 64 flex: none; |
149 } | 65 } |
150 | 66 |
151 .elements-tree-header { | 67 .elements-tree-header { |
152 height: 24px; | 68 height: 24px; |
153 border-top: 1px solid #eee; | 69 border-top: 1px solid #eee; |
154 border-bottom: 1px solid #eee; | 70 border-bottom: 1px solid #eee; |
155 display: flex; | 71 display: flex; |
156 flex-direction: row; | 72 flex-direction: row; |
157 align-items: center; | 73 align-items: center; |
158 } | 74 } |
159 | 75 |
160 .elements-tree-header-frame { | 76 .elements-tree-header-frame { |
161 margin-left: 6px; | 77 margin-left: 6px; |
162 margin-right: 6px; | 78 margin-right: 6px; |
163 flex: none; | 79 flex: none; |
164 } | 80 } |
OLD | NEW |