annotate public/stylesheets/context_menu_rtl.css @ 1274:5ea1a213c7a5 redmine-2.2-integration

Removed Ajax calls taht are no longer working in Rails 3 and started migrating them; added a new javascript file - bibliography.js - to hold the new jquery js code; added the new show_bibtex_fields.js.erb file to replace the RJS code that was in the controller.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Thu, 09 May 2013 18:44:59 +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 }