From 73ed13fe75204de79e6808876c1787ffc776f148 Mon Sep 17 00:00:00 2001 From: Tom Needham Date: Wed, 19 Sep 2012 12:31:02 +0000 Subject: [PATCH] Increase click area of breadcrumb, fix oc-703 --- apps/files/css/files.css | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5