From 3cd14418e79d3965f5db4b85badb26edce298941 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Daubensch=C3=BCtz?= Date: Wed, 1 Jul 2015 10:10:57 +0200 Subject: [PATCH] fix piece list bulk modal scaling --- sass/ascribe_piece_list_bulk_modal.scss | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/sass/ascribe_piece_list_bulk_modal.scss b/sass/ascribe_piece_list_bulk_modal.scss index d2c72113..736f8b6c 100644 --- a/sass/ascribe_piece_list_bulk_modal.scss +++ b/sass/ascribe_piece_list_bulk_modal.scss @@ -1,8 +1,9 @@ .ascribe-piece-list-bulk-modal { position: fixed; top:0; - width:1170px; - height:6em; + left: 3%; + width:94%; + max-width: 1174px; background-color: #FAFAFA; border-left: 0.1em solid #E0E0E0; @@ -12,6 +13,14 @@ border-bottom-right-radius: 5px; border-bottom: 0.2em solid #E0E0E0; z-index:1000; + + padding-bottom: 1em; +} + +@media(min-width:1174px){ + .ascribe-piece-list-bulk-modal { + left: auto; + } } .piece-list-bulk-modal-clear-all {