Sha256: 9c9a4e9f63f6b7b3adb1a07e45069c831212879a2cb3b1ec4ac573a1b8ed94d8
Contents?: true
Size: 1.37 KB
Versions: 120
Compression:
Stored size: 1.37 KB
Contents
#browser #location-bar { margin: 10px 0; } #browser #location-bar .address { border: 1px solid #999; padding: 4px; margin: 0; } #browser #headers-bar { border: 1px solid #888; padding: 5px } #request-headers { border: 0; outline: none; padding: 0; resize: vertical; width: 100%; height: 40px; margin-bottom: 0px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .inspector { height: 100%; } .documentation { height: 100%; } .documentation iframe { width: 100%; height: 100%; } .documentation iframe { min-height: 600px } /* Beth: don't know why we need this, it used to display full height without setting a min-height. No idea what changed. */ .modal input, .modal textarea { width: 90%; } .modal textarea { height: 100px; } .links .btn { padding: 2px 5px 2px; font-size: 12px; line-height: 14px; } body table.table { font-size: 11px; } .location-bar-container { line-height: 30px; } .ajax-loader { vertical-align: middle; background-image: url("./vendor/img/ajax-loader.gif"); background-repeat: no-repeat; width: 16px; height: 16px; margin-left: 6px; opacity: 0; display: inline-block; transition: opacity 1s; } .ajax-loader.visible { opacity: 1; } .embedded-resource-title { font-style: italic; } .embedded-resource-title:before { content: "\""; } .embedded-resource-title:after { content: "\""; }
Version data entries
120 entries across 120 versions & 1 rubygems