[vlma-devel] commit: HTML rendering improvements. (Adrien Grand )

git version control git at videolan.org
Wed Apr 15 22:40:01 CEST 2009


vlma | branch: master | Adrien Grand <jpountz at videolan.org> | Wed Apr 15 22:24:25 2009 +0200| [54dd94ba1573b3d60b1141d495969470dc696db9] | committer: Adrien Grand 

HTML rendering improvements.

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

 .../jsp/satellite/satchannelupdate_right.jsp       |    2 +-
 vlma-webapp/src/main/webapp/css/style.css          |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/vlma-webapp/src/main/webapp/WEB-INF/jsp/satellite/satchannelupdate_right.jsp b/vlma-webapp/src/main/webapp/WEB-INF/jsp/satellite/satchannelupdate_right.jsp
index 5df4dfb..559a201 100644
--- a/vlma-webapp/src/main/webapp/WEB-INF/jsp/satellite/satchannelupdate_right.jsp
+++ b/vlma-webapp/src/main/webapp/WEB-INF/jsp/satellite/satchannelupdate_right.jsp
@@ -7,7 +7,7 @@
     <tr>
         <td align="right"><fmt:message key="medias.sat.update.url" /></td>
         <spring:bind path="satChannelUpdate.url">
-            <td><input id="satChannelUpdateUrl" type="text" name="url"
+            <td><input id="satChannelUpdateUrl" style="width: 450px" type="text" name="url"
                 value="<c:out value="${status.value}"/>"></td>
             <td><span class="error"><c:out
                 value="${status.errorMessage}" /></span></td>
diff --git a/vlma-webapp/src/main/webapp/css/style.css b/vlma-webapp/src/main/webapp/css/style.css
index a5717d7..8e21fa8 100644
--- a/vlma-webapp/src/main/webapp/css/style.css
+++ b/vlma-webapp/src/main/webapp/css/style.css
@@ -160,6 +160,7 @@ div.help {
 }
 
 .right {
+    min-height: 350px;
     margin: 0 0 20px 204px;
     padding: 5px 0 0 15px;
     color: #000;
@@ -173,6 +174,7 @@ div.help {
     padding: 13px;
     background: #f2f2f2 no-repeat bottom right;
     color: #626262;
+    border: 1px solid #ccc;
 }
 
 .fullwidth {



More information about the vlma-devel mailing list