vendor/hal-browser/styles.css in pact_broker-2.93.2 vs vendor/hal-browser/styles.css in pact_broker-2.93.3
- old
+ new
@@ -27,35 +27,34 @@
}
.inspector { height: 100%; }
.documentation { height: 100%; }
-.documentation iframe { width: 100%; height: 100%; }
-.documentation iframe { min-height: 600px } /* pact_broker Beth: don't know why we need this, it used to display full height without setting a min-height. No idea what changed. */
+.documentation iframe { width: 100%; height: 100%; border-color: transparent;}
.modal input, .modal textarea {
width: 90%;
}
.modal textarea {
height: 100px;
}
+.read-only {
+ background-color: #f5f5f5 !important;
+}
+
.links .btn {
padding: 2px 5px 2px;
font-size: 12px;
line-height: 14px;
}
body table.table {
- font-size: 11px;
+ font-size: 14px;
}
-body table.table td:nth-child(3) {
- word-wrap: break-word;
-}
-
.location-bar-container {
line-height: 30px;
}
.ajax-loader {
@@ -72,12 +71,10 @@
.ajax-loader.visible {
opacity: 1;
}
.embedded-resource-title {
font-style: italic;
- word-wrap: break-word;
}
-
.embedded-resource-title:before {
content: "\"";
}
.embedded-resource-title:after {
content: "\"";