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

@ -0,0 +1,101 @@
.pluginDetails {
font-size: 13px;
text-align: left;
line-height: 20px;
h3, h4, h5, h6 {
margin: 20px 0px 10px 0px;
color: #000000;
}
.ui-tabs-panel ul, .ui-tabs-panel ol {
list-style: initial;
padding-left: 20px;
}
p, .ui-tabs-panel ul, .ui-tabs-panel li {
text-align: left;
line-height: 20px;
}
.header .intro {
margin-bottom: 15px;
}
.content p {
margin: 0 0 10px;
}
.description {
padding-right: 25px;
}
.ui-tabs {
padding: 0em;
}
.ui-tabs .ui-tabs-nav {
padding: 0em;
border-bottom: 1px solid #cccccc;
margin-right: 25px;
border-radius: 0px;
font-size: 15px;
}
.ui-tabs .ui-tabs-panel {
padding: 1.4em 3em 0em 0em;
}
.content a {
color: @theme-color-link;
text-decoration: none;
}
.ui-state-default {
border: 0px !important;
}
.ui-state-active {
padding-bottom: 0px !important;
}
.ui-state-active.ui-state-default {
border: 1px solid #cccccc !important;
}
.ui-state-default:hover {
background-color: #eeeeee !important;
}
.install {
padding: 11px 19px;
font-size: 17.5px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
color: #ffffff;
background-color: #5bb75b;
display: inline-block;
text-decoration: none;
}
.install:hover {
text-decoration: underline;
}
dt {
font-weight: bold;
line-height: 20px;
}
dd {
margin-left: 10px;
line-height: 20px;
}
.featuredIcon {
height: 16px;
width: 16px;
margin-right: 5px;
}
}