Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/activity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-10-10 13:20:59 +0300
committerJoas Schilling <coding@schilljs.com>2017-10-10 13:20:59 +0300
commitcdc48a101d929aea6a3f1c43aa2e9f3cde8464ce (patch)
tree17edbe145eb44f5b7d095c358526bf7cbbbcb115 /css
parenta0b5c121dbe1237946107eaa851030d2630e8e87 (diff)
Display the home icon for empty paths (root folder)
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'css')
-rwxr-xr-xcss/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index e11c589f..0dd1c305 100755
--- a/css/style.css
+++ b/css/style.css
@@ -146,6 +146,11 @@
font-weight: normal;
}
+.activitysubject span.icon-home {
+ display: inline-block;
+ margin-bottom: -2px;
+}
+
.activity-section .avatar {
vertical-align: middle;
display: inline-block;