Commit b26e4932 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Smaller font in context menu.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1708 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent c3f9575e
#context-menu { position: absolute; z-index: 40;}
#context-menu { position: absolute; z-index: 40; font-size: 0.9em;}
#context-menu ul, #context-menu li, #context-menu a {
display:block;
......@@ -31,10 +31,10 @@
#context-menu a {
border:1px solid white;
text-decoration:none;
text-decoration:none !important;
background-repeat: no-repeat;
background-position: 1px 50%;
padding: 2px 0px 2px 20px;
padding: 1px 0px 1px 20px;
width:100%; /* IE */
}
#context-menu li>a { width:auto; } /* others */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment