diff --git a/plugins/CoreHome/templates/getMultiRowEvolutionPopover.twig b/plugins/CoreHome/templates/getMultiRowEvolutionPopover.twig index 6159dad5bef23c088353f8ca53f0dc665168bcdc..ec6d8b82c560ddd5f17568a04f0d338e4407567e 100644 --- a/plugins/CoreHome/templates/getMultiRowEvolutionPopover.twig +++ b/plugins/CoreHome/templates/getMultiRowEvolutionPopover.twig @@ -23,7 +23,7 @@ </tr> {% endfor %} </table> - <a href="#" class="rowevolution-startmulti btn btn-flat">» {{ 'RowEvolution_PickAnotherRow'|translate }}</a> + <a href="#" class="rowevolution-startmulti">» {{ 'RowEvolution_PickAnotherRow'|translate }}</a> </div> {% if availableMetrics|length > 1 %} <div class="metric-selectbox"> diff --git a/plugins/CoreHome/templates/getRowEvolutionPopover.twig b/plugins/CoreHome/templates/getRowEvolutionPopover.twig index 133c94e58b90cde096961520900c00e59cff72fa..8b95dd680f2fc813f1a823e9a6d54321c2ae8e36 100644 --- a/plugins/CoreHome/templates/getRowEvolutionPopover.twig +++ b/plugins/CoreHome/templates/getRowEvolutionPopover.twig @@ -34,6 +34,6 @@ <div class="alert alert-info"> {{ 'RowEvolution_CompareDocumentation'|translate|raw }} </div> - <a href="#" class="rowevolution-startmulti btn btn-flat">» {{ 'RowEvolution_PickARow'|translate }}</a> + <a href="#" class="rowevolution-startmulti">» {{ 'RowEvolution_PickARow'|translate }}</a> </div> </div> diff --git a/plugins/CoreVisualizations/stylesheets/jqplot.css b/plugins/CoreVisualizations/stylesheets/jqplot.css index 6ef4a5ce820abb27178548c969fabb0fb5044083..f074320c438b606e690175adc2af66c02f23a30b 100644 --- a/plugins/CoreVisualizations/stylesheets/jqplot.css +++ b/plugins/CoreVisualizations/stylesheets/jqplot.css @@ -80,6 +80,17 @@ 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;