1
0
Fork 0

Add active response support to quattro theme

- Add active classes to wall_thread.tpl, search_item.tpl and
photo_item.tpl
- Add styles both in the master LESS file and the generated variant CSS
themes
This commit is contained in:
Hypolite Petovan 2016-09-25 10:49:12 -04:00 committed by Tobias Diekershoff
commit 92da411465
7 changed files with 61 additions and 50 deletions

View file

@ -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%;