summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-01-23 19:21:25 +0300
committerAndrew Dolgov <[email protected]>2017-01-23 19:21:25 +0300
commitd2c3e846c4d7da9b24a8d30a56e3cd6be227f256 (patch)
tree85003708c643eb79ad9d253b82680a1fda24338c /css
parentcb3f87730380fa7f267aab60875be36456262452 (diff)
add some vertical space to diijt menu items
Diffstat (limited to 'css')
-rw-r--r--css/dijit.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/css/dijit.css b/css/dijit.css
index bcfd7d5b5..d4e821d3c 100644
--- a/css/dijit.css
+++ b/css/dijit.css
@@ -145,8 +145,10 @@
border-width : 0px;
}
-.claro .dijitMenuItemLabel {
+.claro .dijitMenu .dijitMenuItem .dijitMenuItemLabel {
font-size : 13px;
+ padding-top : 3px;
+ padding-bottom : 3px;
}
/* Checkbox */