選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

context_menu_rtl.css 448B

123456789101112131415
  1. /**
  2. * Redmine - project management software
  3. * Copyright (C) 2006- Jean-Philippe Lang
  4. * This code is released under the GNU General Public License.
  5. */
  6. #context-menu li.folder ul { left:auto; right:168px; }
  7. #context-menu li.folder>ul { left:auto; right:148px; }
  8. #context-menu li a.submenu { background:url("/arrow_left.png") left no-repeat; }
  9. #context-menu a {
  10. background-position: 100% 40%;
  11. padding-right: 20px;
  12. padding-left: 0px;
  13. }