X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2Fdashboard.css;h=63d78c17764e677aba747a605d1657847fc36aa1;hb=f29828f6b334fd54682217a7a714724d5eed17e2;hp=88296b1be7a8e05443fe7cae60de1047ec1421c0;hpb=1d52d60838713134df1d4b0eb846b3db6abc5ac8;p=civicrm-core.git diff --git a/css/dashboard.css b/css/dashboard.css index 88296b1be7..63d78c1776 100644 --- a/css/dashboard.css +++ b/css/dashboard.css @@ -1,9 +1,17 @@ #civicrm-dashboard > .crm-flex-box { min-height: 200px; + column-gap: 10px; +} + +#civicrm-dashboard > .crm-flex-box > .crm-flex-2 { + min-width: 300px; +} +#civicrm-dashboard > .crm-flex-box > .crm-flex-3 { + min-width: 450px; } .crm-container .crm-dashlet { - margin: 10px; + margin-bottom: 10px; box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.2); border-radius: 3px; } @@ -84,7 +92,9 @@ fieldset.crm-inactive-dashlet-fieldset legend { #civicrm-dashboard .ui-sortable-placeholder { border: 2px dashed grey; visibility: visible !important; - height: 80px !important; + width: 226px; + height: 66px !important; + vertical-align: bottom; } #civicrm-dashboard .ui-sortable-placeholder * {