add some vertical space to diijt menu items

This commit is contained in:
Andrew Dolgov 2017-01-23 19:21:25 +03:00
parent cb3f877303
commit d2c3e846c4
1 changed files with 3 additions and 1 deletions

View File

@ -145,8 +145,10 @@
border-width : 0px;
}
.claro .dijitMenuItemLabel {
.claro .dijitMenu .dijitMenuItem .dijitMenuItemLabel {
font-size : 13px;
padding-top : 3px;
padding-bottom : 3px;
}
/* Checkbox */