Changeset 1701
- Timestamp:
- Apr 5, 2011, 10:08:54 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/css/datatables/demo_table_jui.css
r1512 r1701 27 27 */ 28 28 29 /** 30 This hack is needed to have IE7 position 31 the headers of the paginated table correctly. See also 32 www.satzansatz.de/cssd/onhavinglayout.html 33 **/ 34 .paginate { position: relative; zoom: 1; } 29 35 30 36 /* … … 82 88 thead th div.DataTables_sort_wrapper { 83 89 position: relative; 84 padding-right: 20px;90 zoom: 1; 85 91 padding-right: 20px; 86 92 }
Note: See TracChangeset
for help on using the changeset viewer.