From d12a2e21db59e79e083d6e9ed96aba057905cd25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 28 Nov 2011 14:16:09 +0100 Subject: [PATCH] adapt streaming portlet styling --- plonetheme/pcfweb/static/css/style.css | 36 ++++++++++++++------------ 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/plonetheme/pcfweb/static/css/style.css b/plonetheme/pcfweb/static/css/style.css index 7b29f60..f30a0ea 100644 --- a/plonetheme/pcfweb/static/css/style.css +++ b/plonetheme/pcfweb/static/css/style.css @@ -2291,34 +2291,38 @@ body.template-pcfhome_folder div.centerContentTop { #colTwo .portlet-static-nos-liens .portletItem, #colTwo .portletNavigationSelect .portletItem{padding: 5px;} -#pas-de-seance { +#pas-de-seance, +#prochaine-seance, +#seance-en-cours { background: url("../img/sc_online_off.png") no-repeat; width: 223px; - height: 29px; + height: 88px; color: #FFFFFF; font-weight: bold; - padding-top: 59px; padding-left: 5px; } #prochaine-seance { - background: url("../img/sc_online_next.png") no-repeat; - width: 223px; - height: 29px; - color: #FFFFFF; -/* font-weight: bold; */ - padding-top: 59px; - padding-left: 5px; + background-image: url("../img/sc_online_next.png"); + font-weight: normal; } #seance-en-cours { - background: url("../img/sc_online_on.png") no-repeat; - width: 223px; - height: 29px; - color: #FFFFFF; - font-weight: bold; + background-image: url("../img/sc_online_on.png"); +} + +#pas-de-seance span, +#prochaine-seance a, +#seance-en-cours a { + display: block; padding-top: 59px; - padding-left: 5px; + color: white; +} + +#prochaine-seance a:hover, +#seance-en-cours a:hover { + color: white !important; + text-decoration: none !important; } .portaltype-tabellio-agenda-parlement .centerContentBottom #content,