From: erickson Date: Mon, 31 Jul 2006 18:48:47 +0000 (+0000) Subject: made height, min-height X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=245aa6ace50d1c6669248c159e6beb07b794eaee;p=evergreen%2Fpines.git made height, min-height git-svn-id: svn://svn.open-ils.org/ILS/trunk@5192 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/patron/ue.xhtml b/Open-ILS/xul/staff_client/server/patron/ue.xhtml index 8b77be6cd2..6a5330bee5 100644 --- a/Open-ILS/xul/staff_client/server/patron/ue.xhtml +++ b/Open-ILS/xul/staff_client/server/patron/ue.xhtml @@ -52,8 +52,10 @@ .main_div { height: 480px; padding-left: 15px; text-align: center; vertical-align: middle; overflow: auto;} */ - .main_div { height: 480px; padding-left: 15px; + + .main_div { min-height: 450px; padding-left: 15px; text-align: center; vertical-align: middle; } + .nav_link_table { height: 480px;} .label_active { background: #E0F0E0; } .right { text-align: right; padding-right: 3px;}