X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2Fdashboard.css;h=ef17e63d85a683a4777a95ff95f8cf7541fd9133;hb=59dd77c6fde181e893ef275a12abb991997b60d4;hp=ff84027a6229951fc1feab9232e93712cc1e23ca;hpb=7049cd04781d36b874aff106a05abb446647d31c;p=civicrm-core.git diff --git a/css/dashboard.css b/css/dashboard.css index ff84027a62..ef17e63d85 100644 --- a/css/dashboard.css +++ b/css/dashboard.css @@ -1,5 +1,6 @@ #civicrm-dashboard > .crm-flex-box { min-height: 200px; + column-gap: 10px; } #civicrm-dashboard > .crm-flex-box > .crm-flex-2 { @@ -10,7 +11,7 @@ } .crm-container .crm-dashlet { - margin: 10px; + margin-bottom: 10px; box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.2); border-radius: 3px; } @@ -27,7 +28,7 @@ } .crm-container .crm-dashlet-header { - background-color: #5D677B; + background-color: #5d677b; display: block; padding: 5px 0; }