Fixed colorful indentation and "my projects" mark positioning in projects view for RTL locales (#8088).
Contributed by Mohammad Ebrahim Mohammadi Panah. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5607 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
8d67224fe1
commit
f64666f4b4
|
@ -61,4 +61,6 @@ div#issue-changesets div.wiki { direction: ltr; padding-left: 2em }
|
|||
.journal-link { float: left; }
|
||||
div.wiki pre { direction: ltr; }
|
||||
|
||||
ul.projects ul.projects { border-right: 3px solid #e0e0e0; }
|
||||
ul.projects { padding-right: 1em; padding-left: 0; }
|
||||
ul.projects ul.projects { border-right: 3px solid #e0e0e0; border-left: 0; }
|
||||
.my-project { padding-right: 18px; padding-left: 0; background-position: top right; }
|
||||
|
|
Loading…
Reference in New Issue