Sha256: 3a7a6139c45e5e692257028a2891baf7e3407c3155921e94665490ab4d55ed2d

Contents?: true

Size: 984 Bytes

Versions: 5

Compression:

Stored size: 984 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 li {
  padding: 0 15px;
  line-height: 45px;
  color: #999999;
  font-size: 0.8125rem;
}

i.subtle {
  color: #999999;
}

.search {
  margin-top: 15px;
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
que-web-0.6.3 web/public/styles/application.css
que-web-0.6.2 web/public/styles/application.css
que-web-0.6.1 web/public/styles/application.css
que-web-0.6.0 web/public/styles/application.css
que-web-0.5.0 web/public/styles/application.css