[z3-checkins] r51392 - z3/deliverance/DeliveranceVHoster/trunk/errors/www.openplans.org

ejucovy at codespeak.net ejucovy at codespeak.net
Mon Feb 11 17:53:48 CET 2008


Author: ejucovy
Date: Mon Feb 11 17:53:48 2008
New Revision: 51392

Modified:
   z3/deliverance/DeliveranceVHoster/trunk/errors/www.openplans.org/error.html
Log:
Update error page to handle IE conditional resources...


Modified: z3/deliverance/DeliveranceVHoster/trunk/errors/www.openplans.org/error.html
==============================================================================
--- z3/deliverance/DeliveranceVHoster/trunk/errors/www.openplans.org/error.html	(original)
+++ z3/deliverance/DeliveranceVHoster/trunk/errors/www.openplans.org/error.html	Mon Feb 11 17:53:48 2008
@@ -1743,10 +1743,102 @@
 }
 </style>
     <!--[if IE]>
-      <link rel="stylesheet" href="++resource++css/ie.css" type="text/css" media="all" />
+      <style type="text/css" media="all">#oc-topnav { 
+  width: 78em;
+}	
+#oc-content-container {
+  width: 78em;
+}
+
+
+.oc-clearAfter { height: 1%%; }
+		
+#oc-topnav-global { height: 1%%; }
+
+#oc-content-main-container { height: 1%%; }
+
+fieldset.oc-boxy {
+  border-top: none;
+}
+fieldset.oc-boxy legend {
+	  margin: 0;
+	  padding: .5em 0;
+	  top: 0;	
+	  left: 0;
+	  float: left; /* makes it so border shows up around legend */
+}
+.oc-statusMessage {
+  position: static; /* avoids overlapping the topnav menu */
+}
+.oc-statusMessage .oc-close {
+  display: none;
+}
+.oc-statusMessage .oc-closeButton { /* overridden in IE6.css */
+  width: 7px;
+  top: 0px;
+  right: 1px;
+}
+
+/* weird that IE is getting this selector wrong... */
+.oc-tabs .oc-wiki-history-item.oc-selected {
+  background: none;
+  border: none;
+}
+
+h2.oc-dataTable-heading {
+	margin: 0;
+	/* SEE IE6.css for additional hacks */
+}
+
+.oc-tabs {
+  margin-left: 0;
+}
+
+
+.oc-feed-list {
+  padding-top: .5em;
+}
+
+.oc-widget-search form {
+  margin: 0;
+}
+
+.oc-widget-alphabet {
+  padding: 0;
+  margin: 0;
+}
+
+.oc-wiki-content pre {
+  padding: 1.75em;
+}</style>
     <![endif]-->
     <!--[if IE 6]>
-      <link rel="stylesheet" href="++resource++css/ie6.css" type="text/css" media="all" />
+      <style type="text/css" media="all">/* IE 6 hacks go here */
+
+#oc-content-sidebar {
+  width: 32%%;
+}
+
+legend { color: #000; padding: 0; margin: 0 -5px;}
+
+
+.oc-statusMessage .oc-closeButton {
+  width: 7px;
+  top: 2px;
+  right: 14px;
+}
+
+.oc-actions.oc-wiki-actions {
+  padding-top: 1em;
+}
+
+h2.oc-dataTable-heading {
+	/*margin-bottom: -18px; */
+}
+
+.oc-dropdown-list li.oc-dropdown-container li a {
+  width: 100%%;
+}</style>
     <![endif]-->
     
     <link rel="shortcut icon" type="image/x-icon" href="/++resource++img/favicon.ico" />
@@ -7248,8 +7340,8 @@
 
   <div id="oc-footer-about" class="oc-smallText">
     OpenPlans is
-    <a href="/people">2091 people</a> and
-    <a href="/projects">527 projects</a> since
+    <a href="/people">2127 people</a> and
+    <a href="/projects">535 projects</a> since
     November 27, 2005.<br />
     &copy; 2007 <a href="http://topp.openplans.org/">The Open Planning Project</a>
   </div>


More information about the z3-checkins mailing list