1
0
Fork 0

New template for shared content instead of hardcoded stuff in source

This commit is contained in:
Michael Vogel 2016-06-07 22:29:50 +02:00
commit e2e32eecac
5 changed files with 56 additions and 24 deletions

View file

@ -1426,6 +1426,15 @@ section.minimal {
font-size: 12px;
}
.shared-time {
color: #999;
font-size: 12px;
}
.shared_header {
line-height: 14px;
}
.wall-item-network {
color: #999;
font-size: 12px;
@ -1504,7 +1513,8 @@ section.minimal {
color: #36c;
}
.wall-item-container .wall-item-name {
.wall-item-container .wall-item-name,
.wall-item-container .shared-author {
color: black;
font-weight: bold;
-webkit-transition: all 0.2s ease-in-out;
@ -1515,7 +1525,9 @@ section.minimal {
}
.toplevel_item:hover .wall-item-name,
.wall-item-container:hover .wall-item-name {
.wall-item-container:hover .wall-item-name,
.toplevel_item:hover .shared-author,
.wall-item-container:hover .shared-author {
color: #36c;
font-weight: bold;
-webkit-transition: all 0.2s ease-in-out;