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

@ -12,11 +12,7 @@
top:10px;
}
#dashboard, .ui-dialog {
.evolution-annotations {
margin-top: -5px;
margin-bottom: -5px;
}
#content, .ui-dialog {
.evolution-annotations > span {
top: -1px;
position: absolute;
@ -26,9 +22,26 @@
}
}
.evolution-annotations {
margin-top: -5px;
margin-bottom: -5px;
}
body > .widget .evolution-annotations > span {
top: -25px;
}
.annotation-manager {
text-align: left;
margin-top: -18px;
.new-annotation-row {
height: 145px;
}
.annotation.edit .annotation-edit-mode {
min-height: 125px;
}
}
.annotations-header {
@ -39,7 +52,7 @@
font-style: italic;
margin-bottom: 8px;
vertical-align: top;
color: #666;
color: @theme-color-text-lighter;
}
.annotation-controls {
@ -50,7 +63,7 @@
.annotation-controls>a {
font-size: 11px;
font-style: italic;
color: #666;
color: @theme-color-text-lighter;
cursor: pointer;
padding: 3px 0 6px 0;
display: inline-block;
@ -72,7 +85,7 @@
display: inline-block;
font-size: 12px;
font-style: italic;
color: #666;
color: @theme-color-text-lighter;
vertical-align: top;
margin: 0 0 8px 8px;
}
@ -81,7 +94,7 @@
display: block;
font-style: italic;
color: #666;
color: @theme-color-text-lighter;
margin: 0 0 12px 140px;
}
@ -95,7 +108,7 @@
.annotation-user {
font-style: italic;
font-size: 11px;
color: #444;
color: @theme-color-text-light;
}
.annotation-user-cell {
@ -156,7 +169,7 @@
.edit-annotation {
font-size: 10px;
color: #666;
color: @theme-color-text-lighter;
font-style: italic;
}
@ -180,7 +193,7 @@
.annotation-period-edit {
display: inline-block;
background: white;
color: #444;
color: @theme-color-text-light;
font-size: 12px;
border: 1px solid #e4e5e4;
padding: 5px 5px 6px 3px;