diff --git a/dashboard/static/css/style.css b/dashboard/static/css/style.css
index 25d1b2a3e..96722a58a 100644
--- a/dashboard/static/css/style.css
+++ b/dashboard/static/css/style.css
@@ -157,11 +157,6 @@ div#right_list_wrapper {
margin-top: 20px;
}
-.message {
- white-space: pre-wrap;
- margin-top: 0.8em;
-}
-
.label {
font-weight: bold;
line-height: 135%;
@@ -181,6 +176,18 @@ div#right_list_wrapper {
margin: 0;
}
+.record {
+ margin-bottom: 1em;
+}
+
+.record .header {
+ font-weight: bold;
+}
+
+.record .message {
+ white-space: pre-wrap;
+}
+
a[href^="https://blueprints"]:after {
content: "↗";
opacity: 0.3;
@@ -308,7 +315,7 @@ a[href^="https://launchpad"]:after {
.statusInProgress, .statusInProgress a {
color: #000000;
}
-.statusFixCommitted, .statusFixCommitted a {
+.statusComplete, .statusComplete a, .statusFixCommitted, .statusFixCommitted a {
color: #005500;
}
.statusFixReleased, .statusFixReleased a {
diff --git a/dashboard/templates/_macros/activity_log.html b/dashboard/templates/_macros/activity_log.html
index 63a4cd701..c9145b9a1 100644
--- a/dashboard/templates/_macros/activity_log.html
+++ b/dashboard/templates/_macros/activity_log.html
@@ -1,9 +1,13 @@
-{% macro show_activity_log(user_id=None, company=None, blueprint_id=None, show_record_type=True, show_user_gravatar=True, gravatar_size=32) -%}
+{% macro show_activity_log(user_id=None, company=None, blueprint_id=None,
+show_record_type=True, show_user_gravatar=True, gravatar_size=32, show_all=True) -%}
{# Templates #}
-
-