]> git.pld-linux.org Git - packages/jquery-thickbox.git/commitdiff
- no-global-css.patch
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 24 Sep 2009 15:09:45 +0000 (15:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    jquery-thickbox.spec -> 1.2
    no-global-css.patch -> 1.1

jquery-thickbox.spec
no-global-css.patch [new file with mode: 0644]

index 909f70f5311e071668ed399d72e0ae8a4a016e36..ffe71f689f780b98c72a325facbd0acf8cffbcfd 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       ThickBox
 Name:          jquery-thickbox
 Version:       3.1
-Release:       0.3
+Release:       0.4
 License:       MIT / GPL
 Group:         Applications/WWW
 Source0:       http://jquery.com/demo/thickbox/thickbox-code/thickbox-compressed.js
@@ -11,6 +11,7 @@ Source1:      http://jquery.com/demo/thickbox/thickbox-code/thickbox.css
 Source2:       http://jquery.com/demo/thickbox/images/loadingAnimation.gif
 # Source2-md5: c33734a1bf58bec328ffa27872e96ae1
 URL:           http://jquery.com/demo/thickbox/
+Patch0:                no-global-css.patch
 BuildRequires: rpmbuild(macros) > 1.268
 BuildRequires: yuicompressor
 Requires:      jquery
@@ -35,6 +36,7 @@ AJAX in a hybrid modal.
 cp -a %{SOURCE0} thickbox.js
 cp -a %{SOURCE1} .
 cp -a %{SOURCE2} .
+%patch0 -p1
 
 # apache1/apache2 conf
 cat > apache.conf <<'EOF'
diff --git a/no-global-css.patch b/no-global-css.patch
new file mode 100644 (file)
index 0000000..08e27c3
--- /dev/null
@@ -0,0 +1,13 @@
+--- jquery-thickbox/thickbox.css~      2008-10-21 22:21:05.000000000 +0300
++++ jquery-thickbox/thickbox.css       2009-09-24 18:08:06.176772061 +0300
+@@ -1,7 +1,10 @@
+ /* ----------------------------------------------------------------------------------------------------------------*/
+ /* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
+ /* ----------------------------------------------------------------------------------------------------------------*/
++/*
++This rule is too agressive:
+ *{padding: 0; margin: 0;}
++*/
+ /* ----------------------------------------------------------------------------------------------------------------*/
+ /* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
This page took 0.032548 seconds and 4 git commands to generate.