قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-22 06:57:53 +00:00

* readd menu shadow to reporting menu * use margin instead of padding for pagewrap to ensure shaddow doesn't overlap in UI tests * remove no longer needed tweaks in UI tests * split into margin and padding of same parts, so shaddow of page wrap elements is fully visible in tests * simplify layout by using flex display * ensure pageWrap uses the height it needs, but width that is available * improve css * update expected UI test files * submodule update * Apply suggestions from code review Co-authored-by: Marc Neudert <marc@innocraft.com> * submodule update * submodule update --------- Co-authored-by: Marc Neudert <marc@innocraft.com>
80 خطوط
1.1 KiB
Plaintext
80 خطوط
1.1 KiB
Plaintext
.zenMode {
|
|
nav {
|
|
display: none;
|
|
}
|
|
|
|
#secondNavBar {
|
|
display: none;
|
|
}
|
|
|
|
#root #secondNavBar + .pageWrap {
|
|
width: 100%;
|
|
}
|
|
|
|
.bannerHeader {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
#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 td {
|
|
padding-top: 10px;
|
|
padding-bottom: 9px;
|
|
}
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
}
|