Sha256: b6b4e13a38fff5a7ccd33553a77a41aa0b865d7bef259fd95b7e79ec89910269

Contents?: true

Size: 1.65 KB

Versions: 3

Compression:

Stored size: 1.65 KB

Contents

/*
 *= require ./bootstrap
 *= require ./selectize.default
 *= require ./github
 *= require ./daterangepicker-bs3
 *= require_self
 */

pre {
  border: none;
  border-radius: 0;
}

body {
  padding-top: 20px;
  padding-bottom: 20px;
}

.results-table th {
  cursor: pointer;
}

.results-table thead {
  background-color: #fff;
}

.results-table img {
  max-width: 200px;
  max-height: 200px;
}

input.search {
  border: none;
  box-shadow: none;
}

input.search:focus {
  outline: none;
  box-shadow: none;
}

.button_to {
  display: inline-block;
}

.button_to input:focus {
  outline: none;
}

.form-inline .selectize-control, .text-right .selectize-control {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 20px;
  text-align: left;
}

#editor-container {
  background-color: #141414;
  padding-top: 10px;
  padding-bottom: 10px;
}

#editor {
  display: none;
  height: 160px;
}

.ace_print-margin-layer {
  display: none;
}

.ace_gutter-cell.error {
  background-color: red;
}

.chart {
  height: 300px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.chart > .results-container {
  height: 300px;
  border: solid 1px #ddd;
  overflow: scroll;
  text-align: left;
}

.dashboard a {
  font-weight: bold;
}

#search-item {
  display: none;
}

.creator {
  text-align: right;
  color: #999;
}

.vars {
  color: #ccc;
}

.check-state {
  font-weight: bold;
}

.check-state a {
  color: inherit;
}

.check-state.failing {
  color: red;
}

.check-state.passing {
  color: #5cb85c;
}

.check-state.error {
  color: #666;
}

.check-state.timed_out {
  color: orange;
}

.check-state.disabled {
  color: #000;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
blazer-1.6.1 app/assets/stylesheets/blazer/application.css
blazer-1.6.0 app/assets/stylesheets/blazer/application.css
blazer-1.5.1 app/assets/stylesheets/blazer/application.css