Mercurial > hg > soundsoftware-site
changeset 1291:97b98e7a6eee redmine-2.2-integration
fixed css paths
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Tue, 21 May 2013 18:11:44 +0100 |
parents | dd8b5f835522 |
children | bb51e86fa182 |
files | plugins/redmine_bibliography/assets/stylesheets/bibliography.css |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/redmine_bibliography/assets/stylesheets/bibliography.css Tue May 21 18:01:51 2013 +0100 +++ b/plugins/redmine_bibliography/assets/stylesheets/bibliography.css Tue May 21 18:11:44 2013 +0100 @@ -64,10 +64,10 @@ input.author_search {width:100%} input.author_search { - background: url(../images/magnifier.png) no-repeat 2px 50%; padding-left:20px; + background: url(../../../images/magnifier.png) no-repeat 2px 50%; padding-left:20px; border:1px solid #9EB1C2; border-radius:3px; height:1.5em; width:95%; } input.author_search.ajax-loading { - background-image: url(../images/loading.gif); + background-image: url(../../../images/loading.gif); }