mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-24 17:31:14 +00:00
git-svn-id: https://svn.redmine.org/redmine/trunk@23552 e93f8b46-1217-0410-a6f0-8f06a7374b81
15 lines
506 B
CSS
15 lines
506 B
CSS
/**
|
|
* 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;
|
|
}
|