]> source.dussan.org Git - archiva.git/commitdiff
tweak style, remove shadows from images
authorBrett Porter <brett@apache.org>
Wed, 6 Sep 2006 00:48:20 +0000 (00:48 +0000)
committerBrett Porter <brett@apache.org>
Wed, 6 Sep 2006 00:48:20 +0000 (00:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440546 13f79535-47bb-0310-9956-ffa450edef68

12 files changed:
archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/index.jsp
archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/proxiedRepositories.jsp
archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/syncedRepositories.jsp
archiva-webapp/src/main/webapp/WEB-INF/jsp/include/artifactInfo.jspf
archiva-webapp/src/main/webapp/css/maven-theme.css
archiva-webapp/src/main/webapp/css/site.css
archiva-webapp/src/main/webapp/images/archetype.gif
archiva-webapp/src/main/webapp/images/mavenplugin.gif
archiva-webapp/src/main/webapp/images/other.gif
archiva-webapp/src/main/webapp/images/pom.gif
archiva-webapp/src/main/webapp/images/skin.gif
design/white-site/src/site/resources/css/site.css

index 94f8aa6d5e798a9e41abb866efbc41345dcb7174..75b33c4cee399879e5513da8765b1755662155f8 100644 (file)
@@ -30,7 +30,7 @@
 <div id="contentArea">
 <h2>Configuration</h2>
 
-<table>
+<table class="infoTable">
   <tr>
     <th>Index Directory</th>
     <td>
@@ -59,7 +59,7 @@
 <c:if test="${!empty(proxy.host)}">
   <h3>HTTP Proxy</h3>
 
-  <table>
+  <table class="infoTable">
     <tr>
       <th>Host</th>
       <td>${proxy.host}</td>
@@ -95,7 +95,7 @@
       Repository</a>
     </div>
     <h3>${repository.name}</h3>
-    <table>
+    <table class="infoTable">
       <tr>
         <th>Identifier</th>
         <td>
index 317ee80e0df14cb98ae2bc355a48dbe3204c2e2a..0c562cadc65911f06758eca0f2182ec6b944a4f4 100644 (file)
@@ -45,7 +45,7 @@
         Repository</a>
       </div>
       <h3>${repository.name}</h3>
-      <table>
+      <table class="infoTable">
         <tr>
           <th>Identifier</th>
           <td>
index 7277da3aabbcd2bdd1600726504923e4cb8bc442..f36de492598880db2a573d47643b6194c16b4cc6 100644 (file)
@@ -44,7 +44,7 @@
       Repository</a>
     </div>
     <h3>${repository.name}</h3>
-    <table>
+    <table class="infoTable">
       <tr>
         <th>Identifier</th>
         <td>
index 606e7ee0f78a1067efac73396f9603c97319ff45..d2ce2cad124819487cf000ac3976dd222e33edb7 100644 (file)
@@ -38,7 +38,7 @@
   <blockquote>${model.description}</blockquote>
 </c:if>
 
-<table>
+<table class="infoTable">
   <tr>
     <th>Group ID</th>
     <td>${model.groupId}</td>
     || model.issueManagement != null || model.ciManagement != null}">
 
   <h2>Other Details</h2>
-  <table>
+  <table class="infoTable">
     <c:if test="${!empty(model.url)}">
       <tr>
         <th>URL</th>
 
 <c:if test="${model.scm != null}">
   <h2>SCM</h2>
-  <table>
+  <table class="infoTable">
     <c:if test="${!empty(model.scm.connection)}">
       <tr>
         <th>Connection</th>
index 40231b41f062a3e498815e38773eba3cc9045f66..61393d800f7bff3b663e151cc6162e642afa65c1 100644 (file)
@@ -18,7 +18,7 @@ body {
     padding: 0 0 10px 0;
 }
 
-body, td, select, input, li {
+body, td, th, select, input, li {
     font-family: Verdana, Helvetica, Arial, sans-serif;
     font-size: 13px;
 }
@@ -27,6 +27,15 @@ select, input {
     font-size: x-small;
 }
 
+th {
+    text-align: right;
+    padding-right: 1em;
+}
+
+.infoTable th {
+    width: 15em;
+}
+
 #contentBox h1 {
     background-image: url( ../images/arrow.gif );
     background-repeat: no-repeat;
index 80a0a9a7c19c0899dcf75688be47c1174e0bf9c3..dff21cc7bc7e89ceed71dbfcc0b8fd626a105dcb 100644 (file)
     font-size: xx-small;
 }
 
-.statusOk {
-    color: green;
-    font-weight: bold;
-}
-
 .statusFailed {
     color: red;
     font-weight: bold;
index 40958a5ee041b04f757f6961fda94fe9c6cd74af..fc84feff59773f806174bcebf6efd7a232f155cc 100755 (executable)
Binary files a/archiva-webapp/src/main/webapp/images/archetype.gif and b/archiva-webapp/src/main/webapp/images/archetype.gif differ
index 04430ccf697e1d3012227ddfd6ef5dd76a16d293..4e335e3f2360f6bc39b9dc4b7a868714767e262a 100755 (executable)
Binary files a/archiva-webapp/src/main/webapp/images/mavenplugin.gif and b/archiva-webapp/src/main/webapp/images/mavenplugin.gif differ
index 23c84b7afec9d7a501594b456655744668b21622..9b01e3e2c7d360e498e9d9ada79d6fdd973b5987 100755 (executable)
Binary files a/archiva-webapp/src/main/webapp/images/other.gif and b/archiva-webapp/src/main/webapp/images/other.gif differ
index 1ce952fdefdb445ae9f4a40bc960b92c06574892..b6efdc34c8bba11e3dbd060d73f00da051ae0e3f 100755 (executable)
Binary files a/archiva-webapp/src/main/webapp/images/pom.gif and b/archiva-webapp/src/main/webapp/images/pom.gif differ
index d59ff62bb44f3164502f0e187cce7402a70ec626..64ff878ebe462939d4b3343387fd7d0f6882a3f0 100755 (executable)
Binary files a/archiva-webapp/src/main/webapp/images/skin.gif and b/archiva-webapp/src/main/webapp/images/skin.gif differ
index 80a0a9a7c19c0899dcf75688be47c1174e0bf9c3..dff21cc7bc7e89ceed71dbfcc0b8fd626a105dcb 100644 (file)
     font-size: xx-small;
 }
 
-.statusOk {
-    color: green;
-    font-weight: bold;
-}
-
 .statusFailed {
     color: red;
     font-weight: bold;