html/assets/machinery.css in machinery-tool-1.5.0 vs html/assets/machinery.css in machinery-tool-1.6.0

- old
+ new

@@ -30,14 +30,16 @@ color: #999999; font-size: 65%; } .scope-navigation { - font-size: 60%; margin-left: 30px; } +.inspection_details { + margin-left: 30px; +} .filter-input { margin-bottom: 10px; } @@ -64,10 +66,14 @@ .popover{ min-width: 500px; max-width: 800px; } +.popover button.close { + padding: 6px; +} + h1 { color: #3D3A38; } h2 { @@ -122,10 +128,23 @@ table.diff td.linenumber { color: #777777; border-right: solid 1px #cccccc; } +.inspection-details-popover .popover-content, .diff-popover .popover-content { max-height: 500px; overflow-y: auto; font-family: monospace; } + +.inspection-details-popover { + min-width: 800px; +} + +li.filter { + font-family: monospace; +} + +h1 { + display: inline-block; +}