public
Description: Really simple lightbox.
Clone URL: git://github.com/drogus/lightbox-fu.git
Search Repo:
typo in styles
drogus (author)
Thu Jul 03 07:15:14 -0700 2008
commit  d5ba1da82f2cbf6b8de669ee9d9ade9b445e1c9b
tree    c67a43f35a1d4e4f52b0d95d96297582d45e350c
parent  2b92eae5fab7f7fd54a00df3e479bc4cdee4ae87
...
49
50
51
52
53
54
55
 
56
57
58
...
49
50
51
 
52
53
 
54
55
56
57
0
@@ -49,10 +49,9 @@
0
           $('#lOverlay').css({display: 'table'});
0
           $('#lOverlay #lWindow').css({display: 'table-cell'});
0
       }
0
- $('#lightboxfu').hide();
0
       $('#lOverlay').css({position: 'fixed', top: 0, left: 0, width: "100%", height: "100%"});
0
       $('#lOverlay #lWindow').css({'vertical-align': 'middle'});
0
- $('#lOverlay #lInner').css({width: '300px', 'background-color': '#fff', '-webkit-border-radius': '10px;', '-moz-border-radius': '10px', 'max-height': '350px', margin: '0 auto', padding: '15px', overflow: 'auto'});
0
+ $('#lOverlay #lInner').css({width: '300px', 'background-color': '#fff', '-webkit-border-radius': '10px', '-moz-border-radius': '10px', 'max-height': '350px', margin: '0 auto', padding: '15px', overflow: 'auto'});
0
     }
0
   });
0
   

Comments

    No one has commented yet.