+
+
+
+
+ ${it.failCount}
+
+
+
+
+
+ ${it.skipCount}
+
+
+
+
+
+ ${it.passCount}
+
+
+
+
+
+
-
-
-
-
-
+
+
- ${%took(it.durationString)}
-
-
+ ${%took(it.durationString)}
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
-
-
-
+
+
diff --git a/src/main/resources/lib/hudson/test/edit-description-button.jelly b/src/main/resources/lib/hudson/test/edit-description-button.jelly
deleted file mode 100644
index d4a5606f0..000000000
--- a/src/main/resources/lib/hudson/test/edit-description-button.jelly
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
- Renders a button to add/edit the description of an item. Typically used when the button should appear in the
- app-bar instead of appearing below the description. To be used in combination with `editableDescription`.
-
- If the current user doesn't have this permission, the description
- is not editable.
-
-
- Optional value of the description. If not specified, will use '${it.description}'.
-
-
- Optional submission URL. If not specified, will use 'submitDescription'.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/main/webapp/styles.css b/src/main/webapp/styles.css
index ea89cb686..ce7aa3a98 100644
--- a/src/main/webapp/styles.css
+++ b/src/main/webapp/styles.css
@@ -1,22 +1,4 @@
-/* Details and pills */
-.jp-details {
- display: flex;
- align-items: center;
- gap: 0.75rem;
- margin-bottom: 0.875rem;
- margin-top: -0.25rem;
- flex-wrap: wrap;
-
- @media (width <= 800px) {
- margin-block: 0.75rem 1rem;
- }
-}
-
-.jenkins-app-bar .jp-details {
- margin-top: 0;
- margin-bottom: 0;
-}
-
+/* Pills */
.jp-pills {
display: flex;
gap: var(--jenkins-border-width);