My favorites
▼
|
Sign in
jmesa
Table Rendering API
Project Home
Downloads
Wiki
Issues
Source
Export to GitHub
READ-ONLY: This project has been
archived
. For more information see
this post
.
Search
Search within:
All issues
Open issues
New issues
Issues to verify
for
Advanced search
Search tips
Subscriptions
Issue
41
attachment: multi-table-dropshadow-patch.txt
(585 bytes)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: C:/work/jmesa/resources/jmesa.js
===================================================================
--- C:/work/jmesa/resources/jmesa.js (revision 1080)
+++ C:/work/jmesa/resources/jmesa.js (working copy)
@@ -332,7 +332,7 @@
if (!theme) {
theme = 'jmesa';
}
- $('div.' + theme + ' table:first')
+ $('div.' + theme + ' table.table')
.wrap("<div class='wrap0'><div class='wrap1'><div class='wrap2'><div class='dropShadow'></div></div></div></div>")
.css({'background': 'url(' + imagesPath + 'shadow_back.gif) 100% repeat'});
Powered by
Google Project Hosting