summaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/context_menu_rtl.css
blob: b373ad14640d32e18f362b0c7956b9298347e6c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
 * Redmine - project management software
 * Copyright (C) 2006-  Jean-Philippe Lang
 * This code is released under the GNU General Public License.
 */

#context-menu li.folder ul { left:auto; right:168px; }
#context-menu li.folder>ul { left:auto; right:148px; }
#context-menu li a.submenu:not(:has(+ span)) { background:url("/arrow_left.png") left no-repeat; }
#context-menu li.folder ul li a:not(.icon) {padding-right: 28px;}
#context-menu li a.submenu {
   padding-right: 28px;
   padding-left: 0;
}