Author: jdumay
Date: Thu Feb 12 02:12:29 2009
New Revision: 743598

URL: http://svn.apache.org/viewvc?rev=743598&view=rev
Log:
MRM-1083 - cleaned up the css so that it looks a little nicer

Modified:
    
archiva/branches/archiva-with-new-repoapi/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/decorators/default.jsp
    
archiva/branches/archiva-with-new-repoapi/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/css/maven-theme.css

Modified: 
archiva/branches/archiva-with-new-repoapi/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/decorators/default.jsp
URL: 
http://svn.apache.org/viewvc/archiva/branches/archiva-with-new-repoapi/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/decorators/default.jsp?rev=743598&r1=743597&r2=743598&view=diff
==============================================================================
--- 
archiva/branches/archiva-with-new-repoapi/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/decorators/default.jsp
 (original)
+++ 
archiva/branches/archiva-with-new-repoapi/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/decorators/default.jsp
 Thu Feb 12 02:12:29 2009
@@ -54,7 +54,7 @@
 </div>
 
 
-<div id="searchbox" class="xright">
+<div id="topSearchBox">
     <s:form method="get" action="quickSearch" namespace="/" validate="true">
         <s:textfield label="Search for" size="30" name="q"/>
     </s:form>

Modified: 
archiva/branches/archiva-with-new-repoapi/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/css/maven-theme.css
URL: 
http://svn.apache.org/viewvc/archiva/branches/archiva-with-new-repoapi/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/css/maven-theme.css?rev=743598&r1=743597&r2=743598&view=diff
==============================================================================
--- 
archiva/branches/archiva-with-new-repoapi/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/css/maven-theme.css
 (original)
+++ 
archiva/branches/archiva-with-new-repoapi/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/css/maven-theme.css
 Thu Feb 12 02:12:29 2009
@@ -343,3 +343,8 @@
 #searchHint {
        margin: 5%;
 }
+
+#topSearchBox {
+    float: right;
+    padding: 2px 8px;
+}


Reply via email to