dossiers css: improving font size for django ajax select fields

Refs #5017
This commit is contained in:
Jérôme Schneider 2014-07-07 19:18:28 +02:00
parent 8a5069a6a0
commit d4649d2f71
1 changed files with 8 additions and 0 deletions

View File

@ -115,3 +115,11 @@ div#tabs-4 div div.buttons {
.select2-choices {
font-size: 11pt;
}
#id_school_text {
min-width: 600px;
}
#ajax-dlg input, ul.ui-autocomplete, .results_on_deck {
font-size: 90%;
}