From 3a0cdf13882a7cf72159f68e1faca118931c726a Mon Sep 17 00:00:00 2001 From: z3d Date: Sun, 2 Aug 2009 13:57:29 +0000 Subject: [PATCH] More IE overflow fixes; remove max-width from i2psnark css. --- apps/routerconsole/jsp/graphs.jsp | 2 ++ apps/routerconsole/jsp/netdb.jsp | 3 ++- apps/routerconsole/jsp/profiles.jsp | 4 ++-- installer/resources/themes/console/classic/console.css | 8 ++++++-- installer/resources/themes/console/snark.css | 2 +- 5 files changed, 13 insertions(+), 6 deletions(-) diff --git a/apps/routerconsole/jsp/graphs.jsp b/apps/routerconsole/jsp/graphs.jsp index 64277f0d0..34ee723b7 100644 --- a/apps/routerconsole/jsp/graphs.jsp +++ b/apps/routerconsole/jsp/graphs.jsp @@ -11,6 +11,7 @@

I2P Performance Graphs

+
" /> @@ -18,5 +19,6 @@
+
\ No newline at end of file diff --git a/apps/routerconsole/jsp/netdb.jsp b/apps/routerconsole/jsp/netdb.jsp index d3c70811c..cac11bf05 100644 --- a/apps/routerconsole/jsp/netdb.jsp +++ b/apps/routerconsole/jsp/netdb.jsp @@ -10,6 +10,7 @@ <%@include file="summary.jsp" %>

I2P Network Database Summary

+
" /> @@ -18,6 +19,6 @@ " />
- +
diff --git a/apps/routerconsole/jsp/profiles.jsp b/apps/routerconsole/jsp/profiles.jsp index c9e673c79..11529cf55 100644 --- a/apps/routerconsole/jsp/profiles.jsp +++ b/apps/routerconsole/jsp/profiles.jsp @@ -9,7 +9,7 @@ <%@include file="summary.jsp" %>

I2P Network Peer Profiles

-
+
" /> @@ -17,6 +17,6 @@
- +
diff --git a/installer/resources/themes/console/classic/console.css b/installer/resources/themes/console/classic/console.css index 9ed070e12..b63795545 100644 --- a/installer/resources/themes/console/classic/console.css +++ b/installer/resources/themes/console/classic/console.css @@ -94,8 +94,8 @@ div.main { div.main textarea { -/* width: 100% !important; breaks IE */ - width: 600px; + width: 100% !important; + } div.news { @@ -316,4 +316,8 @@ tt { font-size: 8pt; font-weight: bold; line-height: 150%; +} + +.tidylist { + text-align: justify; } \ No newline at end of file diff --git a/installer/resources/themes/console/snark.css b/installer/resources/themes/console/snark.css index f78956ad1..501312743 100644 --- a/installer/resources/themes/console/snark.css +++ b/installer/resources/themes/console/snark.css @@ -135,7 +135,7 @@ td { background-color: #fff; color:#310; min-width: 700px !important; - max-width: 800px !important; +/* max-width: 800px !important; */ margin: 20px; padding: 10px 20px 5px 20px; -moz-border-radius: 4px;