From: Anthony Talarico Date: Mon, 31 Jul 2017 20:11:05 +0000 (-0400) Subject: adding padding to the edit and delete links X-Git-Tag: v1.0.0^2~6 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=e568313cd298a90723e3339c52f603bd0c6a7f4e;p=WP-Plugins%2Fglm-member-db-trailreports.git adding padding to the edit and delete links the admin side edit and delete links on the list trail page needed padding --- 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}