Reduce size of list

This commit is contained in:
Laurent Destailleur 2011-05-30 13:51:41 +00:00
parent 0e7d0d00f1
commit 401525ba7e

View File

@ -277,12 +277,12 @@ p.titre {
/* --------------------- Combo lists ------------------- */ /* --------------------- Combo lists ------------------- */
.select_design { .select_design {
width: 370px; width: 370px;
font-size: 12px verdana,arial,helvetica
overflow: auto; overflow: auto;
} }
.select_design select { .select_design select {
border: 1px solid #6d3f6d; border: 1px solid #6d3f6d;
font: 12px verdana,arial,helvetica;
background: #fff; background: #fff;
} }