aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-02-08 10:56:03 +0100
committerMario Vavti <mario@mariovavti.com>2017-02-08 10:56:03 +0100
commitace0a1cb754422da929784b9bd24b4c106d2a66e (patch)
tree362b5a9e82a67d9c4601a70cc4dc7981cf27464d /view/theme/redbasic/css
parent6ceaea8478a08e8f2a5fc10f085a99331cbef36f (diff)
downloadvolse-hubzilla-ace0a1cb754422da929784b9bd24b4c106d2a66e.tar.gz
volse-hubzilla-ace0a1cb754422da929784b9bd24b4c106d2a66e.tar.bz2
volse-hubzilla-ace0a1cb754422da929784b9bd24b4c106d2a66e.zip
do not show feature button if the app is shared. css fixes
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 02ee689ce..52a8abb03 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -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;
-} \ No newline at end of file
+}