Sha256: ea949c9eff5eb73ceff4a9768932a0ae0d0e863d3c14a06e6be28f2c396feedb

Contents?: true

Size: 1.08 KB

Versions: 1

Compression:

Stored size: 1.08 KB

Contents

testruns {
  display: block;
  overflow-y: scroll;
  height: 65%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

testrun {
  display: block;
}

testrunsummary {
  display: block;
  margin: 3px;
  border: 1px solid #aaa;
  left: 0;
  right: 0;
  padding: 3px;
  padding-left: 25px;
}

testrunsummary started, testrunsummary currenttest, testrunsummary statitics {
  display: block;
}

/* TODO icons for these */
testrunsummary.Running {
  background-image: url(/images/spinner.gif);
  background-repeat: no-repeat;
  background-position: 3px 4px;
}

testrunsummary.Success {
  background-color: lightgreen;
}

testrunsummary.Failed {
  background-color: #FFBBBB;
}

eventlog {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 35%;
  border-top: 3px solid black;
  overflow-y: scroll;
}

testevent {
  display: block;
  border-bottom: 1px solid black;
  line-height: 1.3em;
  padding-top: 2px;
  padding-bottom: 2px;
}

testevent timestamp {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

testevent.testFault {
  background-color: #FFBBBB;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lab_bench-0.2.0 assets/css/app.css