Sha256: 9a2d2b961cba80200fb92f0d245f41de0684526bbf5bea54cc5ecbc2e22ed055

Contents?: true

Size: 1.85 KB

Versions: 27

Compression:

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

#navigation .container-fluid {
  padding-left: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#navigation .container-fluid .navbar-brand {
  padding: 0px;
  display: flex;
  align-items: center;
}

#navigation .container-fluid:before {
  content: '' !important;
  display: none;
}

#navigation .container-fluid:after {
  content: '' !important;
  display: none;
}

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

table#relationships .label {
  word-wrap: break-word;
  white-space: normal;
}

div.tag {
  display: inline-block;
}

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
pact_broker-2.29.0 public/stylesheets/index.css
pact_broker-2.27.6 public/stylesheets/index.css
pact_broker-2.27.5 public/stylesheets/index.css
pact_broker-2.27.4 public/stylesheets/index.css
pact_broker-2.27.3 public/stylesheets/index.css
pact_broker-2.27.2 public/stylesheets/index.css
pact_broker-2.27.0 public/stylesheets/index.css
pact_broker-2.26.1 public/stylesheets/index.css
pact_broker-2.26.0 public/stylesheets/index.css
pact_broker-2.25.0 public/stylesheets/index.css
pact_broker-2.24.0 public/stylesheets/index.css
pact_broker-2.23.4 public/stylesheets/index.css
pact_broker-2.23.3 public/stylesheets/index.css
pact_broker-2.23.2 public/stylesheets/index.css
pact_broker-2.23.1 public/stylesheets/index.css
pact_broker-2.23.0 public/stylesheets/index.css
pact_broker-2.22.0 public/stylesheets/index.css
pact_broker-2.21.0 public/stylesheets/index.css
pact_broker-2.20.0 public/stylesheets/index.css
pact_broker-2.19.2 public/stylesheets/index.css