You are here

google_analytics_reports.css in Google Analytics Reports 7

Same filename and directory in other branches
  1. 6 google_analytics_reports/google_analytics_reports.css
.google-analytics-referrals,
.google-analytics-keywords {
  width: 49.3%;
  float: left;
}
.google-analytics-referrals {
  margin-right: 1.4%;
}

.google-analytics-summary td {
  font-weight: bold;
}

.google-analytics-summary th {
  font-weight: normal;
}

.google-analytics-totals td {
  width: 20%;
}

.google-analytics-totals th {
  width: 30%;
}

/* Rubik doesn't style <ol>s */
.limiter .page-content .google-analytics-reports .item-list ol li {
  float: none;
  display: block;
  padding: 5px 10px 4px;
  border-bottom: 1px solid #f4f4f4;
  list-style: decimal;
  list-style-position: inside;
  display: list-item;
}

/* Touch up border in RootCandy */
.t .b .l .r .bl .br .google-analytics-reports th {
  border: none;
}

/* Hide blocks initially, since their contents load via ajax. */
#block-google-analytics-reports-path-mini,
#block-google-analytics-reports-dashboard {
  display: none;
}

File

google_analytics_reports/google_analytics_reports.css
View source
  1. .google-analytics-referrals,
  2. .google-analytics-keywords {
  3. width: 49.3%;
  4. float: left;
  5. }
  6. .google-analytics-referrals {
  7. margin-right: 1.4%;
  8. }
  9. .google-analytics-summary td {
  10. font-weight: bold;
  11. }
  12. .google-analytics-summary th {
  13. font-weight: normal;
  14. }
  15. .google-analytics-totals td {
  16. width: 20%;
  17. }
  18. .google-analytics-totals th {
  19. width: 30%;
  20. }
  21. /* Rubik doesn't style
      s */
    1. .limiter .page-content .google-analytics-reports .item-list ol li {
    2. float: none;
    3. display: block;
    4. padding: 5px 10px 4px;
    5. border-bottom: 1px solid #f4f4f4;
    6. list-style: decimal;
    7. list-style-position: inside;
    8. display: list-item;
    9. }
    10. /* Touch up border in RootCandy */
    11. .t .b .l .r .bl .br .google-analytics-reports th {
    12. border: none;
    13. }
    14. /* Hide blocks initially, since their contents load via ajax. */
    15. #block-google-analytics-reports-path-mini,
    16. #block-google-analytics-reports-dashboard {
    17. display: none;
    18. }