diff --git a/plonetheme/pcfweb/static/css/style.css b/plonetheme/pcfweb/static/css/style.css index a4304ab..22cddf9 100644 --- a/plonetheme/pcfweb/static/css/style.css +++ b/plonetheme/pcfweb/static/css/style.css @@ -2667,4 +2667,24 @@ ul#cri-stream { #anon-personalbar { display: none; } /*#portal-personaltools-wrapper { display: none; } */ -p#details a { text-align: right; } \ No newline at end of file +p#details a { text-align: right; } + + +#fieldset-parlementaires #stats { + position: absolute; + top: 480px; + left: 760px; + z-index: 150; +} + + +#fieldset-parlementaires #stats a { + display: block; + background: blue; + height: 30px; + width: 60px; +} + +#fieldset-parlementaires #stats span { + visibility: hidden; +}