michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: body { michael@0: font-family: sans-serif; michael@0: font-size: 11px; michael@0: background: #EEE; michael@0: color: #000; michael@0: } michael@0: michael@0: #header { michael@0: padding: 5px; michael@0: overflow-x:auto; michael@0: display: block; michael@0: } michael@0: michael@0: h1 { michael@0: font-size: 13px; michael@0: line-height: 15px; michael@0: padding: 3px 10px; michael@0: vertical-align: bottom; michael@0: margin: 0px; michael@0: background: linear-gradient(#BBB, #999); michael@0: border-radius: 2px; michael@0: text-shadow: #FFF 0px 1px 0px; michael@0: } michael@0: michael@0: h1 .info { michael@0: font-size: 11px; michael@0: line-height: 15px; michael@0: vertical-align: bottom; michael@0: float: right; michael@0: color: #333; michael@0: padding-right: 3px; michael@0: } michael@0: michael@0: .property-table { michael@0: padding: 2px 5px; michael@0: background: linear-gradient(#FFF, #F8F8F8); michael@0: color: #333; michael@0: width: 100%; michael@0: max-height: 330px; michael@0: overflow: auto; michael@0: display: block; michael@0: } michael@0: michael@0: .property-name { michael@0: font-size: 11px; michael@0: font-weight: bold; michael@0: padding-right: 4px; michael@0: color: #000; michael@0: white-space: nowrap; michael@0: text-align: right; michael@0: vertical-align: top; michael@0: width: 10%; michael@0: } michael@0: michael@0: .property-value { michael@0: padding-right: 5px; michael@0: font-size: 11px; michael@0: word-wrap: break-word; michael@0: width: 90%; michael@0: } michael@0: michael@0: div.group { michael@0: margin-top: 10px; michael@0: } michael@0: michael@0: div.group, michael@0: #header { michael@0: background: #FFF; michael@0: border-color: #E1E1E1; michael@0: border-style: solid; michael@0: border-width: 1px; michael@0: box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.2); michael@0: border-radius: 4px 4px 4px 4px; michael@0: } michael@0: michael@0: img#responseImageNode { michael@0: box-shadow: rgba(0,0,0,0.2) 0px 3px 3.5px; michael@0: max-width: 100%; michael@0: } michael@0: michael@0: #responseImageNodeDiv { michael@0: padding: 5px; michael@0: } michael@0: michael@0: #responseBodyFetchLink, #requestBodyFetchLink { michael@0: padding: 5px; michael@0: margin: 0; michael@0: cursor: pointer; michael@0: font-weight: bold; michael@0: font-size: 1.1em; michael@0: text-decoration: underline; michael@0: } michael@0: michael@0: .longStringEllipsis { michael@0: margin-left: 0.6em; michael@0: }