adapt streaming portlet styling

This commit is contained in:
Frédéric Péters 2011-11-28 14:16:09 +01:00
parent ea1df7faa9
commit d12a2e21db
1 changed files with 20 additions and 16 deletions

View File

@ -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,