diff --git a/view/theme/quattro/dark/style.css b/view/theme/quattro/dark/style.css
index 53864c12f5..0e5c394394 100644
--- a/view/theme/quattro/dark/style.css
+++ b/view/theme/quattro/dark/style.css
@@ -1210,6 +1210,9 @@ section {
.wall-item-container .wall-item-actions-social a {
margin-right: 3em;
}
+.wall-item-container .wall-item-actions-social a.active {
+ font-weight: bold;
+}
.wall-item-container .wall-item-actions-tools {
float: right;
width: 15%;
diff --git a/view/theme/quattro/green/style.css b/view/theme/quattro/green/style.css
index e099a31d6e..0532bc1ed1 100644
--- a/view/theme/quattro/green/style.css
+++ b/view/theme/quattro/green/style.css
@@ -1210,6 +1210,9 @@ section {
.wall-item-container .wall-item-actions-social a {
margin-right: 3em;
}
+.wall-item-container .wall-item-actions-social a.active {
+ font-weight: bold;
+}
.wall-item-container .wall-item-actions-tools {
float: right;
width: 15%;
diff --git a/view/theme/quattro/lilac/style.css b/view/theme/quattro/lilac/style.css
index 631b0233d6..a982c6e59c 100644
--- a/view/theme/quattro/lilac/style.css
+++ b/view/theme/quattro/lilac/style.css
@@ -1210,6 +1210,9 @@ section {
.wall-item-container .wall-item-actions-social a {
margin-right: 3em;
}
+.wall-item-container .wall-item-actions-social a.active {
+ font-weight: bold;
+}
.wall-item-container .wall-item-actions-tools {
float: right;
width: 15%;
diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less
index 5d25b0fb40..25a524043b 100644
--- a/view/theme/quattro/quattro.less
+++ b/view/theme/quattro/quattro.less
@@ -575,7 +575,9 @@ section {
a { margin-right: 3em; }
}
.wall-item-actions-social { float: left; margin-top: 0.5em;
- a { margin-right: 3em; }
+ a { margin-right: 3em;
+ .active { font-weight: bold;}
+ }
}
.wall-item-actions-tools { float: right; width: 15%;
a { float: right; }
diff --git a/view/theme/quattro/templates/photo_item.tpl b/view/theme/quattro/templates/photo_item.tpl
index 12c43eb0b2..6dfacdb78c 100644
--- a/view/theme/quattro/templates/photo_item.tpl
+++ b/view/theme/quattro/templates/photo_item.tpl
@@ -6,7 +6,7 @@
-
{{$item.item_photo_menu}}
- -{{$item.title}}
{{/if}} @@ -73,7 +73,7 @@ {{$cat.name}}{{if $cat.removeurl}} (x) {{/if}} {{/foreach}}