# HG changeset patch # User robcast # Date 1252060022 -7200 # Node ID 72604a10ee1a7d94d678aa99dd429db60dac1fb6 # Parent 2fc05626a5033b6edeff3bb5bbe88048637f5090 fixes for zoom when birds-eye view open fixes for IE (works mostly in IE7 and IE8) diff -r 2fc05626a503 -r 72604a10ee1a client/digitallibrary/greyskin/diginew.css --- a/client/digitallibrary/greyskin/diginew.css Thu Sep 03 18:34:16 2009 +0200 +++ b/client/digitallibrary/greyskin/diginew.css Fri Sep 04 12:27:02 2009 +0200 @@ -104,7 +104,7 @@ */ /* overflow: auto; */ } -div#overlay { +div#overlay, div#bird-overlay { position: fixed; background-color: transparent; border: 1px solid lightgrey; diff -r 2fc05626a503 -r 72604a10ee1a client/digitallibrary/greyskin/diginew.jsp --- a/client/digitallibrary/greyskin/diginew.jsp Thu Sep 03 18:34:16 2009 +0200 +++ b/client/digitallibrary/greyskin/diginew.jsp Fri Sep 04 12:27:02 2009 +0200 @@ -1,4 +1,6 @@ -<%@ page language="java" %><%! + +<%@ page language="java" pageEncoding="UTF-8"%><%! // -- JSP init ------------- // create DocumentBean instance for all JSP requests @@ -28,14 +30,13 @@ // store objects for jsp:include pageContext.setAttribute("docBean", docBean, pageContext.REQUEST_SCOPE); -%> +%> + Digital Document Library NG - - @@ -44,7 +45,7 @@