From 132eb7c803ad81798b4c6f36326e43cd0ba18b17 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Thu, 6 Apr 2023 13:56:44 +0200 Subject: dashboard: put cause and fix bisection info blocks closer Align them horizontally instead of vertically. This will save space on the bug info page. --- pkg/html/pages/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'pkg/html') diff --git a/pkg/html/pages/style.css b/pkg/html/pages/style.css index a792d76be..09bcc90a0 100644 --- a/pkg/html/pages/style.css +++ b/pkg/html/pages/style.css @@ -330,3 +330,15 @@ aside { .input-group button { width: 20pt; } + +.bug-bisection-info { + float:left; + margin-right: 15px; + margin-bottom: 5px; + padding: 5px; +} + +.bug-bisection-stop { + clear: both; + margin-bottom: 10px; +} -- cgit mrf-deployment