From 4c8084199ab855b539a38f1527a442b02b24592d Mon Sep 17 00:00:00 2001 From: tfennelly Date: Wed, 10 Dec 2014 11:16:54 +0000 Subject: [PATCH] Tweaked build history col width defaults --- war/src/main/webapp/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/war/src/main/webapp/css/style.css b/war/src/main/webapp/css/style.css index d9c112f5af..d711f8ff8d 100644 --- a/war/src/main/webapp/css/style.css +++ b/war/src/main/webapp/css/style.css @@ -963,10 +963,10 @@ table.parameters > tbody:hover { font-weight: bold; } .build-row-cell .pane.build-details { - width: 45%; + width: 50%; } .build-row-cell .pane.build-controls { - width: 30%; + width: 25%; text-align: right; } .build-row-cell .pane.build-details.block { @@ -1049,7 +1049,7 @@ table.parameters > tbody:hover { } .build-row .build-row-cell { - visibility: hidden; + /*visibility: hidden;*/ } .build-row.overflow-checked .build-row-cell { visibility: visible; -- GitLab