Welcome to mirror list, hosted at ThFree Co, Russian Federation.

zen-mode.less « stylesheets « CoreHome « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 520d501d32ca68af2cbb9dfaabb520206643c846 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
#content:not(.admin), .widget, .ui-widget {

  .UserCountryMap .dataTableFooterIcons {
    display: block;
  }

  /* DATATABLES */

  table.dataTable {
    th.sortable {
      border-left: 0px;
      border-bottom: 0px;
    }
    th.columnSorted {
      font-weight: normal !important;
    }
    tr.subDataTable {
      font-weight: normal !important;
    }
    tr.subDataTable td.label .plusMinus + .label .value {
      font-weight: bold !important;
    }
    tr td {
      padding-top: 7px;
      padding-bottom: 7px;
    }
  }

  .dataTableActions.dataTableVizHtmlTable > .dataTableWrapper {
    width: 100%;
  }

  .dataTableActions table.dataTable  {
    td.column
    th.sortable:not(.first) {
      width: 50px;
    }
  }

  .dataTableVizHtmlTable > .dataTableWrapper {
    width: 500px;
  }

  .dataTableFooterNavigation {
    padding: 7px 0;
  }

  .dataTableFooterIcons {
    border-top: 0px;
  }

  .goalEntry:first-of-type {
    padding-top: 20px;
  }

  .goalEntry {
    border-bottom: 0px;
  }

  .relatedReferrerReports {
    display: none;
  }

  div[data-report="Goals.getItemsSku"] > .dataTableWrapper,
  div[data-report="Goals.getItemsName"] > .dataTableWrapper,
  div[data-report="Goals.getItemsCategory"] > .dataTableWrapper,
  div[data-report="Referrers.getReferrerType"] > .dataTableWrapper,
  div[data-report="Referrers.getAll"] > .dataTableWrapper {
    width: 800px;
  }

  .reportsByDimensionView .entityList {
    margin-left: 13px;
  }

}

#content:not(.admin), .widget {

  .reporting-page {
    .smallTopMargin:not(.graphEvolution) {
      margin-top: 20px;
    }
  }

  h2 {
    margin-top: 40px;
    padding: 16px 0 12px 0;
    font-size: 21px;

    &.noTopMargin {
      margin-top: 0;
      padding-top: 7px;
    }
  }

  .widget [piwik-widget-container] [piwik-widget]:first-child h2 {
    // eg Visits Overview with Graph should not have a margin-top
    margin-top: 0px;
  }
}

#root #dashboard .widget {
  h2 {
    padding-left: 10px;
  }
}

.widget {
  h2:nth-of-type(n+2) {
    padding-top: 40px!important;
    margin-top: 0!important;
  }
}

.dataTableFeatures .expandDataTableFooterDrawer {
  margin-bottom: -9px;
}