From 567518e7d0cb588377d31f34cfa95ed51fb1af9d Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Fri, 20 Aug 2010 14:29:33 -0500 Subject: [PATCH] wrapper to dim the tab content for search dialog --- lib/WebGUI/Admin.pm | 38 ++++++++++++++++++++------------------ www/extras/admin/admin.css | 9 ++++++++- 2 files changed, 28 insertions(+), 19 deletions(-) diff --git a/lib/WebGUI/Admin.pm b/lib/WebGUI/Admin.pm index 65aa8fa4b..c4a07fdef 100644 --- a/lib/WebGUI/Admin.pm +++ b/lib/WebGUI/Admin.pm @@ -596,25 +596,27 @@ __DATA__
  • View
  • Tree
  • -
    - - - -
    - - +
    +
    + + + +
    + + +
    + + + +
    - - - - -
    -
    -
    -
    -
    -
    -
    +
    +
    +
    +
    +
    +
    +
    diff --git a/www/extras/admin/admin.css b/www/extras/admin/admin.css index 00af35204..5102cc04c 100644 --- a/www/extras/admin/admin.css +++ b/www/extras/admin/admin.css @@ -26,10 +26,17 @@ html,body { margin: 0; padding: 0; height: 100% } bottom: 0px; left: 0px; right: 0px; - margin-top: 44px; /* below the location bar, easier to change this in JS */ overflow: hidden; } +#tab_content_wrapper { + position: absolute; + top: 44px; /* below the location bar */ + bottom: 0px; + left: 0px; + right: 0px; +} + #versionTag { float: left; width: 57%;