You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2014/01/06 17:58:01 UTC

svn commit: r1555916 - in /manifoldcf/trunk/framework/crawler-ui/src/main/webapp: adminDefaults.jsp adminHeaders.jsp banner.jsp style.css

Author: kwright
Date: Mon Jan  6 16:58:01 2014
New Revision: 1555916

URL: http://svn.apache.org/r1555916
Log:
More style-related fixes

Modified:
    manifoldcf/trunk/framework/crawler-ui/src/main/webapp/adminDefaults.jsp
    manifoldcf/trunk/framework/crawler-ui/src/main/webapp/adminHeaders.jsp
    manifoldcf/trunk/framework/crawler-ui/src/main/webapp/banner.jsp
    manifoldcf/trunk/framework/crawler-ui/src/main/webapp/style.css

Modified: manifoldcf/trunk/framework/crawler-ui/src/main/webapp/adminDefaults.jsp
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/framework/crawler-ui/src/main/webapp/adminDefaults.jsp?rev=1555916&r1=1555915&r2=1555916&view=diff
==============================================================================
--- manifoldcf/trunk/framework/crawler-ui/src/main/webapp/adminDefaults.jsp (original)
+++ manifoldcf/trunk/framework/crawler-ui/src/main/webapp/adminDefaults.jsp Mon Jan  6 16:58:01 2014
@@ -28,8 +28,6 @@
 */
 %>
 
-<!DOCTYPE html>
-
 <jsp:useBean id="thread" class="org.apache.manifoldcf.ui.beans.ThreadContext" scope="request"/>
 <jsp:useBean id="adminprofile" class="org.apache.manifoldcf.ui.beans.AdminProfile" scope="session"/>
 
@@ -48,3 +46,6 @@
 		threadContext.save("__WRAPPER__",variableContext);
 	}
 %>
+
+<!DOCTYPE html>
+<meta http-equiv="X-UA-Compatible" content="IE=edge"/>

Modified: manifoldcf/trunk/framework/crawler-ui/src/main/webapp/adminHeaders.jsp
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/framework/crawler-ui/src/main/webapp/adminHeaders.jsp?rev=1555916&r1=1555915&r2=1555916&view=diff
==============================================================================
--- manifoldcf/trunk/framework/crawler-ui/src/main/webapp/adminHeaders.jsp (original)
+++ manifoldcf/trunk/framework/crawler-ui/src/main/webapp/adminHeaders.jsp Mon Jan  6 16:58:01 2014
@@ -36,8 +36,6 @@ response.setContentType("text/html;chars
 <%@ page import="org.apache.manifoldcf.authorities.interfaces.*" %>
 <%@ page import="java.util.*" %>
 
-<!DOCTYPE html>
-
 <jsp:useBean id="thread" class="org.apache.manifoldcf.ui.beans.ThreadContext" scope="request"/>
 <jsp:useBean id="adminprofile" class="org.apache.manifoldcf.ui.beans.AdminProfile" scope="session"/>
 
@@ -62,3 +60,6 @@ response.setContentType("text/html;chars
 		threadContext.save("__WRAPPER__",variableContext);
 	}
 %>
+
+<!DOCTYPE html>
+<meta http-equiv="X-UA-Compatible" content="IE=edge"/>

Modified: manifoldcf/trunk/framework/crawler-ui/src/main/webapp/banner.jsp
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/framework/crawler-ui/src/main/webapp/banner.jsp?rev=1555916&r1=1555915&r2=1555916&view=diff
==============================================================================
--- manifoldcf/trunk/framework/crawler-ui/src/main/webapp/banner.jsp (original)
+++ manifoldcf/trunk/framework/crawler-ui/src/main/webapp/banner.jsp Mon Jan  6 16:58:01 2014
@@ -29,11 +29,16 @@
 %>
 
 <table class="bannertable">
-    <tr><td class="headerimage"><img src="ManifoldCF-logo.png"/></td>
-          <td>
+    <tr>
+	<td class="headerimage"><img src="ManifoldCF-logo.png"/></td>
+          <td class="headercell">
 	    <table class="headertable">
-		<tr><td class="headerdate"><%=org.apache.manifoldcf.ui.util.Encoder.bodyEscape(dateString)%></td></tr>
-	          <tr><td class="header"><%=Messages.getBodyString(pageContext.getRequest().getLocale(),"banner.DocumentIngestion")%></td></tr>
+		<tr class="headerdaterow">
+			<td class="headerdate"><%=org.apache.manifoldcf.ui.util.Encoder.bodyEscape(dateString)%></td>
+		</tr>
+	          <tr class="headerrow">
+			<td class="header"><%=Messages.getBodyString(pageContext.getRequest().getLocale(),"banner.DocumentIngestion")%></td>
+		</tr>
 	    </table>
 	</td>
     </tr>

Modified: manifoldcf/trunk/framework/crawler-ui/src/main/webapp/style.css
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/framework/crawler-ui/src/main/webapp/style.css?rev=1555916&r1=1555915&r2=1555916&view=diff
==============================================================================
--- manifoldcf/trunk/framework/crawler-ui/src/main/webapp/style.css (original)
+++ manifoldcf/trunk/framework/crawler-ui/src/main/webapp/style.css Mon Jan  6 16:58:01 2014
@@ -131,7 +131,6 @@ body
 .bannertable
 {
     width: 100%;
-    height: 100%;
     margin: 0;
     padding: 0;
     border-style: none;
@@ -141,28 +140,54 @@ body
     background: #f8f8f8;
 }
 
-.headertable
+.bannerrow
 {
-    width: 100%;
-    height: 100%;
-    margin: 0;
-    padding: 0;
-    border-style: none;
-    border-width: 0;
-    border-collapse: collapse;
+	width: 100%;
 }
 
 .headerimage
 {
     width: 50px;
     text-align: left;
-    vertical-align: middle;
+    vertical-align: top;
     padding: 0;
     margin: 0;
 }
 .headerimage img{
     margin: 12px;
 }
+
+.headertable
+{
+    margin: 0;
+    padding: 0;
+    border-style: none;
+    border-width: 0;
+    border-collapse: collapse;
+	width: 100%;
+}
+
+.headerdaterow
+{
+	width: 100%;
+    vertical-align: top !important;
+	text-align: right !important;
+}
+
+.headerrow
+{
+	width: 100%;
+	height: 100%;
+	vertical-align: middle !important;
+	text-align: center !important;
+}
+
+.headercell
+{
+	vertical-align: top;
+	width: 100%;
+}
+
 .header
 {
     color: black;
@@ -172,12 +197,9 @@ body
 
 .headerdate
 {
-    text-align: right;
-    vertical-align: top;
     color: black;
     font-weight: 200;
     font-size: 10px;
-
 }
 
 .navigation