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: e80b9fc12ec091b2e09970a35feb29c337e59674 (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
.zenMode {
  nav {
    display: none;
  }

  #secondNavBar {
    display: none;
  }

  #root #secondNavBar + .pageWrap {
    margin-left: 0;
  }
}

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

  /* DATATABLES */

  table.dataTable {
    th.sortable {
      border-left: 0;
      border-bottom: 0;
    }
    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: 10px;
      padding-bottom: 10px;
    }
  }

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

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

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

  .dataTableFooterNavigation {
    padding: 7px 0 0 0;

    > .row {
      margin-bottom: 0;
    }
  }

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

  .goalEntry {
    border-bottom: 0;
  }

  .relatedReferrerReports {
    display: none;
  }

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

}