diff --git a/www/theme/default/style.css b/www/theme/default/style.css index 41986a04c4..e3476a5e8d 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -311,12 +311,20 @@ table.tablesorter thead tr .headerSortDown {background-image: url(./images/table #modulemenu #mybg {padding-left:16px; padding-bottom:2px; background:url(images/main/zt-icons.png); background-position:-142px -443px;} /* Drop menu. */ -#currentProduct a, #dropMenu a {cursor:pointer} +#currentItem a, #dropMenu a {cursor:pointer} #dropIcon {padding:3px 8px; background: url("./images/chosen/chosen-sprite.png") no-repeat scroll 0 -2px transparent;} -#dropMenu { border:solid 1px #ccc; position:absolute; display:none; padding:5px; font-size:12px; } +#dropMenu { border:solid 1px #ccc; position:absolute; display:none; font-size:12px; z-index:999} + +#dropMenu #defaultMenu, #dropMenu ul, #dropMenu li {padding:0px} +#dropMenu #search {border:1px solid #ccc; height:25px; margin:10px 20px 5px} +#dropMenu #search, #dropMenu #defaultMenu {min-width:250px} +#dropMenu #searchResult {margin:5px 20px 10px;} + #dropMenu, #dropMenu ul {background:#f1f1f1; height:auto} +#dropMenu ul {line-height:24px; max-height:320px; overflow-y:auto} #dropMenu li {float:none;} #dropMenu, #dropMenu li {text-align: left} + #projectID {background:#e5e5e5; border:1px solid #e5e5e5} /* Feature bar. */