We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0913490 commit ab31449Copy full SHA for ab31449
jquery_pivot.js
@@ -102,7 +102,7 @@ var methods = {
102
},
103
build_containers : function(){
104
105
- var containers = '<div style="margin-left:-20px;*zoom:1;">' +
+ var containers = '<div class="pivot_header_fields">' +
106
' <div class="pivot_field">' +
107
' <span class="pivot_header2">Filter Fields</span>' +
108
' <div id="filter-list"></div>' +
lib/css/pivot.css
@@ -49,6 +49,12 @@ table.dataTable th:active {
49
outline: none;
50
}
51
52
+.pivot_header_fields
53
+{
54
+ margin-left:-20px;
55
+ *zoom:1;
56
+}
57
+
58
.pivot_header2
59
{
60
font-size: large;
0 commit comments