From 4c4fb74043fa264a29d83d63d77cbb96de83d840 Mon Sep 17 00:00:00 2001 From: tfennelly Date: Fri, 23 Jan 2015 13:00:56 +0000 Subject: [PATCH] [FIXED JENKINS-26365] Animated ball in job's build history widget won't open Console Output (cherry picked from commit 1dd60ec7780870f9c11686659178e52d251c15fc) Conflicts: changelog.html --- war/src/main/webapp/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/war/src/main/webapp/css/style.css b/war/src/main/webapp/css/style.css index 02fcd373ee..b7dcd0ac80 100644 --- a/war/src/main/webapp/css/style.css +++ b/war/src/main/webapp/css/style.css @@ -1066,7 +1066,7 @@ table.parameters > tbody:hover { .build-row-cell .pane.build-name .display-name, .build-row-cell .indent-multiline { - padding-left: 20px !important; /* Sync changes with func expandControlsTo50Percent in hudson-behavior.js */ + margin-left: 20px !important; /* Sync changes with func expandControlsTo50Percent in hudson-behavior.js */ } .build-row .build-row-cell { -- GitLab