update Piwik to version 2.16 (fixes #91)
This commit is contained in:
parent
296343bf3b
commit
d885a4baa9
5833 changed files with 418860 additions and 226988 deletions
|
|
@ -1,5 +1,5 @@
|
|||
.jqplot-loading {
|
||||
background: url(../../Zeitgeist/images/loading-blue.gif) no-repeat center center white;
|
||||
background: url(../../Morpheus/images/loading-blue.gif) no-repeat center center white;
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
}
|
||||
|
|
@ -80,10 +80,22 @@
|
|||
text-align: left;
|
||||
}
|
||||
|
||||
#Piwik_Popover .rowevolution .alert-info {
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
a.rowevolution-startmulti {
|
||||
color: #4183C4 !important;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.rowevolution h2 {
|
||||
font-size: 16px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.rowevolution .metrics-container {
|
||||
|
|
@ -164,14 +176,6 @@
|
|||
color: #f00;
|
||||
}
|
||||
|
||||
.rowevolution-documentation {
|
||||
font-size: 12px;
|
||||
margin: 2px 0 5px 0;
|
||||
padding: 5px 0 5px 23px;
|
||||
color: #888;
|
||||
background: url(../../Zeitgeist/images/help.png) no-repeat left center;
|
||||
}
|
||||
|
||||
.rowevolution .metric-selectbox,
|
||||
.rowevolution .compare-container {
|
||||
padding: 15px 0 5px 0;
|
||||
|
|
@ -184,17 +188,6 @@
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
a.rowevolution-startmulti {
|
||||
font-size: 12px;
|
||||
color: #7E7363;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a.rowevolution-startmulti:hover {
|
||||
color: #444;
|
||||
}
|
||||
|
||||
/**
|
||||
* SERIES PICKER FOR CHARTS
|
||||
*/
|
||||
|
|
@ -206,7 +199,7 @@ a.rowevolution-startmulti:hover {
|
|||
width: 24px;
|
||||
height: 16px;
|
||||
margin-top: 3px;
|
||||
background: url(../../Zeitgeist/images/chart_line_edit.png) no-repeat center center;
|
||||
background: url(../../Morpheus/images/chart_line_edit.png) no-repeat center center;
|
||||
overflow: hidden;
|
||||
text-indent: -999px;
|
||||
}
|
||||
|
|
@ -216,7 +209,7 @@ a.rowevolution-startmulti:hover {
|
|||
position: absolute;
|
||||
z-index: 1010; /* must be above ui dialog */
|
||||
margin-top: -2px;
|
||||
background: url(../../Zeitgeist/images/chart_line_edit.png) no-repeat 7px 4px #f7f7f7;
|
||||
background: url(../../Morpheus/images/chart_line_edit.png) no-repeat 7px 4px #f7f7f7;
|
||||
font-size: 11px;
|
||||
font-weight: normal;
|
||||
border: 1px solid #e4e5e4;
|
||||
|
|
@ -251,9 +244,10 @@ a.rowevolution-startmulti:hover {
|
|||
|
||||
.jqplot-seriespicker-popover input.select {
|
||||
margin-right: 8px;
|
||||
min-height: 5px;
|
||||
}
|
||||
|
||||
.jqplot-seriespicker-popover p.pickColumn,
|
||||
.jqplot-seriespicker-popover p.pickRow {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue