]> git.pld-linux.org Git - packages/jquery-fancybox.git/blame - css-abspaths.patch
use absolute paths for css images
[packages/jquery-fancybox.git] / css-abspaths.patch
CommitLineData
5337fdcb
ER
1--- jquery.fancybox-1.3.4/fancybox/jquery.fancybox.css~ 2015-08-13 14:01:31.000000000 +0300
2+++ jquery.fancybox-1.3.4/fancybox/jquery.fancybox.css 2015-08-13 14:02:34.697073890 +0300
3@@ -35,7 +35,7 @@
4 left: 0;
5 width: 40px;
6 height: 480px;
7- background-image: url('fancybox.png');
8+ background-image: url('/jquery/fancybox/fancybox.png');
9 }
10
11 #fancybox-overlay {
12@@ -99,7 +99,7 @@
13 right: -15px;
14 width: 30px;
15 height: 30px;
16- background: transparent url('fancybox.png') -40px 0px;
17+ background: transparent url('/jquery/fancybox/fancybox.png') -40px 0px;
18 cursor: pointer;
19 z-index: 1103;
20 display: none;
21@@ -137,7 +137,7 @@
22 width: 35%;
23 cursor: pointer;
24 outline: none;
25- background: transparent url('blank.gif');
26+ background: transparent url('/jquery/fancybox/blank.gif');
27 z-index: 1102;
28 display: none;
29 }
30@@ -163,12 +163,12 @@
31 }
32
33 #fancybox-left-ico {
34- background-image: url('fancybox.png');
35+ background-image: url('/jquery/fancybox/fancybox.png');
36 background-position: -40px -30px;
37 }
38
39 #fancybox-right-ico {
40- background-image: url('fancybox.png');
41+ background-image: url('/jquery/fancybox/fancybox.png');
42 background-position: -40px -60px;
43 }
44
45@@ -199,13 +199,13 @@
46 top: -20px;
47 left: 0;
48 width: 100%;
49- background-image: url('fancybox-x.png');
50+ background-image: url('/jquery/fancybox/fancybox-x.png');
51 }
52
53 #fancybox-bg-ne {
54 top: -20px;
55 right: -20px;
56- background-image: url('fancybox.png');
57+ background-image: url('/jquery/fancybox/fancybox.png');
58 background-position: -40px -162px;
59 }
60
61@@ -213,14 +213,14 @@
62 top: 0;
63 right: -20px;
64 height: 100%;
65- background-image: url('fancybox-y.png');
66+ background-image: url('/jquery/fancybox/fancybox-y.png');
67 background-position: -20px 0px;
68 }
69
70 #fancybox-bg-se {
71 bottom: -20px;
72 right: -20px;
73- background-image: url('fancybox.png');
74+ background-image: url('/jquery/fancybox/fancybox.png');
75 background-position: -40px -182px;
76 }
77
78@@ -228,14 +228,14 @@
79 bottom: -20px;
80 left: 0;
81 width: 100%;
82- background-image: url('fancybox-x.png');
83+ background-image: url('/jquery/fancybox/fancybox-x.png');
84 background-position: 0px -20px;
85 }
86
87 #fancybox-bg-sw {
88 bottom: -20px;
89 left: -20px;
90- background-image: url('fancybox.png');
91+ background-image: url('/jquery/fancybox/fancybox.png');
92 background-position: -40px -142px;
93 }
94
95@@ -243,13 +243,13 @@
96 top: 0;
97 left: -20px;
98 height: 100%;
99- background-image: url('fancybox-y.png');
100+ background-image: url('/jquery/fancybox/fancybox-y.png');
101 }
102
103 #fancybox-bg-nw {
104 top: -20px;
105 left: -20px;
106- background-image: url('fancybox.png');
107+ background-image: url('/jquery/fancybox/fancybox.png');
108 background-position: -40px -122px;
109 }
110
111@@ -282,7 +282,7 @@
112
113 #fancybox-title-over {
114 padding: 10px;
115- background-image: url('fancy_title_over.png');
116+ background-image: url('/jquery/fancybox/fancy_title_over.png');
117 display: block;
118 }
119
120@@ -306,7 +306,7 @@
121
122 #fancybox-title-float-left {
123 padding: 0 0 0 15px;
124- background: url('fancybox.png') -40px -90px no-repeat;
125+ background: url('/jquery/fancybox/fancybox.png') -40px -90px no-repeat;
126 }
127
128 #fancybox-title-float-main {
129@@ -314,10 +314,10 @@
130 line-height: 29px;
131 font-weight: bold;
132 padding: 0 0 3px 0;
133- background: url('fancybox-x.png') 0px -40px;
134+ background: url('/jquery/fancybox/fancybox-x.png') 0px -40px;
135 }
136
137 #fancybox-title-float-right {
138 padding: 0 0 0 15px;
139- background: url('fancybox.png') -55px -90px no-repeat;
140+ background: url('/jquery/fancybox/fancybox.png') -55px -90px no-repeat;
141 }
This page took 0.049888 seconds and 4 git commands to generate.