Sha256: 5fd42c908e611b659e7cf95574f68f229c4c5647ccf45c75be500095380c17f5

Contents?: true

Size: 762 Bytes

Versions: 3

Compression:

Stored size: 762 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;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
que-web-0.2.2 web/public/styles/application.css
que-web-0.2.1 web/public/styles/application.css
que-web-0.2.0 web/public/styles/application.css