# HG changeset patch # User robcast # Date 1252060022 -7200 # Node ID 9fa19391ef3869efdf0d577fff18133bd0872f36 # Parent a2ad4ecb2ca99dd57ba88e1a359c63896444e142 fixes for zoom when birds-eye view open fixes for IE (works mostly in IE7 and IE8) diff -r a2ad4ecb2ca9 -r 9fa19391ef38 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 a2ad4ecb2ca9 -r 9fa19391ef38 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 @@