]> source.dussan.org Git - archiva.git/commitdiff
[MRM-199] Indenting the artifact information on the dependencies/dependend-on-by...
authorEmmanuel Venisse <evenisse@apache.org>
Thu, 5 Oct 2006 21:16:01 +0000 (21:16 +0000)
committerEmmanuel Venisse <evenisse@apache.org>
Thu, 5 Oct 2006 21:16:01 +0000 (21:16 +0000)
Submitted by: Henri Yandell

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@453383 13f79535-47bb-0310-9956-ffa450edef68

archiva-webapp/src/main/webapp/WEB-INF/jsp/include/artifactDependencies.jspf
archiva-webapp/src/main/webapp/WEB-INF/tags/showArtifactLink.tag
archiva-webapp/src/main/webapp/css/site.css

index 3d77e35d8095cc5c192a1fce31b9d3112808a303..30be643666c061835b8b5614650a52a7dcc74aa4 100644 (file)
@@ -4,7 +4,7 @@
 
 <%-- TODO: paginate! --%>
 <c:forEach items="${dependencies}" var="dependency">
-  <h3>
+  <h3 class="artifact-title">
     <my:showArtifactTitle groupId="${dependency.groupId}" artifactId="${dependency.artifactId}"
                           version="${dependency.version}"/>
                          
index 789c2de09312602b8dccd377bf3e32e7c532f43a..22fd572473c00f7b7df3eb3f26d86298fedee52f 100644 (file)
@@ -23,7 +23,7 @@
 <%@ attribute name="scope" %>
 <%@ attribute name="versions" %>
 
-<span style="font-size: x-small">
+<span class="artifact-link">
   <c:set var="cumulativeGroup" value=""/>
   <c:forTokens items="${groupId}" delims="." var="part" varStatus="i">
     <c:choose>
index 5c6faeabd3b22edbcb800a4b3027fd09b3e4400f..5c832dbdf20cf68d34cba8180ada7dc7727b3cc3 100644 (file)
 .infoBullet {
     list-style-image: url( "../images/icon_info_sml.gif" );
 }
+
+.artifact-link {
+    font-size: x-small;
+    padding-left: 5em;
+}
+
+.artifact-title {
+}