You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by er...@apache.org on 2010/11/05 22:43:16 UTC

svn commit: r1031824 - in /servicemix/sandbox/website20/src/main/webapp: WEB-INF/scalate/layouts/default.ssp css/master.css

Author: ericjohnson
Date: Fri Nov  5 21:43:16 2010
New Revision: 1031824

URL: http://svn.apache.org/viewvc?rev=1031824&view=rev
Log:
made the header look more like Lukazs

Modified:
    servicemix/sandbox/website20/src/main/webapp/WEB-INF/scalate/layouts/default.ssp
    servicemix/sandbox/website20/src/main/webapp/css/master.css

Modified: servicemix/sandbox/website20/src/main/webapp/WEB-INF/scalate/layouts/default.ssp
URL: http://svn.apache.org/viewvc/servicemix/sandbox/website20/src/main/webapp/WEB-INF/scalate/layouts/default.ssp?rev=1031824&r1=1031823&r2=1031824&view=diff
==============================================================================
--- servicemix/sandbox/website20/src/main/webapp/WEB-INF/scalate/layouts/default.ssp (original)
+++ servicemix/sandbox/website20/src/main/webapp/WEB-INF/scalate/layouts/default.ssp Fri Nov  5 21:43:16 2010
@@ -54,10 +54,10 @@ limitations under the License.
           </a>
         </td>
       </tr>
-      <tr>
-        <td colspan="2">
+      <tr class="navRow">
+        <td class="menuElem">
           <ul class="siteNav">
-            <li ><a href="/index.html" title="Overview">Overview</a></li>
+            <li><a href="/index.html" title="Overview">Overview</a></li>
             <li><a href="/downloads/index.html" title="Download">Download</a></li>
             <li><a href="/documentation/index.html" title="Documentation">Documentation</a></li>
             <li>
@@ -97,6 +97,7 @@ limitations under the License.
             </li>
           </ul>
         </td>
+        <td class="searchElem">Search Widget</td>
       </tr>
     </table>
   </div>
@@ -107,4 +108,4 @@ limitations under the License.
     <p>Thanks for using Apache ServiceMix!</p>
   </div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: servicemix/sandbox/website20/src/main/webapp/css/master.css
URL: http://svn.apache.org/viewvc/servicemix/sandbox/website20/src/main/webapp/css/master.css?rev=1031824&r1=1031823&r2=1031824&view=diff
==============================================================================
--- servicemix/sandbox/website20/src/main/webapp/css/master.css (original)
+++ servicemix/sandbox/website20/src/main/webapp/css/master.css Fri Nov  5 21:43:16 2010
@@ -10,7 +10,6 @@ body {
   }
 
 div#siteHeader {
-  background-color: #76a3cd;
   padding-left: 20px;
   padding-right: 20px;
   clear: both;
@@ -35,13 +34,33 @@ div#siteHeader table, div#siteHeader td 
   vertical-align: middle;
 }
 
+tr.navRow {
+  background-color:  #76a3cd;
+  }
+
+td.searchElem {
+  border-bottom-right-radius: 100px;
+  border-top-right-radius: 100px;
+  -webkit-border-bottom-right-radius: 100px;
+  -webkit-border-top-right-radius: 100px;
+ -moz-border-bottom-right-radius: 100px;
+ -moz-border-top-right-radius: 100px;
+}
+
+td.menuElem {
+  border-bottom-left-radius: 100px;
+  border-top-left-radius: 100px;
+  -webkit-border-bottom-left-radius: 100px;
+  -webkit-border-top-left-radius: 100px;
+ -moz-border-bottom-left-radius: 100px;
+ -moz-border-top-left-radius: 100px;
+}
+
 ul.siteNav {
   list-style-type: none;
   padding:0;
   margin:0;
   position: relative;
-  left:20%;
-  width: 80%;
   }
   
 ul.siteNav li {