Improve display of toolboor menus with checkmarks

This commit is contained in:
Francis Lachapelle
2014-02-13 12:56:24 -05:00
parent 29e081ec56
commit 06d2364ea2
+1 -1
View File
@@ -275,7 +275,7 @@ UL.choiceMenu LI
list-style-image: url("menu-nocheck.gif");
padding: 3px 3px;
margin: 0px;
padding-right: 10px; }
padding-right: 24px; }
UL.choiceMenu LI._chosen
{ list-style-image: url("menu-check.gif"); }