Skip to content
Snippets Groups Projects
Commit 401525ba authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Reduce size of list

parent 0e7d0d00
No related branches found
No related tags found
No related merge requests found
...@@ -277,12 +277,12 @@ p.titre { ...@@ -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;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment