Sha256: e33afaadc915fe50a80ec74257675544709fe172075fbfa51f0cdb6c23788c0f

Contents?: true

Size: 1.98 KB

Versions: 4

Compression:

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

div.getting-started {
  max-width: 600px;
  margin-bottom: 50px;
}

td.to-be-deleted {
  background-color: #f2dede !important
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pact_broker-2.34.0 public/stylesheets/index.css
pact_broker-2.33.0 public/stylesheets/index.css
pact_broker-2.32.0 public/stylesheets/index.css
pact_broker-2.31.0 public/stylesheets/index.css