X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2Fdashboard.css;h=cf2f34e815617599fc20824c30841b054f68e858;hb=62e2c02736e683dcb199af29dc4d2bddb9dec31d;hp=75e8ace435e46f1cbf3e8d2459ee09a09e5e6364;hpb=d96f4196feded6d1a68bf1bca69a43490e3ac0d8;p=civicrm-core.git diff --git a/css/dashboard.css b/css/dashboard.css index 75e8ace435..cf2f34e815 100644 --- a/css/dashboard.css +++ b/css/dashboard.css @@ -9,10 +9,8 @@ float: left; margin: 0; /* padding-bottom and min-height make sure that there is always a sizable drop zone. */ - min-height: 400px; - height: 400px; - height: auto !important; - padding: 0 0 250px; + min-height: 200px; + padding: 0 0 40px; list-style-type: none; } @@ -62,7 +60,7 @@ cursor: move; margin: 0 50px 0 0; padding: 0; - color: #fff; + color: #fcfcfc; } /* widget content / body*/ @@ -133,11 +131,11 @@ font-weight: normal; float: left; cursor: pointer; - color: #fff; + color: #fcfcfc; opacity: .7; } -#crm-container .widget-controls .crm-i:hover { +#crm-container .widget-controls:hover .crm-i { opacity: 1; } @@ -219,3 +217,13 @@ #crm-container .ui-sortable-placeholder * { visibility: hidden; } + +@media screen and (max-device-width: 50em), screen and (max-width: 50em) { + #crm-container .column { + width: 100%; + min-height: 0; + } + #crm-container .column-0 { + padding: 0; + } +}