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

Side by Side Diff: bower_components/web-animations-js/test/testharness_timing.css

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 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
(Empty)
1 html, body {
2 height: 100%;
3 padding: 0;
4 margin: 0;
5 }
6
7 #timeline {
8 position: fixed;
9 height: 35px;
10 bottom: 2px;
11 left: 0;
12 width: calc(100% - 50px);
13
14 padding-left: 25px;
15 padding-right: 25px;
16 }
17
18 #timeline div.bar {
19 position: absolute;
20 border: 1px solid black;
21 top: 25px;
22 height: 10px;
23 width: calc(100% - 135px);
24 }
25
26 #timeline button {
27 float: right;
28 margin: 1px;
29 margin-top: 17px;
30 height: 20px;
31 width: 20px;
32 }
33
34 #timeline #control {
35 width: 30px;
36 font-size: 6pt;
37 padding: 0;
38 }
39
40 #timeline div.progress {
41 background-color: black;
42 height: 100%;
43 }
44
45 img.marker {
46 position: absolute;
47 top: -25px;
48 width: 20px;
49 height: 30px;
50 }
51
52 div.info {
53 border: 1px solid black;
54 border-radius: 10px;
55 padding: 5px;
56 position: absolute;
57 bottom: 40px;
58 background: white;
59 }
60
61 div.info pre {
62 display: block;
63 }
64
65 #results tr td:last-child {
66 white-space: pre;
67 font-family: monospace;
68 }
69
70 #debug {
71 width: 100%;
72 height: 400px;
73 overflow-y: scroll;
74 border: 1px solid black;
75 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698