update Piwik to version 2.16 (fixes #91)

This commit is contained in:
oliver 2016-04-10 18:55:57 +02:00
commit d885a4baa9
5833 changed files with 418860 additions and 226988 deletions

View file

@ -1,69 +1,126 @@
.trackingHelp ul {
padding-left: 40px;
list-style-type: square;
.trackingHelp {
ul {
padding-left: 40px;
list-style-type: square;
li {
margin-bottom: 10px;
}
}
h2 {
margin-top: 20px;
}
p {
text-align: justify;
}
}
.trackingHelp ul li {
margin-bottom: 10px;
.SitesManager {
.sitesManagerList {
.site {
.card;
.title {
font-size: 11px;
text-transform: uppercase;
}
h4, .link_but {
color: @theme-color-text;
}
}
.editingSite {
background-color: @theme-color-background-tinyContrast;
.editingSiteFooter {
background-color: @theme-color-background-base;
padding: 15px;
margin: 0 -15px -15px;
border-top: solid 1px #E5E5E5;
}
}
}
.visible {
visibility: visible;
}
.hide_only {
visibility: hidden;
}
.search_ico {
cursor: pointer;
display: block;
left: 205px;
margin: -32px 0 17px -21px;
position: relative;
}
.sitesButtonBar {
width: 100%;
text-align: center;
}
.bottomButtonBar {
margin-top: 7px;
}
.addSite {
float: left;
margin-top: 8px;
margin-bottom: 8px;
}
.paging {
text-align: center;
display: inline-block;
min-width: 400px;
margin-top: 8px;
.counter {
margin-left: 10px;
margin-right: 10px;
}
}
.search {
display: inline-block;
text-align: right;
float: right;
input {
padding-right: 29px;
width: 205px;
margin-bottom: 7px;
}
}
}
.trackingHelp h2 {
margin-top: 20px;
}
.trackingHelp p {
text-align: justify;
}
.addRowSite {
text-decoration: none;
}
.addRowSite:before {
display: inline-block;
content: url(plugins/UsersManager/images/add.png);
vertical-align: middle;
}
#editSites {
vertical-align: top;
}
#editSites h4 {
font-size: .8em;
margin: 1em 0 1em 0;
font-weight: bold;
}
#editSites .entityTable tr td {
vertical-align: top;
padding-top: 7px;
}
#editSites .addRowSite:hover,
#editSites .editableSite:hover,
#editSites .addsite:hover,
#editSites .cancel:hover,
#editSites .deleteSite:hover,
#editSites .editSite:hover,
#editSites .updateSite:hover {
td.editable-site-field:hover {
cursor: pointer;
}
#editSites .addRowSite a {
text-decoration: none;
.link_but:hover {
cursor: pointer;
}
.link_but:hover > span {
text-decoration: underline;
}
#editSites .addRowSite {
padding: 1em;
font-weight: bold;
.site-without-data {
h2 {
border-bottom: 1px solid @theme-color-background-tinyContrast;
margin: 25px 0;
padding: 0 0 5px 0;
font-size: 24px;
}
h3 {
margin: 15px 0;
font-size: 18px;
line-height: 24px;
font-weight: normal;
color: black;
}
}
.ecommerceInactive,
.sitesearchInactive {
color: #666666;
#js-visitor-cv-extra th {
font-weight: normal;
text-transform: uppercase;
font-size: 11px;
}
#searchSiteParameters {
display: none;
}