annotate public/stylesheets/.svn/text-base/context_menu_rtl.css.svn-base @ 231:5d6e2819f3dd cannam-pre-20110113-merge

Merge from branch "feature_20". This initial implementation of #20 has been tested, but needs to be tested again in the proper context.
author Chris Cannam
date Thu, 17 Feb 2011 18:35:11 +0000
parents 1d32c0a0efbf
children
rev   line source
Chris@14 1 #context-menu li.folder ul { left:auto; right:168px; }
Chris@14 2 #context-menu li.folder>ul { left:auto; right:148px; }
Chris@14 3 #context-menu li a.submenu { background:url("../images/bullet_arrow_left.png") left no-repeat; }
Chris@14 4
Chris@14 5 #context-menu a {
Chris@14 6 background-position: 100% 40%;
Chris@14 7 padding-right: 20px;
Chris@14 8 padding-left: 0px;
Chris@14 9 }