Sha256: d3143aba50b504667d0026267fea22df848005c7ab8e439e27e2ef78f8675cab

Contents?: true

Size: 820 Bytes

Versions: 3

Compression:

Stored size: 820 Bytes

Contents

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin-top: 1em;
}

.dashboard-stat {
  text-align: center;
  padding: 1em;
  display: table;
  width: 100%;
}

.dashboard-stat .cell {
  display: table-cell;
  vertical-align: middle;
  height: 200px;
}

.dashboard-stat h2 {
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}

.dashboard-stat.scheduled {
  background: #828E8C;
}

.dashboard-stat.running {
  background: #CFD0C1;
}

.dashboard-stat.failing {
  background: #E8866C;
}

.dashboard-value {
  font-size: 5em;
  line-height: 1em;
}

table {
  width: 100%;
}

button.plain {
  padding: 0;
  margin: 0;
  background: none;
  color: inherit;
  font-weight: normal;
}
.form-inline {
  display: inline-block;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
que-web-0.3.2 web/public/styles/application.css
que-web-0.3.1 web/public/styles/application.css
que-web-0.3.0 web/public/styles/application.css