summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorTom Needham <needham.thomas@gmail.com>2012-09-19 12:31:02 +0000
committerTom Needham <needham.thomas@gmail.com>2012-09-19 12:31:02 +0000
commit73ed13fe75204de79e6808876c1787ffc776f148 (patch)
tree6391a71180b71bf3d9be2aa38c810a8c84c55e91 /apps
parente5de1067ae9d13b070e4f619caadbbec4bb671cc (diff)
downloadnextcloud-server-73ed13fe75204de79e6808876c1787ffc776f148.tar.gz
nextcloud-server-73ed13fe75204de79e6808876c1787ffc776f148.zip
Increase click area of breadcrumb, fix oc-703
Diffstat (limited to 'apps')
-rw-r--r--apps/files/css/files.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index f35478ecc21..e31b3334515 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -87,3 +87,5 @@ a.action>img { max-height:16px; max-width:16px; vertical-align:text-bottom; }
#navigation>ul>li:first-child+li { padding-top:2.9em; }
#scanning-message{ top:40%; left:40%; position:absolute; display:none; }
+
+div.crumb a{ padding: 0.9em 0 0.7em 0; } \ No newline at end of file