diff --git a/static/css/dashboard.css b/static/css/dashboard.css index b390b155..ebc03082 100644 --- a/static/css/dashboard.css +++ b/static/css/dashboard.css @@ -483,11 +483,14 @@ .graph, .metrics-headline, .sources-countries-data, - .visits-date, + /* .visits-date, */ .headline-right img, .project img { display: none; } + .visits-referrer { + width: 140px; + } .metrics-one { margin: 8px 0 16px 0; background-color: #fafafa; @@ -551,6 +554,11 @@ .metrics-three-data { margin: 0; } + .metrics-three-data-content, + .metrics-three-data-headline { + padding-left: 16px; + padding-right: 16px; + } .languages-screens-group { width: 100%; flex-direction: column;