Author: chanaka
Date: Sun Dec  2 21:48:36 2007
New Revision: 10389

Removed:
   
trunk/solutions/identity/modules/user-ui/src/main/webapp/images/arrow-down.jpg
Modified:
   trunk/solutions/identity/modules/user-ui/src/main/webapp/css/styles.css
   trunk/solutions/identity/modules/user-ui/src/main/webapp/jsp/main.jsp
Log:
put back the big download image

Modified: 
trunk/solutions/identity/modules/user-ui/src/main/webapp/css/styles.css
==============================================================================
--- trunk/solutions/identity/modules/user-ui/src/main/webapp/css/styles.css     
(original)
+++ trunk/solutions/identity/modules/user-ui/src/main/webapp/css/styles.css     
Sun Dec  2 21:48:36 2007
@@ -335,10 +335,10 @@
 line-height:20px;
 }
 .download-link{
-background-image:url(../images/arrow-down.jpg);
+background-image:url(../images/ot-middle-download-button.gif);
 background-repeat:no-repeat;
 background-position:top right;
-width:20px;
+width:148px;
 height:42px;
 display:block;
 }
@@ -410,17 +410,4 @@
 .required {
     color: red;
     padding-right:5px;
-}
-/* popup display styles */
-.popup-back{
-position:absolute;
-left:0px;
-right:0px;
-width:100%;
-height:100%
-background-color:#cccccc;
-background
-}
-
-.popup{
 }
\ No newline at end of file

Modified: trunk/solutions/identity/modules/user-ui/src/main/webapp/jsp/main.jsp
==============================================================================
--- trunk/solutions/identity/modules/user-ui/src/main/webapp/jsp/main.jsp       
(original)
+++ trunk/solutions/identity/modules/user-ui/src/main/webapp/jsp/main.jsp       
Sun Dec  2 21:48:36 2007
@@ -41,7 +41,7 @@
                        <s:iterator value="infoMessages">
                  <p><font color="#00FF00"><s:property /></font></p>
             </s:iterator>
-
+                
                        <br>
                        <!-- New STARTS Here -->
                        <div class="information">
@@ -76,17 +76,9 @@
                                                </div>
                                        </td>
                                </tr>
-                               </table>
-                               
-                               <table cellpadding="0" cellspacing="0" 
border="0">
-                                               <tr>
-                                                       <td>
-                                                               <input 
type="button" class="button" 
onclick="javascript:location='DownloadInfoCard.action'" value="Download" />
-                                                       </td>
-                                                       <td 
style="padding-left:10px;">
-                                                               <a 
href="DownloadInfoCard.action" class="download-link"></a>
-                                                       </td>
-                                               </tr>
+                               <tr>
+                                       <td colspan="3"><a 
href="DownloadInfoCard.action" class="download-link"></a></td>
+                               </tr>
                                </table>
                                
                                <table cellpadding="0" cellspacing="0" 
border="0" class="manage-table">

_______________________________________________
Identity-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/identity-dev

Reply via email to