This adds a couple hackish formating tweaks so that
the permission group editor works when embedded
in the web staff client.
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
height: 100%;
}
+ /* this is a hack to get the right pane to display
+ in recent browsers when using this interface
+ embedded in the web staff client
+ */
+ .dijitLayoutContainer {
+ position: static;
+ }
+
</style>
<!-- The OpenSRF API writ JS -->
perm_map_model.refresh();
perm_grid.refresh();
</script>
- <div dojoType="dijit.layout.LayoutContainer" orientation="horizontal" style="width:100%; height:100%;">
+ <div dojoType="dijit.layout.LayoutContainer" orientation="horizontal" style="width:100%; height:100%; min-height: 250px">
<div id="grid_container" dojoType="dijit.layout.ContentPane" sizeShare="1" layoutAlign="left">
<div dojoType="dojox.grid.data.DojoData" id="perm_map_model" jsId="perm_map_model" store="perm_map_store"></div>