update Piwik to version 2.16 (fixes #91)
This commit is contained in:
parent
296343bf3b
commit
d885a4baa9
5833 changed files with 418860 additions and 226988 deletions
106
www/analytics/plugins/CoreHome/stylesheets/zen-mode.less
Normal file
106
www/analytics/plugins/CoreHome/stylesheets/zen-mode.less
Normal file
|
|
@ -0,0 +1,106 @@
|
|||
#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 {
|
||||
|
||||
h2:nth-of-type(n+2) {
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
padding-left: 0;
|
||||
font-size: 21px;
|
||||
padding: 16px 0 12px 0;
|
||||
}
|
||||
}
|
||||
|
||||
#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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue