summaryrefslogtreecommitdiff
path: root/template/browser.st
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-03-16 08:21:48 -0400
committersostler <sbostler@gmail.com>2010-03-16 08:21:48 -0400
commit6ca298ac919071d2dd7b31f6a7f8f6ec528803c9 (patch)
tree30a9b1cb6d732d4b858adc767ec627585614f3a0 /template/browser.st
parent0a9c5c4df26f3d8a9a322e6696667fab4be6676c (diff)
parentd5c626666add9443dd72497b56ae7472f3d810db (diff)
Merged
Diffstat (limited to 'template/browser.st')
-rwxr-xr-xtemplate/browser.st16
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>