Sha256: a98d412b5cbf0dfea032cb7b8e6bdaa320ad86e21015dba16c2cd4142ec327c4

Contents?: true

Size: 914 Bytes

Versions: 5

Compression:

Stored size: 914 Bytes

Contents

.profiler-report {
  border: solid 1px gray;
  border-collapse: collapse;
  margin-top: 5px;
}

.profiler-report th, .profiler-report td {
  vertical-align: top;
  padding: 3px;
}

.profiler-report thead {
  border: solid 1px gray;
  background: #c9e6ec;
}

.profiler-report th {
  vertical-align: middle;
  font-weight: bold;
}

.profiler-report th.location {
  width: 19%;
}

.profiler-report th.total-duration {
  width: 6%;
}
.profiler-report th.count {
  width: 6%;
}

.profiler-report th.average-duration {
  width: 6%;
}

.profiler-report th.max-duration {
  width: 6%;
}

.profiler-report th.max-duration-sql {
  width: 57%;
}

.profiler-report tbody tr:nth-child(even) {
  background-color: #eee;
}

.profiler-report .rank-bar {
  background-color: red; 
  height: 1.2em;
}

.profiler-report td.numeric {
  text-align: right;
}

.profiler-report td.sql {
  font-family: monospace;
  padding-left: 10px;
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
active-record-profiler-2.0.0 app/assets/stylesheets/active_record_profiler/application.css
active-record-profiler-1.2.1 app/assets/stylesheets/active_record_profiler/application.css
active-record-profiler-1.2.0 app/assets/stylesheets/active_record_profiler/application.css
active-record-profiler-1.1.0 app/assets/stylesheets/active_record_profiler/application.css
active-record-profiler-1.0 app/assets/stylesheets/active_record_profiler/application.css