diff --git a/module/block/ui/assigntomeblock.html.php b/module/block/ui/assigntomeblock.html.php
index 6b0bf07992..21ffb2665a 100644
--- a/module/block/ui/assigntomeblock.html.php
+++ b/module/block/ui/assigntomeblock.html.php
@@ -120,6 +120,7 @@ foreach($hasViewPriv as $type => $bool)
blockPanel
(
+ setClass('assigntome-block'),
to::heading
(
div
diff --git a/module/block/ui/bugblock.html.php b/module/block/ui/bugblock.html.php
index d0e9d83c0e..660dffdb66 100644
--- a/module/block/ui/bugblock.html.php
+++ b/module/block/ui/bugblock.html.php
@@ -20,6 +20,7 @@ if(!$longBlock)
blockPanel
(
+ setClass('bug-block list-block'),
dtable
(
set::id('bug-list'),
diff --git a/module/block/ui/buildblock.html.php b/module/block/ui/buildblock.html.php
index dd8c122ee9..0095613938 100644
--- a/module/block/ui/buildblock.html.php
+++ b/module/block/ui/buildblock.html.php
@@ -18,6 +18,7 @@ if(!$longBlock)
blockPanel
(
+ setClass('build-block list-block'),
dtable
(
set::height(318),
diff --git a/module/block/ui/caseblock.html.php b/module/block/ui/caseblock.html.php
index 90014fe100..16f5eb60d9 100644
--- a/module/block/ui/caseblock.html.php
+++ b/module/block/ui/caseblock.html.php
@@ -22,6 +22,7 @@ foreach($cases as $case) $case->lastRunDate = formatTime($case->lastRunDate, DT_
blockPanel
(
+ setClass('case-block list-block'),
dtable
(
set::id('case'),
diff --git a/module/block/ui/dynamicblock.html.php b/module/block/ui/dynamicblock.html.php
index 56e1283d76..a5b277e986 100644
--- a/module/block/ui/dynamicblock.html.php
+++ b/module/block/ui/dynamicblock.html.php
@@ -37,6 +37,6 @@ else
);
}
-blockPanel($content);
+blockPanel(setClass('dynamic-block'), $content);
render();
diff --git a/module/block/ui/executionlistblock.html.php b/module/block/ui/executionlistblock.html.php
index 4270a6e29d..349fd5807f 100644
--- a/module/block/ui/executionlistblock.html.php
+++ b/module/block/ui/executionlistblock.html.php
@@ -21,6 +21,7 @@ if(!$longBlock)
blockPanel
(
+ setClass('executionlist-block list-block'),
dtable
(
set::height(318),