Sha256: 190ac66058e7b0d2d92638ebe97ddefa2daaabbe876ecde16ddf0df6f5998e7c

Contents?: true

Size: 1.34 KB

Versions: 2

Compression:

Stored size: 1.34 KB

Contents

.table-striped>tbody>tr>td.pact, .table-striped>thead>tr>th.pact {
  border-left: none;
  border-right: none;
}

.table-striped>tbody>tr>td.consumer, .table-striped>thead>tr>th.consumer {
  border-right: none;
}

.table-striped>tbody>tr>td.provider, .table-striped>thead>tr>th.provider {
  border-left: none;
}

table#relationships {
  table-layout: fixed;
}

table#relationships td,
table#relationships th {
  text-align: left;
  vertical-align: middle
}

table#relationships th,
table#relationships td {
  border-right: none;
  border-left: none;
}

table#relationships td.pact {
  text-align: center;
}

.relationships-size {
  text-align: right;
  color: gray;
}

.relationships-sort {
  padding-left:10px;
  cursor: pointer;
}

.hack {
  padding-right: 20px;
}

body { padding-top: 10px; }

.consumer, .provider {
  text-align: center;
  word-wrap: break-word;
}

.consumer-version-number, .provider-version-number {
  word-wrap: break-word;
}

span.pact {
  display: inline-block;
}

span.pact svg, span.pact-matrix svg {
  width: 20px !important;
  height: 20px !important;
  overflow: visible;
}

span.pact svg path, span.pact-matrix svg path {
  fill: #111111;
  stroke: #111111;
}

span.pact:hover svg path, span.pact-matrix:hover svg path {
  fill: #2a6496;
  stroke: #2a6496;
}

#top-left-menu li a{
  padding-left: 10px
}
#top-left-menu li{
  list-style: none;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pact_broker-2.15.0 public/stylesheets/index.css
pact_broker-2.14.0 public/stylesheets/index.css