limit the size of the contact selectbox (search-result)

This commit is contained in:
Ralf Becker 2006-10-05 08:24:09 +00:00
parent d2ad639d3e
commit f3ea79899e
2 changed files with 9 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -236,6 +236,7 @@
</grid> </grid>
<styles> <styles>
.hideFrom input { display: none; } .hideFrom input { display: none; }
.link_select select { width: 250px; }
</styles> </styles>
</template> </template>
</overlay> </overlay>