forked from rebillar/site-accueil-insa
40 lines
No EOL
607 B
Text
40 lines
No EOL
607 B
Text
|
|
.piwik-graph {
|
|
height: 250px;
|
|
}
|
|
|
|
.dataTableVizEvolution {
|
|
> .dataTableWrapper {
|
|
width: 100%;
|
|
}
|
|
|
|
.piwik-graph {
|
|
height: 170px;
|
|
}
|
|
}
|
|
|
|
.widget .dataTableVizEvolution {
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.widget .tagCloud {
|
|
padding: 10px;
|
|
}
|
|
.widget .dataTableVizBar .jqplot-graph {
|
|
padding: 0 10px 10px 10px;
|
|
}
|
|
|
|
.tooltip-series-color {
|
|
display: inline-block;
|
|
width: 11px;
|
|
height: 11px;
|
|
border-radius: 6px;
|
|
margin-right: 3px;
|
|
position: relative;
|
|
top: 1px;
|
|
}
|
|
|
|
.ui-tooltip h3.evolution-tooltip-header {
|
|
margin-top: 4px;
|
|
} |