diff --git a/plonetheme/pcfweb/static/css/style.css b/plonetheme/pcfweb/static/css/style.css index a21d26a..c010adf 100644 --- a/plonetheme/pcfweb/static/css/style.css +++ b/plonetheme/pcfweb/static/css/style.css @@ -210,13 +210,14 @@ dl.portlet a:hover {text-decoration: underline;} border: none; /* background: #ff6464 url(../img/searchfield_right.png) top right no-repeat; */ /* background: url(../img/searchfield_center.png) top left; */ - background: none; +/* background: none; */ + background: transparent url(../img/backgroundSearch_middle.png) repeat; color: #A5A29B; font-size: 12px; outline: none; padding: 0 0 0 5px; margin-left: 15px; - margin-right: 35px; + margin-right: 15px; -moz-border-radius: 5px; -moz-transition: all .2s ease-in-out; -webkit-border-radius: 5px; @@ -240,6 +241,13 @@ dl.portlet a:hover {text-decoration: underline;} width: 180px; } + +#searchfield form input2 { + background: transparent url(../img/backgroundSearch_right.png) repeat; + height: 16px; + width: 20 px; +} + /***** content-wrapper *****/ #content-wrapper @@ -429,7 +437,6 @@ dl.portlet a:hover {text-decoration: underline;} #resultsbox span { display:block; - background: url("../img/results_box_bg.jpg") no-repeat top right; height:40px; padding-top:10px; font-size: 16px; @@ -2186,14 +2193,33 @@ body.template-pcfhome_folder div.centerContentTop { #pas-de-seance { background: url("../img/sc_online_off.png") no-repeat; - width: 226px; + width: 223px; height: 29px; color: #FFFFFF; font-weight: bold; - padding-top: 60px; + 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; +} + +#seance-en-cours { + background: url("../img/sc_online_on.png") no-repeat; + width: 223px; + height: 29px; + color: #FFFFFF; + font-weight: bold; + padding-top: 59px; + padding-left: 5px; +} .portaltype-tabellio-agenda-parlement .centerContentBottom #content, .portaltype-tabellio-agenda-comevent .centerContentBottom #content, diff --git a/plonetheme/pcfweb/static/img/backgroundSearch.png b/plonetheme/pcfweb/static/img/backgroundSearch.png index 46adfd4..f2b5812 100644 Binary files a/plonetheme/pcfweb/static/img/backgroundSearch.png and b/plonetheme/pcfweb/static/img/backgroundSearch.png differ