add styling for advanced filter boxes

This commit is contained in:
Frédéric Péters 2011-11-23 10:52:48 +01:00
parent e36e658236
commit bd41f6a042
1 changed files with 12 additions and 0 deletions

View File

@ -2359,3 +2359,15 @@ dd#fieldset-decrets input {
#fieldset-decrets th {
text-align: center;
}
#simplesearch .resultsinfobox a:hover { color:white !important; }
#simplesearch .resultsinfobox form {
background: white;
position: absolute;
width: 600px;
box-shadow: 0 0 3em #666;
border: 1px solid #999;
margin-left: 30px;
z-index: 100;
text-align: left;
}