more changes by pierre ducarme

This commit is contained in:
Frédéric Péters 2011-11-24 22:42:24 +01:00
parent d299afbcb1
commit fbd1dda33e
2 changed files with 31 additions and 5 deletions

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 537 B