106 lines
1.8 KiB
Text
106 lines
1.8 KiB
Text
#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;
|
|
}
|