mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
frames ui: update frames to use <!DOCTYPE html>, improved css and html5 compatibility
This commit is contained in:
parent
60f33412ff
commit
1d4c54deaa
@ -23,13 +23,14 @@
|
||||
|
||||
#_wb_frame_top_banner
|
||||
{
|
||||
position: fixed !important;
|
||||
position: absolute !important;
|
||||
border: 0px;
|
||||
height: 40px !important;
|
||||
}
|
||||
|
||||
.wb_iframe_div
|
||||
{
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 40px 4px 4px 0px;
|
||||
@ -37,6 +38,7 @@
|
||||
box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.wb_iframe
|
||||
@ -44,4 +46,6 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: 2px solid tan;
|
||||
padding: 0px 0px 0px 0px;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
@ -1,5 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
html, body
|
||||
{
|
||||
height: 100%;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
border: 0px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
</style>
|
||||
<script>
|
||||
wbinfo = {}
|
||||
wbinfo.prefix = "{{ wbrequest.wb_prefix }}";
|
||||
|
Loading…
x
Reference in New Issue
Block a user