webstaff: tweak permission group editor
authorGalen Charlton <gmc@esilibrary.com>
Wed, 11 May 2016 20:30:34 +0000 (16:30 -0400)
committerMike Rylander <mrylander@gmail.com>
Thu, 18 Aug 2016 19:34:20 +0000 (15:34 -0400)
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>
Open-ILS/web/conify/global/permission/grp_tree.html

index ac2026f..d6ebe49 100644 (file)
                 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>