From 3a740a107f24eeff6544c932f4bf480a81092de2 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Thu, 17 Mar 2011 22:13:48 -0400 Subject: [PATCH 1/1] css "space between" hack only for margins --- metaform/style.css | 2 -- metaform/template.php | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/metaform/style.css b/metaform/style.css index d996a8a..c39d711 100644 --- a/metaform/style.css +++ b/metaform/style.css @@ -35,7 +35,6 @@ section > :first-child, nav > :first-child, div > :first-child, .first { - padding-top: 0px; margin-top: 0px; } td > :last-child, @@ -46,6 +45,5 @@ section > :last-child, nav > :last-child, div > :last-child, .last { - padding-bottom: 0px; margin-bottom: 0px; } diff --git a/metaform/template.php b/metaform/template.php index bb85036..aea7bd6 100644 --- a/metaform/template.php +++ b/metaform/template.php @@ -99,8 +99,7 @@ function ~file_name~_display_main() { } function ~file_name~_edit_main() { - pulldown('~name~', ~pulldown_options~); - + pulldown('~name~', ~pulldown_options~); $edit_id = format_int($_REQUEST['~file_name~_edit_id']); unset($_REQUEST['~file_name~_edit_id']); if($edit_id) { -- 1.7.10.4