]> git.wh0rd.org - tt-rss.git/commitdiff
add some vertical space to diijt menu items
authorAndrew Dolgov <noreply@fakecake.org>
Mon, 23 Jan 2017 16:21:25 +0000 (19:21 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Mon, 23 Jan 2017 16:21:25 +0000 (19:21 +0300)
css/dijit.css

index bcfd7d5b5ec6ff47b464a06c322e5daa976cc614..d4e821d3c46b940f65d1777775008b213a744952 100644 (file)
        border-width : 0px;
 }
 
-.claro .dijitMenuItemLabel {
+.claro .dijitMenu .dijitMenuItem .dijitMenuItemLabel {
        font-size : 13px;
+       padding-top : 3px;
+       padding-bottom : 3px;
 }
 
 /* Checkbox */