diff --git a/js/apps/system/_admin/aardvark/APP/frontend/scss/_accordion.scss b/js/apps/system/_admin/aardvark/APP/frontend/scss/_accordion.scss index 7f9f53696b..9c134229a6 100644 --- a/js/apps/system/_admin/aardvark/APP/frontend/scss/_accordion.scss +++ b/js/apps/system/_admin/aardvark/APP/frontend/scss/_accordion.scss @@ -8,7 +8,8 @@ .accordion-heading { - padding-top: 15px; + padding-bottom: 20px; + padding-top: 25px; a { border: 1px solid $c-accordion-heading; diff --git a/js/apps/system/_admin/aardvark/APP/frontend/scss/_collection.scss b/js/apps/system/_admin/aardvark/APP/frontend/scss/_collection.scss index 333ae7bff4..9f4c6787c4 100644 --- a/js/apps/system/_admin/aardvark/APP/frontend/scss/_collection.scss +++ b/js/apps/system/_admin/aardvark/APP/frontend/scss/_collection.scss @@ -5,7 +5,6 @@ text-align: left; width: 20% !important; - select, textarea { margin-top: 10px; } diff --git a/js/apps/system/_admin/aardvark/APP/frontend/scss/_modals.scss b/js/apps/system/_admin/aardvark/APP/frontend/scss/_modals.scss index ce16ae56f5..57a59c89f8 100644 --- a/js/apps/system/_admin/aardvark/APP/frontend/scss/_modals.scss +++ b/js/apps/system/_admin/aardvark/APP/frontend/scss/_modals.scss @@ -35,9 +35,18 @@ } .select2-drop-active { + border: 2px solid $c-info; + border-top: 0; + margin-top: -2px; + width: 452px !important; z-index: 9999999; } +.select2-results, +.select2-no-results { + font-weight: 100; +} + .modal-tabbar { border-bottom: 1px solid $c-darker-grey; } @@ -49,13 +58,27 @@ font-weight: 300; max-height: 410px; + input { + height: 20px; + } + + select { + height: 33px; + } + + .select2-container-multi.select2-container-active { + .select2-choices { + border: 2px solid $c-info; + } + } + .select2-choices { background-image: none !important; - border: 1px solid $c-dark-grey; + border: 2px solid $c-content-border; border-radius: 3px; -webkit-box-shadow: none; box-shadow: none; - width: 450px; + width: 448px; input { @extend %inputs; @@ -270,11 +293,12 @@ } select { + margin-top: 0; width: 452px; } .collectionTh { - height: 50px; + height: 55px; } .tab-content { @@ -302,8 +326,7 @@ color: $c-white; font-size: 9pt; font-weight: 100; - margin-bottom: 5px; - margin-top: -7px; + margin-top: -9px; padding-left: 5px; padding-right: 5px; position: absolute; @@ -412,7 +435,6 @@ .modal table tr, .thBorderBottom { - border-bottom: 1px solid $c-modal-table-border-bottom !important; } .modal-delete-confirmation { diff --git a/js/apps/system/_admin/aardvark/APP/frontend/scss/style.css b/js/apps/system/_admin/aardvark/APP/frontend/scss/style.css index 91f5a86a2f..8e929ad399 100644 --- a/js/apps/system/_admin/aardvark/APP/frontend/scss/style.css +++ b/js/apps/system/_admin/aardvark/APP/frontend/scss/style.css @@ -4104,7 +4104,6 @@ input.gv-radio-button { text-align: left; width: 20% !important; } .collectionTh input, - .collectionTh select, .collectionTh textarea { margin-top: 10px; }