# HG changeset patch # User hertzhaft # Date 1253209217 -7200 # Node ID 7be5771b64737391f92bbbce407ef1754957a2c9 # Parent 688620e8c01549b93b3fe066570eb9006bfc76b9 popup-menu divs were causing unnecessary scrollbar on body element diff -r 688620e8c015 -r 7be5771b6473 client/digitallibrary/greyskin/diginew.css --- a/client/digitallibrary/greyskin/diginew.css Tue Sep 08 19:50:27 2009 +0200 +++ b/client/digitallibrary/greyskin/diginew.css Thu Sep 17 19:40:17 2009 +0200 @@ -6,9 +6,9 @@ background-color: #E0E0E0; color: black; font-size: 8pt; - margin: 8px 0px 0px 8px; + margin-left: 8px; + margin-top: 8px; padding: 0px; - overflow: hidden; } code { @@ -108,7 +108,8 @@ } div#scaler { -/* position: absolute; + margin-right: 50px; + /* position: absolute; left: 8px; top: 8px; bottom: 8px; @@ -123,7 +124,7 @@ div#overlay, div#bird-overlay { position: fixed; background-color: transparent; - border: 1px solid lightgrey; + border: none; z-index: 100; visibility: hidden; /* box-sizing: border-box; @@ -173,6 +174,7 @@ div#calibration { background: url('blue.png'); position: absolute; + top: 0px; width: 400px; padding: 0px; visibility: hidden; @@ -198,6 +200,7 @@ div.popup-menu { position: absolute; + top: 0px; padding: 0px 2px; font-family: Verdana, Arial, Helvetica, sans-serif; border: 2px solid lightcyan;