some styling for sort on select box

This commit is contained in:
Frédéric Péters 2011-11-24 12:07:07 +01:00
parent d4af0cff17
commit f8b39ffcc8
1 changed files with 20 additions and 0 deletions

View File

@ -429,6 +429,7 @@ 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;
@ -2388,3 +2389,22 @@ dd#fieldset-decrets input {
z-index: 100;
text-align: left;
}
#search-tabs {
position: relative;
}
#search-tabs #resultsbox {
width: 560px;
}
#sorton {
position: absolute;
right: 20px;
width: auto;
padding-top: 4px;
}
#sorton select {
width: 80px;
}