| Server IP : 213.186.33.4 / Your IP : 216.73.216.193 Web Server : Apache System : Linux webm006.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : awebpaca ( 35430) PHP Version : 8.5.0 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/awebpaca/piwik/plugins/CoreHome/angularjs/period-selector/ |
Upload File : |
[piwik-period-selector] {
display: inline-block;
&.compare-dropdown-open {
label[for=comparePeriodEndDate] {
visibility: hidden;
}
#comparePeriodEndDate .input-field {
position: static; // needed when dropdown is open, since dropdown content is position: absolute, and this is position: relative, which causes it to show up in the background of the dropdown
}
}
// overrides theme CSS that always hides .loadingPiwik. since we use an ng-if to make
// sure it's only shown when we're actually loading a new page, it's not necessary to
// forcefully hide it.
.loadingPiwik {
display: inline-block !important;
}
.compare-checkbox {
margin-bottom: 20px;
}
.compare-date-range {
padding-top: 20px;
}
#comparePeriodToDropdown {
height: 30px;
display: inline-block;
width: 60%;
transform: scale(.9);
margin-left: -2%;
margin-right: -5%;
// dropdown width/height looks off due to scaling
.dropdown-content {
width: auto !important;
height: auto !important;
}
.form-group {
margin: 0;
}
.input-field {
margin-top: 0;
}
.select-dropdown {
margin-bottom: 0;
}
.dropdown-content {
overflow-y: visible;
}
}
div#comparePeriodStartDate, div#comparePeriodEndDate {
display: inline-block;
width: calc(~"50% - 20px");
.form-group {
margin: 0;
}
.input-field {
margin-top: 0;
padding: 0;
}
.select-dropdown {
margin-bottom: 0;
}
}
.compare-dates-separator {
height: 1px;
margin-left: 8px;
margin-right: 8px;
background-color: @color-silver-l14;
width: 16px;
display: inline-block;
vertical-align: top;
margin-top: 30px;
}
label[for=comparePeriodTo] {
transform: scale(.9);
}
.apply-button-container {
text-align: right;
}
}