~ubuntu-branches/ubuntu/oneiric/bugzilla/oneiric

« back to all changes in this revision

Viewing changes to debian/patches/buglist.css.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Bossek
  • Date: 2008-06-27 22:34:34 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080627223434-0ib57vstn43bb4a3
Tags: 3.0.4.1-1
* Update of French, Russian and German translations. (closes: #488251)
* Added Bulgarian and Belarusian translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh /usr/share/dpatch/dpatch-run
2
 
## buglist.css.dpatch by  Alexis Sukrieh <sukria@debian.org>
3
 
##
4
 
## All lines beginning with `## DP:' are a description of the patch.
5
 
## DP: Change the path of padlock.png to a local path.
6
 
 
7
 
@DPATCH@
8
 
diff -urNad bugzilla-2.22~/skins/standard/buglist.css bugzilla-2.22/skins/standard/buglist.css
9
 
--- bugzilla-2.22~/skins/standard/buglist.css   2005-04-12 00:52:50.000000000 +0200
10
 
+++ bugzilla-2.22/skins/standard/buglist.css    2006-09-09 12:07:22.000000000 +0200
11
 
@@ -35,7 +35,7 @@
12
 
 /* we use a first-child class and not the pseudo-class because IE
13
 
  * doesn't support it :-( */
14
 
 tr.bz_secure td.first-child { 
15
 
-  background-image: url("../../images/padlock.png");
16
 
+  background-image: url("padlock.png");
17
 
   background-position: center left;
18
 
   background-repeat: no-repeat;
19
 
   background-color: inherit;