Sha256: daeb8f97751be9371a34561c9a876bee944ff78b0ddadf2e449a1926a0476ec1

Contents?: true

Size: 1012 Bytes

Versions: 2

Compression:

Stored size: 1012 Bytes

Contents

html, body {
  height: 100%;
  padding: 0;
  margin: 0;
}

#timeline {
  position: fixed;
  height: 35px;
  bottom: 2px;
  left: 0;
  width: calc(100% - 50px);

  padding-left: 25px;
  padding-right: 25px;
}

#timeline div.bar {
  position: absolute;
  border: 1px solid black;
  top: 25px;
  height: 10px;
  width: calc(100% - 135px);
}

#timeline button {
  float: right;
  margin: 1px;
  margin-top: 17px;
  height: 20px;
  width: 20px;
}

#timeline #control {
  width: 30px;
  font-size: 6pt;
  padding: 0;
}

#timeline div.progress {
  background-color: black;
  height: 100%;
}

img.marker {
  position: absolute;
  top: -25px;
  width: 20px;
  height: 30px;
}

div.info {
  border: 1px solid black;
  border-radius: 10px;
  padding: 5px;
  position: absolute;
  bottom: 40px;
  background: white;
}

div.info pre {
  display: block;
}

#results tr td:last-child {
  white-space: pre;
  font-family: monospace;
}

#debug {
  width: 100%;
  height: 400px;
  overflow-y: scroll;
  border: 1px solid black;
}

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
polymer-paper-rails-0.2.0 app/assets/components/web-animations-js/test/testharness_timing.css
polymer-core-rails-0.2.0 app/assets/components/web-animations-js/test/testharness_timing.css