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,30 +1,5 @@
#systemCheckOptional,
#systemCheckRequired {
border: 1px solid #dadada;
width: 100%;
max-width: 900px;
}
#systemCheckOptional {
margin-bottom: 2em;
}
#systemCheckOptional td,
#systemCheckRequired td {
padding: 1em .5em 1em 2em;
vertical-align: middle;
font-size: 1.2em;
margin: 0;
}
#systemCheckOptional tr:nth-child(even),
#systemCheckRequired tr:nth-child(even) {
background-color: #EFEEEC;
}
#systemCheckOptional tr:nth-child(odd),
#systemCheckRequired tr:nth-child(odd) {
background-color: #F6F5F3;
.system-check td:first-child {
width: 40%;
}
.error {
@ -43,3 +18,15 @@
margin: 10px;
}
.system-check .icon-ok {
color: #1AA282;
margin-right: 10px;
}
.system-check .icon-warning {
color: #DF9D27;
margin-right: 10px;
}
.system-check .icon-error {
color: #D73F36;
margin-right: 10px;
}