diff options
author | Brett Porter <brett@apache.org> | 2006-09-06 00:48:20 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2006-09-06 00:48:20 +0000 |
commit | 69b9e89f09f217aa0a37be80850587402d6018e3 (patch) | |
tree | fa2fa542e654b6ff9c2fd3319fca727165358b8a | |
parent | 0f99012b6bc3619694f3b95ff3515c687e68aaa9 (diff) | |
download | archiva-69b9e89f09f217aa0a37be80850587402d6018e3.tar.gz archiva-69b9e89f09f217aa0a37be80850587402d6018e3.zip |
tweak style, remove shadows from images
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440546 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/index.jsp | 6 | ||||
-rw-r--r-- | archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/proxiedRepositories.jsp | 2 | ||||
-rw-r--r-- | archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/syncedRepositories.jsp | 2 | ||||
-rw-r--r-- | archiva-webapp/src/main/webapp/WEB-INF/jsp/include/artifactInfo.jspf | 6 | ||||
-rw-r--r-- | archiva-webapp/src/main/webapp/css/maven-theme.css | 11 | ||||
-rw-r--r-- | archiva-webapp/src/main/webapp/css/site.css | 5 | ||||
-rwxr-xr-x | archiva-webapp/src/main/webapp/images/archetype.gif | bin | 2562 -> 2149 bytes | |||
-rwxr-xr-x | archiva-webapp/src/main/webapp/images/mavenplugin.gif | bin | 2739 -> 2336 bytes | |||
-rwxr-xr-x | archiva-webapp/src/main/webapp/images/other.gif | bin | 2580 -> 2160 bytes | |||
-rwxr-xr-x | archiva-webapp/src/main/webapp/images/pom.gif | bin | 2358 -> 2020 bytes | |||
-rwxr-xr-x | archiva-webapp/src/main/webapp/images/skin.gif | bin | 2672 -> 2258 bytes | |||
-rw-r--r-- | design/white-site/src/site/resources/css/site.css | 5 |
12 files changed, 18 insertions, 19 deletions
diff --git a/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/index.jsp b/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/index.jsp index 94f8aa6d5..75b33c4ce 100644 --- a/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/index.jsp +++ b/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/index.jsp @@ -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> diff --git a/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/proxiedRepositories.jsp b/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/proxiedRepositories.jsp index 317ee80e0..0c562cadc 100644 --- a/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/proxiedRepositories.jsp +++ b/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/proxiedRepositories.jsp @@ -45,7 +45,7 @@ Repository</a> </div> <h3>${repository.name}</h3> - <table> + <table class="infoTable"> <tr> <th>Identifier</th> <td> diff --git a/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/syncedRepositories.jsp b/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/syncedRepositories.jsp index 7277da3aa..f36de4925 100644 --- a/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/syncedRepositories.jsp +++ b/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/syncedRepositories.jsp @@ -44,7 +44,7 @@ Repository</a> </div> <h3>${repository.name}</h3> - <table> + <table class="infoTable"> <tr> <th>Identifier</th> <td> diff --git a/archiva-webapp/src/main/webapp/WEB-INF/jsp/include/artifactInfo.jspf b/archiva-webapp/src/main/webapp/WEB-INF/jsp/include/artifactInfo.jspf index 606e7ee0f..d2ce2cad1 100644 --- a/archiva-webapp/src/main/webapp/WEB-INF/jsp/include/artifactInfo.jspf +++ b/archiva-webapp/src/main/webapp/WEB-INF/jsp/include/artifactInfo.jspf @@ -38,7 +38,7 @@ <blockquote>${model.description}</blockquote> </c:if> -<table> +<table class="infoTable"> <tr> <th>Group ID</th> <td>${model.groupId}</td> @@ -103,7 +103,7 @@ || model.issueManagement != null || model.ciManagement != null}"> <h2>Other Details</h2> - <table> + <table class="infoTable"> <c:if test="${!empty(model.url)}"> <tr> <th>URL</th> @@ -179,7 +179,7 @@ <c:if test="${model.scm != null}"> <h2>SCM</h2> - <table> + <table class="infoTable"> <c:if test="${!empty(model.scm.connection)}"> <tr> <th>Connection</th> diff --git a/archiva-webapp/src/main/webapp/css/maven-theme.css b/archiva-webapp/src/main/webapp/css/maven-theme.css index 40231b41f..61393d800 100644 --- a/archiva-webapp/src/main/webapp/css/maven-theme.css +++ b/archiva-webapp/src/main/webapp/css/maven-theme.css @@ -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; diff --git a/archiva-webapp/src/main/webapp/css/site.css b/archiva-webapp/src/main/webapp/css/site.css index 80a0a9a7c..dff21cc7b 100644 --- a/archiva-webapp/src/main/webapp/css/site.css +++ b/archiva-webapp/src/main/webapp/css/site.css @@ -82,11 +82,6 @@ font-size: xx-small; } -.statusOk { - color: green; - font-weight: bold; -} - .statusFailed { color: red; font-weight: bold; diff --git a/archiva-webapp/src/main/webapp/images/archetype.gif b/archiva-webapp/src/main/webapp/images/archetype.gif Binary files differindex 40958a5ee..fc84feff5 100755 --- a/archiva-webapp/src/main/webapp/images/archetype.gif +++ b/archiva-webapp/src/main/webapp/images/archetype.gif diff --git a/archiva-webapp/src/main/webapp/images/mavenplugin.gif b/archiva-webapp/src/main/webapp/images/mavenplugin.gif Binary files differindex 04430ccf6..4e335e3f2 100755 --- a/archiva-webapp/src/main/webapp/images/mavenplugin.gif +++ b/archiva-webapp/src/main/webapp/images/mavenplugin.gif diff --git a/archiva-webapp/src/main/webapp/images/other.gif b/archiva-webapp/src/main/webapp/images/other.gif Binary files differindex 23c84b7af..9b01e3e2c 100755 --- a/archiva-webapp/src/main/webapp/images/other.gif +++ b/archiva-webapp/src/main/webapp/images/other.gif diff --git a/archiva-webapp/src/main/webapp/images/pom.gif b/archiva-webapp/src/main/webapp/images/pom.gif Binary files differindex 1ce952fde..b6efdc34c 100755 --- a/archiva-webapp/src/main/webapp/images/pom.gif +++ b/archiva-webapp/src/main/webapp/images/pom.gif diff --git a/archiva-webapp/src/main/webapp/images/skin.gif b/archiva-webapp/src/main/webapp/images/skin.gif Binary files differindex d59ff62bb..64ff878eb 100755 --- a/archiva-webapp/src/main/webapp/images/skin.gif +++ b/archiva-webapp/src/main/webapp/images/skin.gif diff --git a/design/white-site/src/site/resources/css/site.css b/design/white-site/src/site/resources/css/site.css index 80a0a9a7c..dff21cc7b 100644 --- a/design/white-site/src/site/resources/css/site.css +++ b/design/white-site/src/site/resources/css/site.css @@ -82,11 +82,6 @@ font-size: xx-small; } -.statusOk { - color: green; - font-weight: bold; -} - .statusFailed { color: red; font-weight: bold; |