##// END OF EJS Templates
route: scm: fix indents of repository revision requirement...
route: scm: fix indents of repository revision requirement git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8684 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r3900:05527be943a5
r8564:3fc9a606eb69
Show More
context_menu_rtl.css
9 lines | 308 B | text/css | LassoCssLexer
Eric Davis
Add RTL support to the context menu. #6012...
r3900 #context-menu li.folder ul { left:auto; right:168px; }
#context-menu li.folder>ul { left:auto; right:148px; }
#context-menu li a.submenu { background:url("../images/bullet_arrow_left.png") left no-repeat; }
#context-menu a {
background-position: 100% 40%;
padding-right: 20px;
padding-left: 0px;
}