do not show feature button if the app is shared. css fixes

This commit is contained in:
Mario Vavti
2017-02-08 10:56:03 +01:00
parent 6ceaea8478
commit ace0a1cb75
3 changed files with 8 additions and 5 deletions

View File

@@ -2104,6 +2104,9 @@ dl.bb-dl > dd > li {
font-size: 80px;
color: $toolicon_colour;
text-shadow: 3px 3px 3px lightgrey;
}
.app-detail {
text-align: center;
}
@@ -2112,4 +2115,4 @@ dl.bb-dl > dd > li {
margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
}