# HG changeset patch # User hertzhaft # Date 1136908108 -3600 # Node ID 85aef29cc1daff22dddcbdc51ecda63e5191e7a4 # Parent 65219f4fcf6b30f11ef32956b510ac3cd46f5729 sizes menu; button separators; switched off debug window diff -r 65219f4fcf6b -r 85aef29cc1da client/digitallibrary/greyskin/diginew.css --- a/client/digitallibrary/greyskin/diginew.css Tue Jan 10 12:28:57 2006 +0100 +++ b/client/digitallibrary/greyskin/diginew.css Tue Jan 10 16:48:28 2006 +0100 @@ -75,6 +75,11 @@ padding: 0px; } +div.separator { + margin-bottom: 4px; + border-top: 2px solid lightgrey; + } + div.mark { position: absolute; color: white; @@ -167,6 +172,33 @@ font-weight: bold; } +div#sizes { + position: absolute; + top: 100px; + right: 40px; + padding: 0px 2px; + font-family: Verdana, Arial, Helvetica, sans-serif; + border: 3px solid lightcyan; + background-color: lightgrey; + text-align: center; + visibility: hidden; + z-index: 1005; + } + +div#sizes p { + margin: 2px; + } + +div#sizes p:hover { + background-color: black; + } + +div#sizes a { + text-decoration: none; + font-weight: bold; + color: lightcyan; + } + div#about { position: absolute; width: 200px; @@ -201,6 +233,7 @@ color: lightgreen; border: 1px dotted black; background-color: transparent; + visibility: hidden; } div#debug p.debug, h1 { diff -r 65219f4fcf6b -r 85aef29cc1da client/digitallibrary/greyskin/diginew.jsp --- a/client/digitallibrary/greyskin/diginew.jsp Tue Jan 10 12:28:57 2006 +0100 +++ b/client/digitallibrary/greyskin/diginew.jsp Tue Jan 10 16:48:28 2006 +0100 @@ -46,7 +46,7 @@