From 8311ee221432efe60636c3a9b4e9ce48713751bf Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 10 Oct 2018 20:29:04 +0200 Subject: Improve basket management UI --- scss/custom.scss | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'scss') diff --git a/scss/custom.scss b/scss/custom.scss index 26d9747de..77f17c6e0 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -536,6 +536,34 @@ div#foot a:hover { } +#basket-manage #foot_pk{ + display: none; +} + +#basket-manage +#grid_pk_meta_wrapper{ + width: 50%; + float: left; + padding-bottom: 80px; +} + +#basket-add-button{ + width: 8%; + float: left; + margin: 20vh 1% 0 1%; +} + +#basket-content-wrapper{ + width: 40%; + float: left; +} + +#basket-content{ + text-align: left; + overflow: auto; + max-height: 60vh; +} + /* ui-autocomplete - start */ .ui-widget-content { -- cgit v1.2.3