From a97bc6e45f5219217ffc2fd23ae083493723c464 Mon Sep 17 00:00:00 2001 From: erickson Date: Thu, 29 Dec 2005 21:18:45 +0000 Subject: [PATCH] org tree no longer over-laps with over info git-svn-id: svn://svn.open-ils.org/ILS/trunk@2555 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/opac/skin/default/css/layout.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Open-ILS/web/opac/skin/default/css/layout.css b/Open-ILS/web/opac/skin/default/css/layout.css index 1e2c0d7d0e..78fe91a6b3 100644 --- a/Open-ILS/web/opac/skin/default/css/layout.css +++ b/Open-ILS/web/opac/skin/default/css/layout.css @@ -38,7 +38,10 @@ table { border-collapse: collapse; } #loading_div { width: 100%;} .logo { height: 65px; width: 180px; } +/* .org_tree { height: 500px; padding-left: 2px; padding-right: 2px; } +*/ +.org_tree { padding-left: 2px; padding-right: 2px; } .org_link { padding-right: 15px; } #org_link_container { margin-bottom: 5px; padding-left: 4px; padding-bottom: 3px; padding-top: 3px; width: 100%; } #left_div { float:left; width: 20%; } -- 2.43.2