diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-021/cardFilter.js b/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-021/cardFilter.js
index 0262508b2..63454d056 100644
--- a/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-021/cardFilter.js
+++ b/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-021/cardFilter.js
@@ -179,9 +179,6 @@ var CardFilter = Class.extend({
+ ""
+ ""
+ ""
- //Additional Hobbit Draft cultures
- + ""
- + ""
+ "");
this.filterDiv.append("
"
+ "
"
@@ -193,7 +190,9 @@ var CardFilter = Class.extend({
+ "
"
+ "
"
+ "
"
- //Additional Hobbit Draft Shadow cultures
+ //Additional Hobbit Draft cultures
+ + "
"
+ + "
"
//+ "
"
//+ "
"
//+ "
"
@@ -300,10 +299,10 @@ var CardFilter = Class.extend({
},
layoutUi:function (x, y, width, height) {
- this.pageDiv.css({ position:"absolute", left:x, top:y, width:width, height:50 });
+ this.pageDiv.css({ position:"absolute", left:x, top:y, width:width, height:34 });
this.countSlider.css({width:width - 100});
- this.fullFilterDiv.css({position:"absolute", left:x, top:y + 50, width:width, height:32});
- this.filterDiv.css({ position:"absolute", left:x, top:y + 82, width:width, height:80 });
+ this.fullFilterDiv.css({position:"absolute", left:x, top:y + 34, width:width, height:34});
+ this.filterDiv.css({ position:"absolute", left:x, top:y + 68, width:width, height:80 });
},
layoutPageUi: function(x, y, width) {