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 2013/12/21 14:32:05 UTC

svn commit: r1552898 - in /manifoldcf/trunk/framework/crawler-ui/src/main/webapp: navigation.jsp style.css

Author: kwright
Date: Sat Dec 21 13:32:05 2013
New Revision: 1552898

URL: http://svn.apache.org/r1552898
Log:
Fix minor style-related bugs

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

Modified: manifoldcf/trunk/framework/crawler-ui/src/main/webapp/navigation.jsp
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/framework/crawler-ui/src/main/webapp/navigation.jsp?rev=1552898&r1=1552897&r2=1552898&view=diff
==============================================================================
--- manifoldcf/trunk/framework/crawler-ui/src/main/webapp/navigation.jsp (original)
+++ manifoldcf/trunk/framework/crawler-ui/src/main/webapp/navigation.jsp Sat Dec 21 13:32:05 2013
@@ -38,7 +38,11 @@
 <ul class="menusecond">
 	<li class="menuitem">
 		<nobr><a class="menulink" href="listgroups.jsp" alt="<%=Messages.getAttributeString(pageContext.getRequest().getLocale(),"navigation.Listauthoritygroups")%>"><%=Messages.getBodyString(pageContext.getRequest().getLocale(),"navigation.ListAuthorityGroups")%></a></nobr>
+	</li>
+	<li class="menuitem">
 		<nobr><a class="menulink" href="listmappers.jsp" alt="<%=Messages.getAttributeString(pageContext.getRequest().getLocale(),"navigation.Listusermappings")%>"><%=Messages.getBodyString(pageContext.getRequest().getLocale(),"navigation.ListUserMappings")%></a></nobr>
+	</li>
+	<li class="menuitem">
 		<nobr><a class="menulink" href="listauthorities.jsp" alt="<%=Messages.getAttributeString(pageContext.getRequest().getLocale(),"navigation.Listauthorities")%>"><%=Messages.getBodyString(pageContext.getRequest().getLocale(),"navigation.ListAuthorityConnections")%></a></nobr>
 	</li>
 </ul>

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=1552898&r1=1552897&r2=1552898&view=diff
==============================================================================
--- manifoldcf/trunk/framework/crawler-ui/src/main/webapp/style.css (original)
+++ manifoldcf/trunk/framework/crawler-ui/src/main/webapp/style.css Sat Dec 21 13:32:05 2013
@@ -1,8 +1,3 @@
-/* 
-    Created on : Dec 4, 2013, 11:11:44 AM
-    Author     : Modified By Eranda Bandaranaike eragroove@gmail.com
-*/
-
 /* Licensed to the Apache Software Foundation (ASF) under one or more        */
 /* contributor license agreements. See the NOTICE file distributed with      */
 /* this work for additional information regarding copyright ownership.       */
@@ -17,7 +12,14 @@
 /* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  */
 /* See the License for the specific language governing permissions and       */
 /* limitations under the License.                                            */
-body{
+
+/* 
+    Created on : Dec 4, 2013, 11:11:44 AM
+    Author     : Modified By Eranda Bandaranaike eragroove@gmail.com
+*/
+
+body
+{
     font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
     padding: 0;
     margin: 0;
@@ -468,16 +470,20 @@ body{
     border-collapse: collapse;
 }
 
-.descripxion
+.description
 {
-    padding:0 10px 0 0;
-    margin-left: 0;
-    margin-right: 0;
-    background-color: #f6f6f6;
-    font-weight: bold;
+    padding-left: 0;
+	padding-right:5px;
+	padding-top: 0;
+	padding-bottom: 0;
+	margin-left: 0;
+	margin-right: 0;
+	margin-top: 5px;
+	margin-bottom: 0;
+	border: 0;
     color: #404040;
     font-size: 12px;
-    text-align: right;
+    text-align: left;
 }
 
 .message
@@ -523,10 +529,14 @@ body{
 .value
 {
     width: 100%;
-    padding-left: 10px;
-    padding-right: 10px;
-    margin: 0;
-    padding: 0;
+    padding-left: 0;
+    padding-right: 0;
+	padding-top: 0;
+	padding-bottom: 0;
+    margin-left: 0;
+	margin-right: 0;
+	margin-top: 5px;
+	margin-bottom: 0;
     border: 0;
     color: black;
     font-size: 12px;