##// END OF EJS Templates
Smaller font in context menu....
Jean-Philippe Lang -
r1699:b26e4932a26c
parent child
Show More
@@ -1,4 +1,4
1 #context-menu { position: absolute; z-index: 40;}
1 #context-menu { position: absolute; z-index: 40; font-size: 0.9em;}
2 2
3 3 #context-menu ul, #context-menu li, #context-menu a {
4 4 display:block;
@@ -31,10 +31,10
31 31
32 32 #context-menu a {
33 33 border:1px solid white;
34 text-decoration:none;
34 text-decoration:none !important;
35 35 background-repeat: no-repeat;
36 36 background-position: 1px 50%;
37 padding: 2px 0px 2px 20px;
37 padding: 1px 0px 1px 20px;
38 38 width:100%; /* IE */
39 39 }
40 40 #context-menu li>a { width:auto; } /* others */
General Comments 0
You need to be logged in to leave comments. Login now