[vlma-devel] commit: Use icons instead of text for satellite removal/edit. ( Adrien Grand )

git version control git at videolan.org
Sun Sep 14 17:01:19 CEST 2008


vlma | branch: master | Adrien Grand <jpountz at videolan.org> | Sun Sep 14 15:13:43 2008 +0200| [5504075aeb336b17aec60ea76999abdefdbdf892] | committer: Adrien Grand 

Use icons instead of text for satellite removal/edit.

> http://git.videolan.org/gitweb.cgi/vlma.git/?a=commit;h=5504075aeb336b17aec60ea76999abdefdbdf892
---

 .../WEB-INF/jsp/satellite/satellitelist_right.jsp  |    6 ++----
 vlma-webapp/src/main/webapp/css/style.css          |    4 ++++
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/vlma-webapp/src/main/webapp/WEB-INF/jsp/satellite/satellitelist_right.jsp b/vlma-webapp/src/main/webapp/WEB-INF/jsp/satellite/satellitelist_right.jsp
index d63d936..d7fa9f8 100644
--- a/vlma-webapp/src/main/webapp/WEB-INF/jsp/satellite/satellitelist_right.jsp
+++ b/vlma-webapp/src/main/webapp/WEB-INF/jsp/satellite/satellitelist_right.jsp
@@ -19,10 +19,8 @@
             <c:param name="satellite" value="${satellite.id}" />
         </c:url>
         <td>
-            <a href="${editUrl}"><fmt:message key="satellites.edit" /></a>
-        </td>
-        <td>
-            <a href="${removeUrl}"><fmt:message key="satellites.remove" /></a>
+            <a href="${editUrl}"><img src="<c:url value="/img/edit.png" />" title="<fmt:message key="satellites.edit" />" /></a>
+            <a href="${removeUrl}"><img src="<c:url value="/img/delete.png" />" title="<fmt:message key="satellites.remove" />" /></a>
         </td>
     </tr>
     </c:forEach>
diff --git a/vlma-webapp/src/main/webapp/css/style.css b/vlma-webapp/src/main/webapp/css/style.css
index 7b32bfc..702a9e8 100644
--- a/vlma-webapp/src/main/webapp/css/style.css
+++ b/vlma-webapp/src/main/webapp/css/style.css
@@ -52,6 +52,10 @@ h3 {
     font: bold 125% Arial, Sans-Serif;
 }
 
+textarea {
+    min-width: 380px;
+}
+
 p {
     padding: 2px 0 5px;
     margin: 0;



More information about the vlma-devel mailing list