summaryrefslogtreecommitdiff
path: root/template/browser.st
diff options
context:
space:
mode:
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>