From 31a7d83861a3e2caa6f193ef2d201ff157da3187 Mon Sep 17 00:00:00 2001 From: sLorenzini Date: Fri, 1 Mar 2013 14:58:30 +0100 Subject: [PATCH] [-] BO: fixed bug block shipping display in orders --- admin-dev/themes/default/css/admin.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/admin-dev/themes/default/css/admin.css b/admin-dev/themes/default/css/admin.css index 4ae248b1b..b057f2c6e 100644 --- a/admin-dev/themes/default/css/admin.css +++ b/admin-dev/themes/default/css/admin.css @@ -662,3 +662,8 @@ ul.listForm li {padding-bottom:3px;} background: linear-gradient(top, #ddd, #aaa); color: #666 } + +/******** CREATE AN ORDER **************/ + +#carrier_form label{padding-top:0} +#carrier_form input{margin-top:3px} \ No newline at end of file