Skip to content

Commit ab31449

Browse files
committed
Changed fields div styling to class.
1 parent 0913490 commit ab31449

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

jquery_pivot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ var methods = {
102102
},
103103
build_containers : function(){
104104

105-
var containers = '<div style="margin-left:-20px;*zoom:1;">' +
105+
var containers = '<div class="pivot_header_fields">' +
106106
' <div class="pivot_field">' +
107107
' <span class="pivot_header2">Filter Fields</span>' +
108108
' <div id="filter-list"></div>' +

lib/css/pivot.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ table.dataTable th:active {
4949
outline: none;
5050
}
5151

52+
.pivot_header_fields
53+
{
54+
margin-left:-20px;
55+
*zoom:1;
56+
}
57+
5258
.pivot_header2
5359
{
5460
font-size: large;

0 commit comments

Comments
 (0)