diff --git a/browser/loops.css b/browser/loops.css
index 4ca8eb1..a28fd08 100644
--- a/browser/loops.css
+++ b/browser/loops.css
@@ -416,6 +416,13 @@ img.notselected {
font-weight: bold;
}
+.message {
+ font-weight: bold;
+ background-color: #c3d9ff;
+ padding: 4px;
+ margin-bottom: 4px;
+}
+
/* comments */
div.comment {
@@ -440,10 +447,6 @@ div.comment {
padding: 2px;
}
-.searchForm input.submit {
- font-weight: bold;
-}
-
/* blog */
.blog .description {
diff --git a/browser/skin/lobo/lobo.css b/browser/skin/lobo/lobo.css
index 31c0482..ea68852 100644
--- a/browser/skin/lobo/lobo.css
+++ b/browser/skin/lobo/lobo.css
@@ -417,6 +417,13 @@ img.notselected {
font-weight: bold;
}
+.message {
+ font-weight: bold;
+ background-color: #c3d9ff;
+ padding: 4px;
+ margin-bottom: 4px;
+}
+
/* lobo layout-specific classes */
.legend {
@@ -447,10 +454,6 @@ div.comment {
padding: 2px;
}
-.searchForm input.submit {
- font-weight: bold;
-}
-
/* blog */
.blog .description {
diff --git a/expert/browser/configure.zcml b/expert/browser/configure.zcml
index cca5154..4d71dfa 100644
--- a/expert/browser/configure.zcml
+++ b/expert/browser/configure.zcml
@@ -6,41 +6,52 @@
i18n_domain="loops">