From 69479ce867964494863d2536ea6cc3272072511a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 4 Dec 2011 19:29:13 +0100 Subject: [PATCH] styling stat link --- plonetheme/pcfweb/static/css/style.css | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) 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; +}