Fixed resizing issues.

The UI has been modified to fix some resizing issues:

Previously the height of facet content was roughly calculated using
resize(). Now the height can be more accurately defined in CSS.

Previously the UI width was fixed. The HTML layout and background
images have been modified to support horizontal expansion if needed.
This commit is contained in:
Endi S. Dewata
2011-06-07 20:48:20 -05:00
committed by Adam Young
parent d2b483cbb3
commit 9704adfe44
16 changed files with 618 additions and 455 deletions

View File

@@ -394,9 +394,6 @@ IPA.adder_dialog = function (spec) {
height: '151px'
});
that.available_table.resize = function(){
};
var columns = that.columns.values;
that.available_table.set_columns(columns);
@@ -408,9 +405,6 @@ IPA.adder_dialog = function (spec) {
height: '151px'
});
that.selected_table.resize = function(){
};
that.selected_table.set_columns(columns);
that.selected_table.init();