From cc3c8c374166c7396254e47b1c2a49977a40217d Mon Sep 17 00:00:00 2001 From: WillAnd Date: Mon, 15 Jun 2015 18:59:58 +0100 Subject: [PATCH] Fix display issues --- .../Admin/Content/Styles/ecommerce-admin.css | 2 +- .../AddSpecification.cshtml | 54 +++++++++---------- .../Admin/Views/ProductVariant/Details.cshtml | 2 +- .../Areas/Admin/Views/Webpage/Brand.cshtml | 4 +- .../Areas/Admin/Views/Webpage/Category.cshtml | 4 +- 5 files changed, 31 insertions(+), 35 deletions(-) diff --git a/MrCMS.Web/Apps/Ecommerce/Areas/Admin/Content/Styles/ecommerce-admin.css b/MrCMS.Web/Apps/Ecommerce/Areas/Admin/Content/Styles/ecommerce-admin.css index b2b026149..be05d1bec 100644 --- a/MrCMS.Web/Apps/Ecommerce/Areas/Admin/Content/Styles/ecommerce-admin.css +++ b/MrCMS.Web/Apps/Ecommerce/Areas/Admin/Content/Styles/ecommerce-admin.css @@ -11,7 +11,7 @@ span.peter-river { background-color: #3498db; color: #ffffff !important; text-sh tr.error { color: initial; } -.select2-container .select2-choice { height: 55px; } +.select2-container .select2-choice { height: 55px !important; } /*Reports*/ legend { border: none !important; margin: 0 0 10px 0 !important; } diff --git a/MrCMS.Web/Apps/Ecommerce/Areas/Admin/Views/EcommerceSearchablePage/AddSpecification.cshtml b/MrCMS.Web/Apps/Ecommerce/Areas/Admin/Views/EcommerceSearchablePage/AddSpecification.cshtml index 74a95f386..58791727d 100644 --- a/MrCMS.Web/Apps/Ecommerce/Areas/Admin/Views/EcommerceSearchablePage/AddSpecification.cshtml +++ b/MrCMS.Web/Apps/Ecommerce/Areas/Admin/Views/EcommerceSearchablePage/AddSpecification.cshtml @@ -14,43 +14,39 @@ @Html.Hidden("categoryId", category != null ? category.Id : 0) -
-
-