From 801d002a2571f153c7722d94e8e90e30981d0ce1 Mon Sep 17 00:00:00 2001 From: Collin Barrett Date: Sat, 17 Feb 2018 15:42:28 -0600 Subject: [PATCH] cleanup close button --- .../ClientApp/components/ListDetailsModal.tsx | 2 +- src/FilterLists.Web/ClientApp/css/site.css | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/FilterLists.Web/ClientApp/components/ListDetailsModal.tsx b/src/FilterLists.Web/ClientApp/components/ListDetailsModal.tsx index c85579404..2849d2457 100644 --- a/src/FilterLists.Web/ClientApp/components/ListDetailsModal.tsx +++ b/src/FilterLists.Web/ClientApp/components/ListDetailsModal.tsx @@ -32,7 +32,7 @@ export default class ListDetailsModal extends React.Component { onRequestClose={this.handleCloseModal} shouldCloseOnOverlayClick={true}> - + ; return (
diff --git a/src/FilterLists.Web/ClientApp/css/site.css b/src/FilterLists.Web/ClientApp/css/site.css index 406a2056f..3502a5164 100644 --- a/src/FilterLists.Web/ClientApp/css/site.css +++ b/src/FilterLists.Web/ClientApp/css/site.css @@ -2,8 +2,6 @@ body { font-size: 16px; } -.push-to-bottom { - position: absolute; - bottom: 5%; - width: 100%; +#close-modal { + margin-top: 5px; } \ No newline at end of file