diff options
| author | sostler <sbostler@gmail.com> | 2010-03-16 08:21:48 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-03-16 08:21:48 -0400 |
| commit | 6ca298ac919071d2dd7b31f6a7f8f6ec528803c9 (patch) | |
| tree | 30a9b1cb6d732d4b858adc767ec627585614f3a0 /template/browser.st | |
| parent | 0a9c5c4df26f3d8a9a322e6696667fab4be6676c (diff) | |
| parent | d5c626666add9443dd72497b56ae7472f3d810db (diff) | |
Merged
Diffstat (limited to 'template/browser.st')
| -rwxr-xr-x | template/browser.st | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/template/browser.st b/template/browser.st index e172d15..721bb98 100755 --- a/template/browser.st +++ b/template/browser.st @@ -18,17 +18,23 @@ var growlize = true; </script> - <style> iframe { z-index: 50000; position: fixed; top: 300px; right: 25px; + + width:100%; + height:100%; + padding:0px; + background-color: #fff; + position:absolute; + top:0px; left:0px; + border:none; } </style> - </head> <body> $banner()$ @@ -43,9 +49,9 @@ </div> <div id="messagePane"> <div id="messageList"> - <iframe src="/static/search/browser.html" style="width:100%;height:100%;padding:0px;background-color: #fff; position:absolute; top:0px; left:0px; border:none; allowtransparency="true" scrolling="auto" ></iframe> - - + <iframe src="/static/search/browser.html" + allowtransparency="true" + scrolling="auto" ></iframe> </div> </div> |
