annotate public/stylesheets/context_menu_rtl.css @ 661:6246ad0f9e98 feature_36

More adjustments to ensure search results box is empty when editing, and to ensure it has a minimum width in both new and edit modes. Also a text update
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Fri, 09 Sep 2011 16:20:11 +0100
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 }