PDF rausgenommen
This commit is contained in:
121
msd2/tracking/piwik/plugins/CoreHome/stylesheets/_donate.less
Normal file
121
msd2/tracking/piwik/plugins/CoreHome/stylesheets/_donate.less
Normal file
@ -0,0 +1,121 @@
|
||||
.piwik-donate-call {
|
||||
padding: 13px;
|
||||
border: 1px solid #CCC;
|
||||
border-radius: 4px;
|
||||
max-width: 458px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#piwik-worth {
|
||||
font-size: 1.2em;
|
||||
font-weight: bold;
|
||||
display: block;
|
||||
margin: 0 1em 0 0;
|
||||
}
|
||||
|
||||
.piwik-donate-slider {
|
||||
margin: 0 0 1em 1em;
|
||||
}
|
||||
|
||||
.piwik-donate-slider > .slider-range {
|
||||
vertical-align: top;
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
border: 1px solid #999;
|
||||
|
||||
background-color: #f7f7f7;
|
||||
|
||||
border-radius: 6px;
|
||||
|
||||
height: 14px;
|
||||
width: 270px;
|
||||
margin: 22px 8px 0 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.piwik-donate-slider .slider-position {
|
||||
border: 1px solid #999;
|
||||
background-color: #CCC;
|
||||
|
||||
border-radius: 3px;
|
||||
|
||||
height: 18px;
|
||||
width: 10px;
|
||||
|
||||
position: absolute;
|
||||
top: -3px;
|
||||
left: -1px;
|
||||
}
|
||||
|
||||
.piwik-donate-slider .slider-donate-amount {
|
||||
display: inline-block;
|
||||
padding: .3em .5em .3em .5em;
|
||||
margin: 16px 8px 0 0;
|
||||
vertical-align: top;
|
||||
text-align: center;
|
||||
background-color: #CCC;
|
||||
color: #333;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.piwik-donate-slider .slider-smiley-face {
|
||||
margin: 8px 0 8px 0;
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.piwik-donate-call .donate-submit {
|
||||
min-height: 55px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.piwik-donate-call .donate-submit input {
|
||||
margin-left: 13px !important;
|
||||
border-style: none !important;
|
||||
box-shadow: none !important;
|
||||
background-image: none;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.piwik-donate-call .donate-submit a {
|
||||
display: inline-block;
|
||||
margin-left: 1.2em;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.piwik-donate-call .donate-submit a.donate-spacer {
|
||||
margin-bottom:.5em;
|
||||
visibility:hidden;
|
||||
}
|
||||
|
||||
.piwik-donate-call .donate-submit a.donate-one-time {
|
||||
position: absolute;
|
||||
bottom: .5em;
|
||||
right: 1.2em;
|
||||
}
|
||||
|
||||
.piwik-donate-call > .piwik-donate-message {
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
|
||||
.piwik-donate-call > .piwik-donate-message p {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.piwik-donate-call > .form-description {
|
||||
margin-top: 1.25em;
|
||||
}
|
||||
|
||||
.donate-form-instructions {
|
||||
font-size: .8em;
|
||||
margin: 0 1.25em 0 0;
|
||||
color: @theme-color-text-lighter;
|
||||
}
|
||||
|
||||
.widget .piwik-donate-call {
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
.widget .piwik-donate-slider > .slider-range {
|
||||
width: 205px;
|
||||
}
|
69
msd2/tracking/piwik/plugins/CoreHome/stylesheets/cloud.less
Normal file
69
msd2/tracking/piwik/plugins/CoreHome/stylesheets/cloud.less
Normal file
@ -0,0 +1,69 @@
|
||||
@-moz-document url-prefix() {
|
||||
// see bug in Firefox 30+
|
||||
// https://github.com/piwik/piwik/issues/5242
|
||||
// https://bugzilla.mozilla.org/show_bug.cgi?id=1012640
|
||||
.tagCloud + .dataTableFeatures {
|
||||
clear: left;
|
||||
}
|
||||
.tagCloud .word {
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.tagCloud {
|
||||
|
||||
img {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.word a {
|
||||
text-decoration: none;
|
||||
|
||||
}
|
||||
|
||||
.word {
|
||||
padding: 5px 15px 10px 8px;
|
||||
white-space: nowrap;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.valueIsZero {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
span.size0, span.size0 a {
|
||||
color: #1f497a !important;
|
||||
font-size: 46px;
|
||||
}
|
||||
|
||||
span.size1, span.size1 a {
|
||||
color: #24568f !important;
|
||||
font-size: 40px;
|
||||
}
|
||||
|
||||
span.size2, span.size2 a {
|
||||
color: #2962a3 !important;
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
span.size3, span.size3 a {
|
||||
color: #255792 !important;
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
span.size4, span.size4 a {
|
||||
color: #337acc !important;
|
||||
font-size: 19px;
|
||||
}
|
||||
|
||||
span.size5, span.size5 a {
|
||||
color: #5c95d6 !important;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
span.size6, span.size6 a {
|
||||
color: #5c95d6 !important;
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
@ -0,0 +1,3 @@
|
||||
.color-manager {
|
||||
color: transparent;
|
||||
}
|
266
msd2/tracking/piwik/plugins/CoreHome/stylesheets/coreHome.less
Normal file
266
msd2/tracking/piwik/plugins/CoreHome/stylesheets/coreHome.less
Normal file
@ -0,0 +1,266 @@
|
||||
.home {
|
||||
p {
|
||||
padding-bottom: 1em;
|
||||
margin-right: 1em;
|
||||
margin-left: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
.card h2 {
|
||||
&.card-title,
|
||||
.card-title {
|
||||
padding: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* Content */
|
||||
#content.home {
|
||||
font-size: 14px;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#content.admin {
|
||||
display: inline-block;
|
||||
max-width: 1300px;
|
||||
|
||||
> .row {
|
||||
margin: 0 -0.75rem;
|
||||
}
|
||||
}
|
||||
|
||||
/* 2 columns reports */
|
||||
#leftcolumn {
|
||||
float: left;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
#rightcolumn {
|
||||
float: right;
|
||||
width: 45%;
|
||||
}
|
||||
|
||||
/* not in widget */
|
||||
.widget #leftcolumn, .widget #rightcolumn {
|
||||
float: left;
|
||||
padding: 0 10px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.accessibility-skip-to-content {
|
||||
font-size: 14px;
|
||||
position: absolute;
|
||||
left: -10000px;
|
||||
top: 0;
|
||||
}
|
||||
.accessibility-skip-to-content:focus {
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 140px;
|
||||
}
|
||||
|
||||
/* Calendar*/
|
||||
div.ui-datepicker {
|
||||
font-size: 62.5%;
|
||||
}
|
||||
|
||||
.ui-datepicker-current-period a, .ui-datepicker-current-period a:link, .ui-datepicker-current-period a:visited {
|
||||
border: 1px solid #2E85FF;
|
||||
color: #2E85FF;
|
||||
}
|
||||
|
||||
#otherPeriods a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#otherPeriods a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#currentPeriod {
|
||||
border-bottom: 1px dotted #520202;
|
||||
}
|
||||
|
||||
.hoverPeriod {
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
border-bottom: 1px solid #520202;
|
||||
}
|
||||
|
||||
#calendarRangeTo {
|
||||
margin-left: 175px;
|
||||
}
|
||||
|
||||
#calendarRangeFrom {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#inputCalendarFrom, #inputCalendarTo {
|
||||
margin-left: 10px;
|
||||
width: 95px;
|
||||
padding: 5px 10px;
|
||||
font-size: 12px;
|
||||
line-height: 12px;
|
||||
}
|
||||
|
||||
#calendarApply {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#invalidDateRange {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.reporting-page {
|
||||
.sparklines {
|
||||
max-width: 1250px;
|
||||
}
|
||||
}
|
||||
|
||||
div .sparkline {
|
||||
float: left;
|
||||
clear: both;
|
||||
padding-bottom: 1px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.sparkline img {
|
||||
vertical-align: middle;
|
||||
padding-right: 10px;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
div.pk-emptyGraph {
|
||||
padding-top: 20px;
|
||||
padding-bottom: 10px;
|
||||
text-align: center;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/**
|
||||
* Popover
|
||||
* @see popover.js
|
||||
*/
|
||||
#Piwik_Popover {
|
||||
min-height: 0 !important;
|
||||
}
|
||||
#Piwik_Popover .alert {
|
||||
margin: 20px;
|
||||
}
|
||||
.Piwik_Popover_Loading_Name {
|
||||
padding: 50px 0 65px 0;
|
||||
font-size: 16px;
|
||||
line-height: 20px;
|
||||
font-weight: normal;
|
||||
text-align: center;
|
||||
background: url(plugins/Morpheus/images/loading-blue.gif) no-repeat center 20px;
|
||||
}
|
||||
|
||||
.Piwik_Popover_Loading_NameWithSubject {
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
|
||||
.Piwik_Popover_Loading_Subject {
|
||||
padding: 0 70px 55px 70px;
|
||||
color: #7e7363;
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.Piwik_Popover_Error {
|
||||
padding: 50px 20px 65px 20px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.Piwik_Popover_Error_Title {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.Piwik_Popover_Error_Title span {
|
||||
font-weight: normal;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.Piwik_Popover_Error_Message {
|
||||
padding: 20px 0 0 0;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
a.Piwik_Popover_Error_Back {
|
||||
display: block;
|
||||
margin: 20px 0 0 0;
|
||||
font-size: 13px;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#alert.ui-confirm input {
|
||||
display: block;
|
||||
margin: 10px auto 5px !important;
|
||||
}
|
||||
|
||||
.header_full #updateCheckLinkContainer {
|
||||
margin-top: -2px;
|
||||
}
|
||||
|
||||
@-moz-document url-prefix() {
|
||||
.header_full #updateCheckLinkContainer {
|
||||
margin-top: -3px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Used to link within content text, without adding visual clutter */
|
||||
.linkContent { color:#333; text-decoration:none}
|
||||
.linkContent:hover { text-decoration:underline;}
|
||||
|
||||
.ui-confirm h2 {
|
||||
border-bottom: 0 none;
|
||||
margin:0;
|
||||
font-size:18px;
|
||||
}
|
||||
|
||||
.systemSummary {
|
||||
.icon {
|
||||
width: 16px;
|
||||
display: inline-block;
|
||||
}
|
||||
.icon-user {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
> div {
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
#shortcuthelp {
|
||||
|
||||
dl {
|
||||
margin: 20px 20px 0 20px;
|
||||
font-size: 15px;
|
||||
overflow: hidden;
|
||||
}
|
||||
dt {
|
||||
clear: both;
|
||||
float: left;
|
||||
width: 60px;
|
||||
text-align: right;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
margin-right: 20px;
|
||||
kbd {
|
||||
display: inline-block;
|
||||
font-weight: bolder;
|
||||
border: 1px solid #000;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
box-sizing: border-box;
|
||||
padding: 0 5px;
|
||||
}
|
||||
}
|
||||
|
||||
dd {
|
||||
float: left;
|
||||
margin-top: 5px;
|
||||
}
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
@import "dataTable/_dataTable.less";
|
||||
@import "dataTable/_limitSelection.less";
|
||||
@import "dataTable/_reportDocumentation.less";
|
||||
@import "dataTable/_rowActions.less";
|
||||
@import "dataTable/_subDataTable.less";
|
||||
@import "dataTable/_tableConfiguration.less";
|
||||
@import "dataTable/_entityTable.less";
|
@ -0,0 +1,627 @@
|
||||
/* main data table */
|
||||
.dataTable {
|
||||
border: 0;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
border-spacing: 0;
|
||||
margin: 0;
|
||||
|
||||
td .ratio {
|
||||
color: #999999;
|
||||
display: inline-block;
|
||||
visibility: hidden;
|
||||
text-align: right;
|
||||
margin-right: 4px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
td.highlight > .ratio {
|
||||
visibility: visible;
|
||||
}
|
||||
}
|
||||
|
||||
table.dataTable .totalsRow {
|
||||
font-weight: bold;
|
||||
.ratio {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
table.dataTable td.label,
|
||||
table.subDataTable td.label {
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
table.dataTable img,
|
||||
table.subDataTable img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
table.dataTable img {
|
||||
border: 0;
|
||||
margin-right: 1em;
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
|
||||
table.subDataTable img.link {
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
table.dataTable tr.subDataTable {
|
||||
cursor: pointer;
|
||||
|
||||
td.label span.label {
|
||||
word-break: break-all;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
width: inherit;
|
||||
display: inline-block;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
}
|
||||
|
||||
table.dataTable th {
|
||||
margin: 0;
|
||||
text-align: left;
|
||||
padding: 6px 6px 6px 12px;
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
// for dataTables in exported widgets ( we do not want to apply this for widgets in dashboard )
|
||||
body>.widget table.dataTable {
|
||||
th {
|
||||
background: @theme-color-background-base;
|
||||
}
|
||||
}
|
||||
|
||||
// for dataTables in report pages (not for widgets in the dashboard)
|
||||
.theWidgetContent .card .card-content table.dataTable {
|
||||
margin-left: -20px;
|
||||
width: ~"calc(100% + 40px)";
|
||||
|
||||
th {
|
||||
background: @theme-color-background-base !important;
|
||||
border-radius: 0;
|
||||
color: @theme-color-text-contrast;
|
||||
|
||||
&:first-child {
|
||||
padding-left: 20px;
|
||||
}
|
||||
&:last-child {
|
||||
padding-right: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
td {
|
||||
&:first-child {
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
padding-right: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
table.dataTable th.sortable {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
table.dataTable th.columnSorted {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
table.dataTable td {
|
||||
padding: 5px 1px 5px 12px;
|
||||
background: @theme-color-background-base;
|
||||
}
|
||||
|
||||
table.dataTable td,
|
||||
table.dataTable td a {
|
||||
margin: 0;
|
||||
text-decoration: none;
|
||||
color: @theme-color-text-light;
|
||||
}
|
||||
|
||||
td.clean {
|
||||
background-color: @theme-color-background-base;
|
||||
}
|
||||
|
||||
table.dataTable td.column {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.dataTable tr.highlight td {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
table.dataTable td.label,
|
||||
table.subActionsDataTable td.label,
|
||||
table.actionsDataTable td.label {
|
||||
border-top: 0;
|
||||
border-left: 0;
|
||||
}
|
||||
|
||||
table.dataTable th.label {
|
||||
border-left: 0;
|
||||
}
|
||||
|
||||
.dataTableActions table.dataTable th.label {
|
||||
/* Ensures tables have enough space to display subtable on click, and prevent the jumping effect */
|
||||
min-width: 250px;
|
||||
}
|
||||
|
||||
table.dataTable span.label.highlighted {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/* the cell containing the subdatatable */
|
||||
table.dataTable .cellSubDataTable {
|
||||
margin: 0;
|
||||
border-left: 0;
|
||||
padding: 6px 12px 6px;
|
||||
}
|
||||
|
||||
.cellSubDataTable > .dataTable {
|
||||
padding: 6px 0 0;
|
||||
}
|
||||
|
||||
/* A link in a column in the DataTable */
|
||||
table.dataTable td #urlLink {
|
||||
display: none;
|
||||
}
|
||||
|
||||
table.dataTable img {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.subDataTable > .dataTableWrapper {
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
.sortIconContainer {
|
||||
float: left;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.sortIcon {
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.datatableHeaderMessage, .datatableFooterMessage {
|
||||
color: #888;
|
||||
text-align: left;
|
||||
margin: 10px;
|
||||
margin-left: 1px;
|
||||
}
|
||||
|
||||
.dataTablePages {
|
||||
color: #BFBFBF;
|
||||
font-weight: bold;
|
||||
margin: 10px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.dataTableSearchInput {
|
||||
display: inline-block;
|
||||
opacity: 0;
|
||||
color: #adadad !important;
|
||||
min-height: 30px !important;
|
||||
padding-left: 25px !important;
|
||||
width: 100% !important;
|
||||
transition: opacity 0.3s ease !important;
|
||||
box-shadow: 0 0 !important;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.searchAction:hover {
|
||||
.dataTableSearchInput {
|
||||
&:hover,
|
||||
&:focus {
|
||||
color: #333 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.searchAction {
|
||||
transition: width 0.3s ease !important;
|
||||
text-align: left !important;
|
||||
padding-left: 10px;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
|
||||
.icon-search {
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
z-index: 1;
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
left: 8px;
|
||||
}
|
||||
|
||||
.icon-close {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.searchAction.searchActive {
|
||||
cursor: text;
|
||||
|
||||
.dataTableSearchInput {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.icon-close {
|
||||
display: inline-block;
|
||||
font-size: 10px;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
top: 12px;
|
||||
right: 10px;
|
||||
color: #adadad !important;
|
||||
&:hover,
|
||||
&:focus {
|
||||
color: #333 !important;
|
||||
}
|
||||
}
|
||||
.icon-search {
|
||||
cursor: pointer;
|
||||
color: #adadad !important;
|
||||
&:hover,
|
||||
&:focus {
|
||||
color: #333 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.dataTableSearchInput {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.dataTableNext,
|
||||
.dataTablePrevious {
|
||||
font-size: 12px;
|
||||
color: #184A83;
|
||||
cursor: pointer;
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
@media print{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.datatableRelatedReports {
|
||||
color: #888;
|
||||
font-size: 12px;
|
||||
padding-bottom: 5px;
|
||||
margin-top: 6px;
|
||||
@media print{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.datatableRelatedReports span {
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
.dataTableFeatures {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.dataTableNext,
|
||||
.dataTablePrevious {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.dataTablePaginationControl {
|
||||
margin: 5px 0 !important;
|
||||
}
|
||||
|
||||
.dataTableFeatures .loadingPiwik {
|
||||
font-size: 13px;
|
||||
display: inline-block;
|
||||
padding-bottom: 13px;
|
||||
}
|
||||
|
||||
.dataTable .loadingPiwikBelow {
|
||||
padding-bottom: 5px;
|
||||
display: block;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.dataTableFeatures {
|
||||
&.hasEvolution {
|
||||
.dataTableFooterIcons {
|
||||
margin-top: 17px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.widget .dataTableFeatures {
|
||||
border-bottom-style: none !important;
|
||||
}
|
||||
|
||||
|
||||
// customizing footer appearance for row evolution graph
|
||||
.ui-dialog .dataTableVizEvolution {
|
||||
|
||||
.dataTableFooterIcons {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.dataTableFeatures {
|
||||
border-bottom-style: none !important;
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.dataTableFooterWrap {
|
||||
position: relative;
|
||||
float: left;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.dataTableFooterWrap select {
|
||||
float: left;
|
||||
margin: 1px 0 1px 10px;
|
||||
}
|
||||
|
||||
.tableIconsGroup > span > span {
|
||||
position:relative;
|
||||
float:left;
|
||||
}
|
||||
|
||||
.dataTableFooterActiveItem {
|
||||
position: absolute;
|
||||
top: -6px;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
|
||||
.exportToFormatItems img {
|
||||
vertical-align: middle;
|
||||
margin: -4px -3px -2px 2px;
|
||||
}
|
||||
|
||||
.tableIconsGroup {
|
||||
float: left;
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
.tableIconsGroup .tableIcon span {
|
||||
margin-right: 5px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.tableIconsGroup img {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.tableIconsGroupActive {
|
||||
display: block;
|
||||
float: left;
|
||||
background: #dcdacf;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.tableIconsGroupActive .tableIcon {
|
||||
background: none;
|
||||
}
|
||||
|
||||
.tableIconsGroupActive .tableIcon:hover {
|
||||
background: #e9e8e1;
|
||||
}
|
||||
|
||||
.dataTableSpacer {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* Actions table */
|
||||
.dataTableActions table.dataTable tr td.label {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
/* levels higher than 4 have a default padding left */
|
||||
.actionsDataTable tr td.label {
|
||||
padding-left: 7em;
|
||||
}
|
||||
|
||||
tr.level0 td.label {
|
||||
padding-left: 20px !important;
|
||||
}
|
||||
|
||||
.widget {
|
||||
tr.level0 td.label {
|
||||
padding-left: 12px !important;
|
||||
}
|
||||
}
|
||||
|
||||
tr.level1 td.label {
|
||||
padding-left: 2.5em !important;
|
||||
}
|
||||
|
||||
tr.level2 td.label {
|
||||
padding-left: 3.5em !important;
|
||||
}
|
||||
|
||||
tr.level3 td.label {
|
||||
padding-left: 4.5em !important;
|
||||
}
|
||||
|
||||
tr.level4 td.label {
|
||||
padding-left: 5em !important;
|
||||
}
|
||||
tr.level5 td.label {
|
||||
padding-left: 5.5em !important;
|
||||
}
|
||||
tr.level6 td.label {
|
||||
padding-left: 6em !important;
|
||||
}
|
||||
tr.level7 td.label {
|
||||
padding-left: 6.5em !important;
|
||||
}
|
||||
tr.level8 td.label {
|
||||
padding-left: 7em !important;
|
||||
}
|
||||
tr.level9 td.label {
|
||||
padding-left: 7.5em !important;
|
||||
}
|
||||
tr.level10 td.label {
|
||||
padding-left: 8em !important;
|
||||
}
|
||||
tr.level11 td.label {
|
||||
padding-left: 8.5em !important;
|
||||
}
|
||||
tr.level12 td.label {
|
||||
padding-left: 9em !important;
|
||||
}
|
||||
|
||||
/* less right margins for the link image in the Pa*/
|
||||
.dataTableActions table.dataTable img.link {
|
||||
margin-right: 0.5em;
|
||||
margin-left: 0;
|
||||
margin-bottom: 4px;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
|
||||
table.dataTable td.label img {
|
||||
margin-top: -3px;
|
||||
max-height: 16px;
|
||||
}
|
||||
|
||||
tr td.label img.plusMinus {
|
||||
margin-left: -3px;
|
||||
margin-right: 3px;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.pk-emptyDataTable {
|
||||
padding-top: 20px;
|
||||
padding-bottom: 10px;
|
||||
padding-left: 1px;
|
||||
}
|
||||
|
||||
.widget .pk-emptyDataTable {
|
||||
padding-left: 0;
|
||||
padding-top: 33px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.helpDate {
|
||||
color: #777777;
|
||||
font-size: 11px;
|
||||
font-style: italic;
|
||||
padding: 4px;
|
||||
text-align: right;
|
||||
display: block;
|
||||
}
|
||||
|
||||
body .ui-tooltip.rowActionTooltip {
|
||||
font-size: 11px;
|
||||
padding: 3px 5px 3px 6px;
|
||||
}
|
||||
|
||||
table.dataTable span.cell-tooltip {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.dataTable .jqplot-graph {
|
||||
> div {
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
|
||||
td.cellSubDataTable .loadingPiwik {
|
||||
padding:0;
|
||||
}
|
||||
|
||||
.dataTable .searchReset {
|
||||
position:relative;
|
||||
|
||||
img {
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
left: -15px;
|
||||
cursor: pointer;
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
|
||||
.dataTableControls {
|
||||
text-align: left;
|
||||
padding-left: 0 !important;
|
||||
|
||||
&.col {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.dropdown-content {
|
||||
a {
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.dataTableAction {
|
||||
border: 0;
|
||||
border: none;
|
||||
border-radius: 2px;
|
||||
display: inline-block;
|
||||
height: 36px;
|
||||
line-height: 36px;
|
||||
outline: 0;
|
||||
width: 36px;
|
||||
text-transform: uppercase;
|
||||
vertical-align: middle;
|
||||
text-decoration: none !important;
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
color: @theme-color-brand !important;
|
||||
opacity: 0.7;
|
||||
&:hover {
|
||||
color: @theme-color-brand !important;
|
||||
opacity: 1;
|
||||
background-color: @theme-color-background-base;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
.icon-export {
|
||||
margin-top: 6px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.icon-more-verti {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 993px) {
|
||||
#dashboardWidgetsArea .widget,
|
||||
.theWidgetContent > div:not(#dashboard) {
|
||||
&:hover {
|
||||
.limitSelection,
|
||||
.dataTableControls .dataTableAction {
|
||||
visibility: visible;
|
||||
}
|
||||
}
|
||||
.limitSelection,
|
||||
.dataTableControls .dataTableAction {
|
||||
visibility: hidden;
|
||||
|
||||
&.forceActionVisible {
|
||||
visibility: visible;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,133 @@
|
||||
/* main data table */
|
||||
table.entityTable {
|
||||
|
||||
thead {
|
||||
tr {
|
||||
th {
|
||||
&:first-child {
|
||||
padding-left: 20px !important;
|
||||
}
|
||||
|
||||
text-transform: none;
|
||||
background: @theme-color-background-base;
|
||||
vertical-align: middle !important;
|
||||
text-align: left !important;
|
||||
font-size: 15px;
|
||||
padding: 16px 10px;
|
||||
white-space: nowrap;
|
||||
padding: 22px 16px !important;
|
||||
margin: 0;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
color: @theme-color-text-contrast;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
tbody {
|
||||
tr {
|
||||
&:hover {
|
||||
td {
|
||||
background-color: @theme-color-background-tinyContrast;
|
||||
}
|
||||
}
|
||||
&.highlighted td {
|
||||
background-color: #ECF9DD;
|
||||
}
|
||||
|
||||
td {
|
||||
&:first-child {
|
||||
padding-left: 20px !important;
|
||||
}
|
||||
|
||||
color: @theme-color-text;
|
||||
font-size: 13px;
|
||||
line-height: 16px;
|
||||
background-color: @theme-color-background-contrast;
|
||||
vertical-align: top !important;
|
||||
padding: 16px;
|
||||
border-bottom: 1px solid @theme-color-background-tinyContrast !important;
|
||||
border-radius: 0;
|
||||
|
||||
a {
|
||||
color: @theme-color-link;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// needed for IE10
|
||||
.card button.table-action {
|
||||
background-color: @theme-color-background-contrast !important;
|
||||
&:hover {
|
||||
background-color: @theme-color-background-base !important;
|
||||
}
|
||||
}
|
||||
.card tr:hover button.table-action {
|
||||
background-color: @theme-color-background-tinyContrast !important;
|
||||
}
|
||||
.table-action {
|
||||
padding: 16px;
|
||||
height: auto;
|
||||
margin: 0;
|
||||
line-height: 1;
|
||||
background-color: inherit;
|
||||
border: 0;
|
||||
color: inherit !important;
|
||||
display: inline-block;
|
||||
&:hover {
|
||||
background-color: @theme-color-background-base !important;
|
||||
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16), 0 1px 5px 0 rgba(0,0,0,0.12);
|
||||
}
|
||||
}
|
||||
|
||||
.card .tableActionBar {
|
||||
a, button {
|
||||
background-color: @theme-color-background-contrast;
|
||||
&:focus {
|
||||
background-color: @theme-color-background-contrast;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.tableActionBar {
|
||||
a,
|
||||
button {
|
||||
height: 36px;
|
||||
line-height: 36px;
|
||||
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12) !important;
|
||||
background-color: @color-silver-l60;
|
||||
color: @theme-color-text;
|
||||
background-image: none !important;
|
||||
font-size: 12px;
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
background-color: inherit;
|
||||
text-align: center;
|
||||
letter-spacing: .5px;
|
||||
transition: .2s ease-out;
|
||||
border: none;
|
||||
border-radius: 3px;
|
||||
display: inline-block;
|
||||
padding: 0 2rem;
|
||||
margin-left: 16px;
|
||||
text-transform: uppercase;
|
||||
vertical-align: middle;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
button:first-child, a:first-child {
|
||||
background-color: @theme-color-brand !important;
|
||||
color: @color-white;
|
||||
}
|
||||
}
|
@ -0,0 +1,125 @@
|
||||
.limitSelection {
|
||||
text-align: right;
|
||||
position: relative;
|
||||
margin-left: 5px;
|
||||
min-height: 20px;
|
||||
padding-top: 4px;
|
||||
vertical-align: top;
|
||||
padding-right: 0 !important;
|
||||
padding-left: 0 !important;
|
||||
}
|
||||
|
||||
.limitSelection.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.limitSelection > div {
|
||||
.select-wrapper:hover {
|
||||
background-color: #edecec;
|
||||
border-radius: 2px;
|
||||
color: @theme-color-brand !important;
|
||||
cursor: pointer;
|
||||
|
||||
input.select-dropdown,
|
||||
span.caret {
|
||||
color: @theme-color-brand !important;
|
||||
opacity: 1;
|
||||
&:hover {
|
||||
color: @theme-color-brand !important;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
input.select-dropdown {
|
||||
&:hover {
|
||||
border-color: @theme-color-brand !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.select-wrapper {
|
||||
input.select-dropdown {
|
||||
height: 36px;
|
||||
line-height: 30px;
|
||||
font-size: 16px;
|
||||
margin-bottom: 0;
|
||||
padding-left: 5px;
|
||||
width: 42px !important;
|
||||
overflow: hidden;
|
||||
border: 0;
|
||||
transition: all 0s;
|
||||
color: @theme-color-brand !important;
|
||||
opacity: 0.7;
|
||||
&:hover {
|
||||
color: @theme-color-brand !important;
|
||||
opacity: 1;
|
||||
border-color: @theme-color-brand !important;
|
||||
}
|
||||
}
|
||||
span.caret {
|
||||
top: 11px;
|
||||
right: 4px;
|
||||
color: @theme-color-brand !important;
|
||||
opacity: 0.7;
|
||||
&:hover {
|
||||
color: @theme-color-brand !important;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
margin-top: 0;
|
||||
display: inline-block;
|
||||
width: 47px;
|
||||
height: 36px;
|
||||
}
|
||||
|
||||
.widgetpreview-preview,
|
||||
#dashboardWidgetsArea {
|
||||
.limitSelection .select-wrapper span.caret {
|
||||
top: 9px;
|
||||
}
|
||||
}
|
||||
body > .widget {
|
||||
.limitSelection .select-wrapper span.caret {
|
||||
top: 9px;
|
||||
}
|
||||
}
|
||||
|
||||
.limitSelection.disabled > div {
|
||||
opacity: 0.5;
|
||||
cursor: not-allowed;
|
||||
filter: Alpha(opacity=50);
|
||||
}
|
||||
|
||||
.limitSelection.visible > div {
|
||||
background-image: url(plugins/Morpheus/images/sort_subtable_asc_light.png)
|
||||
}
|
||||
|
||||
.limitSelection > ul {
|
||||
margin-top: 1px;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.limitSelection > ul > li {
|
||||
cursor: pointer;
|
||||
padding: 0 10px 0 4px;
|
||||
font-size: 1em;
|
||||
font-weight: bold;
|
||||
height: 24px;
|
||||
margin-top: -48px;
|
||||
background-color: @theme-color-background-contrast;
|
||||
border-left: 1px solid #ccc;
|
||||
border-right: 1px solid #ccc;
|
||||
vertical-align: middle;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.limitSelection > ul > li.last {
|
||||
border-top: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.limitSelection > ul > li:hover {
|
||||
background-color: @color-silver-l95;
|
||||
}
|
||||
|
@ -0,0 +1,41 @@
|
||||
/* Documentation */
|
||||
table.dataTable th .columnDocumentation {
|
||||
display: none;
|
||||
width: 165px;
|
||||
text-align: left;
|
||||
background: #f7f7f7;
|
||||
color: @theme-color-text-light;
|
||||
font-size: 11px;
|
||||
font-weight: normal;
|
||||
border: 1px solid #e4e5e4;
|
||||
padding: 5px 10px 6px 10px;
|
||||
border-radius: 4px;
|
||||
z-index: 150;
|
||||
position: absolute;
|
||||
box-shadow: 0 0 4px #e4e5e4;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
table.dataTable th .columnDocumentationTitle {
|
||||
line-height: 14px;
|
||||
padding: 3px 0;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.reportDocumentation {
|
||||
display: none;
|
||||
background: #f7f7f7;
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
border: 1px solid #e4e5e4;
|
||||
margin: 0 0 10px 0;
|
||||
padding: 4px 4px 4px 0;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.reportDocumentation p {
|
||||
padding: 5px 10px 6px 10px;
|
||||
margin: 0;
|
||||
color: @theme-color-text-light;
|
||||
font-size: 12px;
|
||||
}
|
@ -0,0 +1,46 @@
|
||||
|
||||
table.dataTable .dataTableRowActions {
|
||||
position: absolute;
|
||||
display: none;
|
||||
overflow: hidden;
|
||||
margin-top: -5px;
|
||||
background-color: inherit !important;
|
||||
z-index: 1000; /* Work around FF bug to make sure it displays over ellipsis */
|
||||
}
|
||||
|
||||
table.dataTable .dataTableRowActions a {
|
||||
display: block;
|
||||
float: left;
|
||||
padding: 6px 4px 6px 0;
|
||||
margin: 0;
|
||||
|
||||
.rowActionIcon {
|
||||
font-size: 19px;
|
||||
color: @theme-color-brand !important;
|
||||
opacity: 0.6;
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
@media print{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
table.dataTable .dataTableRowActions a.leftmost {
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
||||
table.dataTable .dataTableRowActions a.rightmost {
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
||||
table.dataTable .dataTableRowActions a img {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
width: 20px;
|
||||
max-width: 20px;
|
||||
height: 17px;
|
||||
max-height: 17px;
|
||||
}
|
@ -0,0 +1,46 @@
|
||||
/* SUBDATATABLE */
|
||||
/* a datatable inside another datatable */
|
||||
table.subDataTable td {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
table.subDataTable thead th {
|
||||
font-weight: normal;
|
||||
font-size: 12px;
|
||||
text-align: left;
|
||||
padding: .3em 1em;
|
||||
border: 0;
|
||||
border-top: 1px solid #e7e7e7;
|
||||
border-bottom: 1px solid #e7e7e7;
|
||||
}
|
||||
|
||||
table.subDataTable td.label {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
table.subDataTable td {
|
||||
border-bottom: 1px solid #e7e7e7;
|
||||
border-left: 0;
|
||||
}
|
||||
|
||||
table.subDataTable td, table.subDataTable td a {
|
||||
color: #615B53;
|
||||
}
|
||||
|
||||
table.subDataTable td.label, table.subDataTable td.column {
|
||||
color: #2D2A27;
|
||||
}
|
||||
|
||||
table.subDataTable td.label {
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
table.subDataTable td.label {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
/* are the following two supposed to be together? */
|
||||
.subDataTable.dataTableFeatures {
|
||||
padding-top: 0;
|
||||
padding-bottom: 5px;
|
||||
}
|
@ -0,0 +1,24 @@
|
||||
a.dropdownConfigureIcon.highlighted {
|
||||
color: @theme-color-brand;
|
||||
}
|
||||
|
||||
|
||||
.tableConfiguration ul.open {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.tableConfiguration div.configItem {
|
||||
cursor: pointer;
|
||||
padding: 16px;
|
||||
line-height: 15px;
|
||||
color: @theme-color-text-light;
|
||||
}
|
||||
|
||||
.tableConfiguration div.configItem:hover {
|
||||
background-color: @color-silver-l95;
|
||||
}
|
||||
|
||||
.tableConfiguration div.configItem span.action {
|
||||
padding-top: 8px;
|
||||
display: inline-block;
|
||||
}
|
@ -0,0 +1,150 @@
|
||||
// evolution graph colors
|
||||
.evolution-graph-colors[data-name=grid-background] {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.evolution-graph-colors[data-name=grid-border] {
|
||||
color: #f00;
|
||||
}
|
||||
|
||||
.evolution-graph-colors[data-name=series1] {
|
||||
color: #5170AE;
|
||||
}
|
||||
|
||||
.evolution-graph-colors[data-name=series2] {
|
||||
color: #F29007;
|
||||
}
|
||||
|
||||
.evolution-graph-colors[data-name=series3] {
|
||||
color: #CC3399;
|
||||
}
|
||||
|
||||
.evolution-graph-colors[data-name=series4] {
|
||||
color: #9933CC;
|
||||
}
|
||||
|
||||
.evolution-graph-colors[data-name=series5] {
|
||||
color: #80a033;
|
||||
}
|
||||
|
||||
.evolution-graph-colors[data-name=series6] {
|
||||
color: #246AD2;
|
||||
}
|
||||
|
||||
.evolution-graph-colors[data-name=series7] {
|
||||
color: #FD16EA;
|
||||
}
|
||||
|
||||
.evolution-graph-colors[data-name=series8] {
|
||||
color: #49C100;
|
||||
}
|
||||
|
||||
.evolution-graph-colors[data-name=ticks] {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.evolution-graph-colors[data-name=single-metric-label] {
|
||||
color: @theme-color-text-lighter;
|
||||
}
|
||||
|
||||
// bar graph colors
|
||||
.bar-graph-colors[data-name=grid-background] {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.bar-graph-colors[data-name=grid-border] {
|
||||
color: #f00;
|
||||
}
|
||||
|
||||
.bar-graph-colors[data-name=series1] {
|
||||
color: #5170AE;
|
||||
}
|
||||
|
||||
.bar-graph-colors[data-name=series2] {
|
||||
color: #F3A010;
|
||||
}
|
||||
|
||||
.bar-graph-colors[data-name=series3] {
|
||||
color: #CC3399;
|
||||
}
|
||||
|
||||
.bar-graph-colors[data-name=series4] {
|
||||
color: #9933CC;
|
||||
}
|
||||
|
||||
.bar-graph-colors[data-name=series5] {
|
||||
color: #80a033;
|
||||
}
|
||||
|
||||
.bar-graph-colors[data-name=series6] {
|
||||
color: #246AD2;
|
||||
}
|
||||
|
||||
.bar-graph-colors[data-name=series7] {
|
||||
color: #FD16EA;
|
||||
}
|
||||
|
||||
.bar-graph-colors[data-name=series8] {
|
||||
color: #49C100;
|
||||
}
|
||||
|
||||
.bar-graph-colors[data-name=ticks] {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.bar-graph-colors[data-name=single-metric-label] {
|
||||
color: @theme-color-text-lighter;
|
||||
}
|
||||
|
||||
// pie graph colors
|
||||
.pie-graph-colors[data-name=grid-background] {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.pie-graph-colors[data-name=grid-border] {
|
||||
color: #f00;
|
||||
}
|
||||
|
||||
.pie-graph-colors[data-name=series1] {
|
||||
color: #59727F;
|
||||
}
|
||||
|
||||
.pie-graph-colors[data-name=series2] {
|
||||
color: #7DAAC0;
|
||||
}
|
||||
|
||||
.pie-graph-colors[data-name=series3] {
|
||||
color: #7F7259;
|
||||
}
|
||||
|
||||
.pie-graph-colors[data-name=series4] {
|
||||
color: #C09E7D;
|
||||
}
|
||||
|
||||
.pie-graph-colors[data-name=series5] {
|
||||
color: #9BB39B;
|
||||
}
|
||||
|
||||
.pie-graph-colors[data-name=series6] {
|
||||
color: #B1D8B3;
|
||||
}
|
||||
|
||||
.pie-graph-colors[data-name=series7] {
|
||||
color: #B39BA7;
|
||||
}
|
||||
|
||||
.pie-graph-colors[data-name=series8] {
|
||||
color: #D8B1C5;
|
||||
}
|
||||
|
||||
.pie-graph-colors[data-name=series9] {
|
||||
color: #A5A5A5;
|
||||
}
|
||||
|
||||
.pie-graph-colors[data-name=ticks] {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.pie-graph-colors[data-name=single-metric-label] {
|
||||
color: @theme-color-text-lighter;
|
||||
}
|
70
msd2/tracking/piwik/plugins/CoreHome/stylesheets/jquery.ui.autocomplete.css
vendored
Normal file
70
msd2/tracking/piwik/plugins/CoreHome/stylesheets/jquery.ui.autocomplete.css
vendored
Normal file
@ -0,0 +1,70 @@
|
||||
/* Autocomplete
|
||||
----------------------------------*/
|
||||
.ui-autocomplete {
|
||||
position: absolute;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.ui-autocomplete-loading {
|
||||
background: white;
|
||||
}
|
||||
|
||||
/* workarounds */
|
||||
* html .ui-autocomplete {
|
||||
/* without this, the menu expands to 100% in IE6 */
|
||||
width: 1px;
|
||||
}
|
||||
|
||||
/* Menu
|
||||
----------------------------------*/
|
||||
.ui-menu {
|
||||
list-style: none;
|
||||
padding: 6px;
|
||||
margin: 0;
|
||||
display: block;
|
||||
position: relative;
|
||||
font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.ui-menu .ui-menu {
|
||||
margin-top: -3px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.ui-menu .ui-menu-item {
|
||||
line-height: 18px;
|
||||
padding: 0;
|
||||
height: auto;
|
||||
display: block;
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.ui-menu .ui-menu-item a {
|
||||
line-height: 18px;
|
||||
color: #255792;
|
||||
font-size: 12px;
|
||||
padding: 0 5px 0 5px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.ui-menu .ui-menu-item a.ui-state-focus,
|
||||
.ui-menu .ui-menu-item a.ui-state-active {
|
||||
font-weight: normal;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.ui-widget-content {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.ui-corner-all {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.ui-menu .ui-menu-item a.ui-state-focus {
|
||||
background: #ebeae6;
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
464
msd2/tracking/piwik/plugins/CoreHome/stylesheets/layout.less
Normal file
464
msd2/tracking/piwik/plugins/CoreHome/stylesheets/layout.less
Normal file
@ -0,0 +1,464 @@
|
||||
|
||||
.card-content > .row:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
nav {
|
||||
background-color: @theme-color-header-background !important;
|
||||
|
||||
.brand-logo {
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
.activateLeftMenu {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.activateTopMenu {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.icon-more-verti,
|
||||
.icon-menu-hamburger {
|
||||
font-size: 2.7rem;
|
||||
padding: 8px 10px 10px;
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.side-nav {
|
||||
.languageSelection {
|
||||
display: block !important;
|
||||
color: #444;
|
||||
padding: 0 30px;
|
||||
.items {
|
||||
margin-left: 0 !important;
|
||||
.item {
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ul.right.hide-on-med-and-down {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.languageSelection {
|
||||
&:hover {
|
||||
background-color: rgba(0,0,0,0.1);
|
||||
}
|
||||
.title {
|
||||
color: @theme-color-header-text;
|
||||
}
|
||||
}
|
||||
|
||||
ul a {
|
||||
color: @theme-color-header-text;
|
||||
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.navbar {
|
||||
a {
|
||||
text-decoration: none;
|
||||
&:hover, &:focus {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// start #secondNavBar fadeInLeft animation
|
||||
@-webkit-keyframes fadeInLeft {
|
||||
0% {
|
||||
opacity: 0;
|
||||
-webkit-transform: translateX(-20px);
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
-webkit-transform: translateX(0);
|
||||
}
|
||||
}
|
||||
@keyframes fadeInLeft {
|
||||
0% {
|
||||
opacity: 0;
|
||||
transform: translateX(-20px);
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
transform: translateX(0);
|
||||
}
|
||||
}
|
||||
// end #secondNavBar fadeInLeft animation
|
||||
|
||||
#root {
|
||||
|
||||
.pageWrap {
|
||||
padding-left: 18px;
|
||||
padding-right: 18px;
|
||||
}
|
||||
|
||||
#secondNavBar {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
#secondNavBar + .pageWrap {
|
||||
margin-left: 224px;
|
||||
}
|
||||
|
||||
&>.top_controls {
|
||||
.icon-arrowup:before, .icon-arrowdown:before {
|
||||
padding: 17px 0 0 0px;
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 993px) {
|
||||
~ .drag-target {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width: 992px) {
|
||||
.pageWrap {
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width: 600px) {
|
||||
|
||||
.top_controls {
|
||||
height: auto;
|
||||
|
||||
.piwikTopControl {
|
||||
position: static !important;
|
||||
float: none;
|
||||
margin: 0 23px 10px 17px !important;
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.piwikSelector {
|
||||
> a.title {
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
display: block;
|
||||
}
|
||||
|
||||
.quick-access {
|
||||
width: auto !important;
|
||||
|
||||
.icon-search {
|
||||
left: 30px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#ajaxLoadingDiv {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#secondNavBar {
|
||||
width: 224px;
|
||||
float:left;
|
||||
background-color: @theme-color-menu-contrast-background;
|
||||
|
||||
.navbar {
|
||||
padding-top: 16px;
|
||||
padding-bottom: 20px;
|
||||
|
||||
.menu-icon {
|
||||
padding-right: 13px;
|
||||
}
|
||||
|
||||
> li {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
.border-radius(0px);
|
||||
border: 0;
|
||||
background: none;
|
||||
|
||||
.item {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
.font-default(13px, 21px);
|
||||
padding: 12px 21px 12px 19px;
|
||||
color: @theme-color-menu-contrast-text;
|
||||
decoration: none !important;
|
||||
word-wrap: break-word;
|
||||
word-break: break-word;
|
||||
|
||||
&:hover, &:focus {
|
||||
decoration: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
> .item {
|
||||
cursor: default;
|
||||
font-weight: bold;
|
||||
&:hover, &:focus {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
> ul {
|
||||
|
||||
li {
|
||||
.item {
|
||||
.font-default(13px, 16px);
|
||||
padding: 11px 22px 11px 45px;
|
||||
decoration: none;
|
||||
transition: background-color 200ms linear;
|
||||
&:hover, &:focus {
|
||||
text-decoration: none;
|
||||
color: @theme-color-menu-contrast-textActive;
|
||||
background-color: @theme-color-background-base;
|
||||
}
|
||||
}
|
||||
|
||||
&.active {
|
||||
> .menuDropdown,
|
||||
> .item {
|
||||
color: @theme-color-menu-contrast-textSelected;
|
||||
background-color: @theme-color-background-base;
|
||||
decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.menuDropdown {
|
||||
width: 100%;
|
||||
|
||||
.items {
|
||||
width: 224px;
|
||||
box-shadow: 0 1px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
|
||||
|
||||
.search {
|
||||
margin: 15px 16px 10px 17px;
|
||||
}
|
||||
|
||||
.item {
|
||||
padding: 10px 16px 10px !important;
|
||||
min-height: 25px;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.title {
|
||||
color: @theme-color-menu-contrast-text;
|
||||
display: block;
|
||||
padding: 15px 22px 11px 45px;
|
||||
font-size: 13px;
|
||||
font-weight: normal;
|
||||
word-wrap: break-word;
|
||||
word-break: break-all;
|
||||
|
||||
&:hover, &:focus {
|
||||
color: @theme-color-menu-contrast-textActive;
|
||||
}
|
||||
|
||||
&:after {
|
||||
color: @theme-color-menu-contrast-text;
|
||||
border-top: 5px solid @theme-color-menu-contrast-text;
|
||||
top: 20px;
|
||||
right: 3px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.Menu--dashboard .navbar > li {
|
||||
> ul {
|
||||
display: none;
|
||||
|
||||
@media all and (max-width: 749px) {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
> .item {
|
||||
cursor: pointer;
|
||||
&:hover, &:focus {
|
||||
color: @theme-color-menu-contrast-textActive;
|
||||
}
|
||||
}
|
||||
|
||||
&.active {
|
||||
ul {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.icon-arrow-right:before {
|
||||
content: "\e63b";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.Menu--admin .navbar > li {
|
||||
> .item {
|
||||
padding: 14px 21px 6px 19px;
|
||||
}
|
||||
.item .icon-arrow-right:before {
|
||||
content: "\e63b";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#root {
|
||||
.top_controls {
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
z-index: 45;
|
||||
padding-left: 16px;
|
||||
|
||||
@media screen and (max-width: 600px){
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
z-index: 45;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.quick-access {
|
||||
z-index: 1000;
|
||||
position: absolute;
|
||||
width: 208px;
|
||||
margin-left: 0;
|
||||
|
||||
@media screen and (max-width: 600px){
|
||||
z-index: 1000;
|
||||
position: absolute;
|
||||
width: 208px;
|
||||
margin-left: 16px;
|
||||
}
|
||||
|
||||
.dropdown {
|
||||
width: 209px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
input {
|
||||
height: 33px;
|
||||
font-size: 11px;
|
||||
padding: 10px 12px 10px 10px;
|
||||
border: 0;
|
||||
margin: 0;
|
||||
box-sizing: border-box;
|
||||
border-radius: 2px !important;
|
||||
box-shadow: none!important;
|
||||
}
|
||||
}
|
||||
|
||||
.piwikTopControl {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#root, #standalone {
|
||||
.top_controls {
|
||||
min-height: 51px;
|
||||
position: relative;
|
||||
background-color: @theme-color-background-base;
|
||||
height: auto;
|
||||
margin-bottom: 8px;
|
||||
margin-top: 8px;
|
||||
|
||||
.piwikTopControl {
|
||||
display: inline-block;
|
||||
float: none;
|
||||
position: relative;
|
||||
margin-right: 14px;
|
||||
vertical-align: top;
|
||||
font-size: 11px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#root, #standalone, .ui-dialog, .ngdialog {
|
||||
.borderedControl {
|
||||
background-color: @theme-color-background-base;
|
||||
border: 0;
|
||||
transition: box-shadow 150ms linear;
|
||||
box-shadow: 0 1px 4px rgba(0,0,0,0.3);
|
||||
border-radius: 2px;
|
||||
&.expanded,
|
||||
&:hover, &:focus {
|
||||
background-color: @theme-color-background-contrast;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.widgetize {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
@media print {
|
||||
|
||||
#secondNavBar{
|
||||
display: none;
|
||||
}
|
||||
|
||||
nav .icon-menu-hamburger, nav .icon-more-verti{
|
||||
display: none;
|
||||
}
|
||||
|
||||
nav ul a{
|
||||
display: none;
|
||||
}
|
||||
|
||||
#root, #standalone {
|
||||
.dashboard-manager{
|
||||
display: none !important;
|
||||
visibility: hidden !important;
|
||||
}
|
||||
}
|
||||
|
||||
#root{
|
||||
#secondNavBar + .pageWrap {
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
.top_controls{
|
||||
.quick-access {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.dataTableAction{
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.select-dropdown, .caret{
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.dataTable td .ratio{
|
||||
margin-right: 4px;
|
||||
visibility: visible;
|
||||
}
|
||||
.dataTableFooterNavigation > .row{
|
||||
margin-bottom: -20px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {
|
||||
box-shadow: @default-box-shade;
|
||||
}
|
||||
#root .borderedControl, #standalone .borderedControl, .ui-dialog .borderedControl, .ngdialog .borderedControl {
|
||||
box-shadow: @default-box-shade;
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
#notificationContainer {
|
||||
.notification {
|
||||
margin: 0 0 10px 0;
|
||||
}
|
||||
}
|
73
msd2/tracking/piwik/plugins/CoreHome/stylesheets/promo.less
Normal file
73
msd2/tracking/piwik/plugins/CoreHome/stylesheets/promo.less
Normal file
@ -0,0 +1,73 @@
|
||||
#piwik-promo-thumbnail {
|
||||
background: @theme-color-background-base url(plugins/CoreHome/images/promo_splash.png) no-repeat 0 0;
|
||||
background-position: center;
|
||||
width: 100%;
|
||||
max-width: 321px;
|
||||
margin: 0 auto 0 auto;
|
||||
}
|
||||
|
||||
#piwik-promo-embed {
|
||||
margin-left: 1px;
|
||||
}
|
||||
|
||||
#piwik-promo-embed>iframe {
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
#piwik-promo-thumbnail {
|
||||
height: 178px;
|
||||
}
|
||||
|
||||
#piwik-promo-thumbnail:hover {
|
||||
opacity: .75;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#piwik-promo-thumbnail>img {
|
||||
display: block;
|
||||
position: relative;
|
||||
top: 53px;
|
||||
left: 125px;
|
||||
}
|
||||
|
||||
#piwik-promo-video {
|
||||
margin: 2em 0 2em 0;
|
||||
}
|
||||
|
||||
#piwik-widget-footer {
|
||||
margin: 0 1em 1em 1em;
|
||||
}
|
||||
|
||||
#piwik-promo-share {
|
||||
margin: 0 2em 1em 0;
|
||||
background-color: #CCC;
|
||||
border: 1px solid #CCC;
|
||||
border-radius: 6px;
|
||||
display: inline-block;
|
||||
padding: 0 .5em 0 .5em;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#piwik-promo-share > a {
|
||||
margin-left: .5em;
|
||||
margin-top: 4px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#piwik-promo-share>span {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
#piwik-promo-videos-link {
|
||||
font-size: .8em;
|
||||
font-style: italic;
|
||||
margin: 1em 0 0 1.25em;
|
||||
color: @theme-color-text-lighter;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#piwik-promo-videos-link:hover {
|
||||
text-decoration: none;
|
||||
}
|
@ -0,0 +1,24 @@
|
||||
// sparkline colors
|
||||
.sparkline-colors[data-name=backgroundColor] {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.sparkline-colors[data-name=lineColor] {
|
||||
color: #162C4A;
|
||||
}
|
||||
|
||||
.sparkline-colors[data-name=minPointColor] {
|
||||
color: #ff7f7f;
|
||||
}
|
||||
|
||||
.sparkline-colors[data-name=maxPointColor] {
|
||||
color: #75BF7C;
|
||||
}
|
||||
|
||||
.sparkline-colors[data-name=lastPointColor] {
|
||||
color: #55AAFF;
|
||||
}
|
||||
|
||||
.sparkline-colors[data-name=fillColor] {
|
||||
color: white;
|
||||
}
|
@ -0,0 +1,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: 11px;
|
||||
padding-bottom: 11px;
|
||||
}
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user