More IE overflow fixes; remove max-width from i2psnark css.

This commit is contained in:
z3d
2009-08-02 13:57:29 +00:00
parent abf7296de1
commit 3a0cdf1388
5 changed files with 13 additions and 6 deletions

View File

@ -11,6 +11,7 @@
<h1>I2P Performance Graphs</h1>
<div class="main" id="main">
<div class="graphspanel">
<div class="widepanel">
<jsp:useBean class="net.i2p.router.web.GraphHelper" id="graphHelper" scope="request" />
<jsp:setProperty name="graphHelper" property="*" />
<jsp:setProperty name="graphHelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
@ -18,5 +19,6 @@
<jsp:getProperty name="graphHelper" property="images" />
<jsp:getProperty name="graphHelper" property="form" />
</div>
</div>
</body>
</html>

View File

@ -10,6 +10,7 @@
<%@include file="summary.jsp" %>
<h1>I2P Network Database Summary</h1>
<div class="main" id="main">
<div class="wideload">
<jsp:useBean class="net.i2p.router.web.NetDbHelper" id="netdbHelper" scope="request" />
<jsp:setProperty name="netdbHelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
<jsp:setProperty name="netdbHelper" property="writer" value="<%=out%>" />
@ -18,6 +19,6 @@
<jsp:setProperty name="netdbHelper" property="lease" value="<%=request.getParameter("l")%>" />
<jsp:getProperty name="netdbHelper" property="netDbSummary" />
</div>
</div>
</body>
</html>

View File

@ -9,7 +9,7 @@
<%@include file="summary.jsp" %>
<h1>I2P Network Peer Profiles</h1>
<div class="main" id="main">
<div class="main" id="main"><div class="wideload">
<jsp:useBean class="net.i2p.router.web.ProfilesHelper" id="profilesHelper" scope="request" />
<jsp:setProperty name="profilesHelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
<jsp:getProperty name="profilesHelper" property="profileSummary" />
@ -17,6 +17,6 @@
<a name="shitlist"> </a>
<jsp:getProperty name="profilesHelper" property="shitlistSummary" />
</div>
</div>
</body>
</html>

View File

@ -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;
}

View File

@ -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;