summaryrefslogtreecommitdiff
path: root/static/css/browser.css
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-01-29 23:36:35 +0000
committeryo momma <shutup@oops.wtf>2026-01-29 23:36:35 +0000
commitb2d1b69fd6d9b1f0473ea70bc473df6f370891da (patch)
tree9f28a4ffe0a144518a413341eb0aed2a5d7fe9d3 /static/css/browser.css
parente620f19487c5dd8bf2c072c0dc18e04ed601d08e (diff)
Refactor: extract inline CSS into static/css
Diffstat (limited to 'static/css/browser.css')
-rwxr-xr-xstatic/css/browser.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/static/css/browser.css b/static/css/browser.css
index 8a0fdd0..e0d6c19 100755
--- a/static/css/browser.css
+++ b/static/css/browser.css
@@ -175,3 +175,18 @@ td {
color: #000000;
}
.btnav { border: 0px #000000 solid;}
+
+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;
+}