format question topic input field

This commit is contained in:
Frédéric Péters 2011-12-06 19:49:06 +01:00
parent 0721b3afec
commit 7c55695374
1 changed files with 39 additions and 0 deletions

View File

@ -205,3 +205,42 @@ dl.portlet ul.navTree li.section-agenda-parlementaire a {
float: right;
margin-left: 1em;
}
#formfield-question-widgets-l_topics input.dummyinput {
background-image: url("http://31fevrier.be/PFB/images/plus.gif");
background-position:right center;
background-repeat:no-repeat;
padding-right:22px;
width:283px;
cursor: pointer;
display:block;
}
#formfield-question-widgets-l_topics.openboxes input.dummyinput {
background-image: url("http://31fevrier.be/PFB/images/close_15.gif");
background-position:right center;
background-repeat:no-repeat;
/*text-indent: -10000em;*/
}
#formfield-question-widgets-l_topics label {
display:block;
width:175px;
position:absolute;
border-right:1px #231F20 solid;
height:inherit;
}
#formfield-question-widgets-l_topics input
{
display:block;
margin-left:180px;
width:305px;
position:relative;
border:0;
height:20px;
border:0;
}