From e568313cd298a90723e3339c52f603bd0c6a7f4e Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 31 Jul 2017 16:11:05 -0400 Subject: [PATCH] adding padding to the edit and delete links the admin side edit and delete links on the list trail page needed padding --- css/admin.css | 4 ++++ views/admin/trailreports/index.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/css/admin.css b/css/admin.css index 787904f..6efc358 100644 --- a/css/admin.css +++ b/css/admin.css @@ -20,4 +20,8 @@ } .no-padding{ padding: 0 !important; +} +.trail-edit{ + display: inlike-block; + padding: 5px; } \ No newline at end of file diff --git a/views/admin/trailreports/index.html b/views/admin/trailreports/index.html index a82dad3..46449d2 100644 --- a/views/admin/trailreports/index.html +++ b/views/admin/trailreports/index.html @@ -21,7 +21,7 @@ {$data.report_date.date} {$data.report_blurb} {$data.report_notes} - EditDelete + EditDelete {/foreach} -- 2.17.1