diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2016-10-10 11:14:51 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-11-07 14:58:45 +0100 |
commit | 5bf7e5533d79c98d720d92ecee0125938805ff0f (patch) | |
tree | f8b9fc3fffa74f5ce858fd8184ed79663a6cd4d7 /core/css/styles.css | |
parent | 9e5e120ef9869b7c52d90e85782ec83a9217275d (diff) | |
download | nextcloud-server-5bf7e5533d79c98d720d92ecee0125938805ff0f.tar.gz nextcloud-server-5bf7e5533d79c98d720d92ecee0125938805ff0f.zip |
visually reflect sharing state of current folder
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/css/styles.css')
-rw-r--r-- | core/css/styles.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index d94a31c4cf1..6923ea42fc0 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -894,12 +894,15 @@ div.crumb.hidden { display: none; } div.crumb a, -div.crumb span { +div.crumb > span { position: relative; top: 12px; padding: 14px 24px 14px 17px; color: #555; } +div.crumb.last a { + padding-right: 14px; +} div.crumb:first-child a { position: relative; top: 13px; |