webstaff: tweak legacy OU editor
authorGalen Charlton <gmc@esilibrary.com>
Wed, 11 May 2016 20:31:33 +0000 (16:31 -0400)
committerMike Rylander <mrylander@gmail.com>
Thu, 18 Aug 2016 19:34:20 +0000 (15:34 -0400)
This adds a CSS hack so that the right-hand pane of
the legacy OU editor is displayed when embedded in
the web staff client.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/web/conify/global/actor/org_unit.html

index 851a9ec..aca9335 100644 (file)
                                padding-left: 20px;
                                padding-right: 5px;
                        }
+            /* 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 -->