You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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. }