diff options
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 28 |
1 files changed, 28 insertions, 0 deletions
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 { |