]> jfr.im git - irc/quakenet/qwebirc.git/commitdiff
Fix debug/live differences.
authorChris Porter <redacted>
Sat, 18 Oct 2008 23:14:37 +0000 (00:14 +0100)
committerChris Porter <redacted>
Sat, 18 Oct 2008 23:14:37 +0000 (00:14 +0100)
static/css/qui.css
static/qui.html
static/quidebug.html

index dd1896fa8014140bce55c604a3e8a8927e2452e7..159aca70111e19b159c5d6fb35975f3906525265 100644 (file)
@@ -1,3 +1,19 @@
+body {
+  margin: 0;
+  height: 100%;
+  overflow: hidden;
+}
+
+#ircui {
+  position: absolute;
+  left: 0px;
+  right: 0px;
+  top: 0px;
+  height: 100%;
+  width: 100%;
+  overflow: hidden;
+}
+
 .qwebirc-qui .loginbox {
   font-family: Verdana, sans-serif;
   height: 100%;
@@ -42,9 +58,6 @@
   text-align: center;
 }
 
-body {
-  margin: 0;
-}
 .qwebirc-qui .dynamicpanel {
   position: absolute;
 }
index bfbf99c5b8b3ab38102bfb971dc179d8a00eeb3e..c38bc2afc60369eb38759a265822105d369816fb 100644 (file)
@@ -11,7 +11,7 @@
     var ui = new qwebirc.ui.Interface("ircui", qwebirc.ui.QUI);
   </script>
 </head>
-<body height="100%">
-  <div id="ircui" style="position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px;"></div>
+<body>
+  <div id="ircui"></div>
 </body>
 </html>
index 558f51bccc902067123ca9034880daed92a45821..760d3b80acd62d28a0b6742199eab25e5180bd13 100644 (file)
@@ -30,7 +30,7 @@
     var ui = new qwebirc.ui.Interface("ircui", qwebirc.ui.QUI);
   </script>
 </head>
-<body style="height: 100%; margin: 0; overflow: hidden;">
-  <div id="ircui" style="position: absolute; left: 0px; right: 0px; top: 0px; height: 100%; width: 100%; overflow: hidden"></div>
+<body>
+  <div id="ircui"></div>
 </body>
 </html>