Author: chanaka
Date: Wed Feb  6 02:18:40 2008
New Revision: 13329

Log:

1 more icon improvements and about text changes

Added:
   
branches/registry/1_0/modules/webapps/src/main/webapp/admin/images/icon-comment.gif
   (contents, props changed)
   
branches/registry/1_0/modules/webapps/src/main/webapp/admin/images/icon-home-big.gif
   (contents, props changed)
   
branches/registry/1_0/modules/webapps/src/main/webapp/admin/images/icon-resource.gif
   (contents, props changed)
   
branches/registry/1_0/modules/webapps/src/main/webapp/admin/images/icon-tag.gif 
  (contents, props changed)
   branches/registry/1_0/modules/webapps/src/main/webapp/admin/images/lock.gif  
 (contents, props changed)
Modified:
   branches/registry/1_0/modules/webapps/src/main/webapp/admin/css/main.css
   
branches/registry/1_0/modules/webapps/src/main/webapp/admin/images/icon-expanded.gif
   
branches/registry/1_0/modules/webapps/src/main/webapp/admin/images/icon-folder-small.gif
   
branches/registry/1_0/modules/webapps/src/main/webapp/admin/images/icon-minimized.gif
   branches/registry/1_0/modules/webapps/src/main/webapp/admin/promotion.jsp

Modified: 
branches/registry/1_0/modules/webapps/src/main/webapp/admin/css/main.css
==============================================================================
--- branches/registry/1_0/modules/webapps/src/main/webapp/admin/css/main.css    
(original)
+++ branches/registry/1_0/modules/webapps/src/main/webapp/admin/css/main.css    
Wed Feb  6 02:18:40 2008
@@ -33,7 +33,7 @@
 background-color:#e6e9bd;
 padding:5px;
 }
-.promotionDiv a.area{
+.promotionDiv a.area,.promotionDiv span.area{
 display:block;
 line-height:20px;
 border-bottom:solid 1px #202020;
@@ -41,6 +41,9 @@
 color:black;
 margin-top:10px;
 }
+.promotionDiv a.area:hover{
+color:#ab710a;
+}
 .promotionDiv a.normal{
 color:#ffffff;
 }
@@ -69,10 +72,6 @@
 margin-bottom:3px;
 text-indent:12px;
 }
-.promotionDiv span{
-padding:5px;
-display:block;
-}
 .page-sizer{
 padding-left:5px;
 padding-right:10px;
@@ -173,35 +172,35 @@
 line-height:40px;
 }
 .sub-headding-entries{
-background-image:url(../images/icon-resource.jpg);
+background-image:url(../images/icon-resource.gif);
 background-repeat:no-repeat;
 background-position:0px 0px;
 text-indent:28px;
 line-height:32px;
 }
 .sub-headding-permisions{
-background-image:url(../images/lock.jpg);
+background-image:url(../images/lock.gif);
 background-repeat:no-repeat;
 background-position:0px 0px;
 text-indent:28px;
 line-height:32px;
 }
 .sub-headding-tags{
-background-image:url(../images/icon-tag.jpg);
+background-image:url(../images/icon-tag.gif);
 background-repeat:no-repeat;
 background-position:0px 0px;
 text-indent:28px;
 line-height:32px;
 }
 .sub-headding-comments{
-background-image:url(../images/icon-comment.jpg);
+background-image:url(../images/icon-comment.gif);
 background-repeat:no-repeat;
 background-position:0px 0px;
 text-indent:28px;
 line-height:32px;
 }
 .sub-headding-resources{
-background-image:url(../images/icon-home-big.jpg);
+background-image:url(../images/icon-home-big.gif);
 background-repeat:no-repeat;
 background-position:0px 0px;
 text-indent:28px;
@@ -549,7 +548,7 @@
 *width:60px;
 }
 .toolBarTable td{
-padding-left:10px;
+padding-left:5px;
 *padding-left:0px;
 }
 .toolBarTable img{

Added: 
branches/registry/1_0/modules/webapps/src/main/webapp/admin/images/icon-comment.gif
==============================================================================
Binary file. No diff available.

Modified: 
branches/registry/1_0/modules/webapps/src/main/webapp/admin/images/icon-expanded.gif
==============================================================================
Binary files. No diff available.

Modified: 
branches/registry/1_0/modules/webapps/src/main/webapp/admin/images/icon-folder-small.gif
==============================================================================
Binary files. No diff available.

Added: 
branches/registry/1_0/modules/webapps/src/main/webapp/admin/images/icon-home-big.gif
==============================================================================
Binary file. No diff available.

Modified: 
branches/registry/1_0/modules/webapps/src/main/webapp/admin/images/icon-minimized.gif
==============================================================================
Binary files. No diff available.

Added: 
branches/registry/1_0/modules/webapps/src/main/webapp/admin/images/icon-resource.gif
==============================================================================
Binary file. No diff available.

Added: 
branches/registry/1_0/modules/webapps/src/main/webapp/admin/images/icon-tag.gif
==============================================================================
Binary file. No diff available.

Added: 
branches/registry/1_0/modules/webapps/src/main/webapp/admin/images/lock.gif
==============================================================================
Binary file. No diff available.

Modified: 
branches/registry/1_0/modules/webapps/src/main/webapp/admin/promotion.jsp
==============================================================================
--- branches/registry/1_0/modules/webapps/src/main/webapp/admin/promotion.jsp   
(original)
+++ branches/registry/1_0/modules/webapps/src/main/webapp/admin/promotion.jsp   
Wed Feb  6 02:18:40 2008
@@ -7,18 +7,11 @@
 %>
 <h2 class="sub-headding-about">About</h2>
 <div class="promotionDivContent">
-<a href="#" class="area" onclick="showHideCommon('getHelpDiv');">GET HELP</a>
-       <div id="getHelpDiv" class="aboutBack">
-               <h3>User Guide</h3>             
-               <a 
href="http://wso2.org/wiki/display/registry/WSO2+Registry+User+Guide";  
target="_blank">Registry user guide</a>                       
-       </div>
-       <a href="#" class="area" 
onclick="showHideCommon('getInvolvedDiv');">GET INVOLVED</a>
-       <div id="getInvolvedDiv" class="aboutBack">
-               <h3>Reporting Problems</h3>
-               Issues can be reported using the public JIRA.
-               <a href="https://wso2.org/jira/browse/REGISTRY " 
target="_blank">Registry jira</a>
-       </div>
-<a href="#" class="area" onclick="showHideCommon('getTrainingDiv');">NEWS</a>
+<a href="http://wso2.org/wiki/display/registry/WSO2+Registry+User+Guide";  
target="_blank" class="area">Registry user guide</a>
+       
+<a href="https://wso2.org/jira/browse/REGISTRY " target="_blank" 
class="area">Registry JIRA</a>
+
+<span class="area" onclick="showHideCommon('getTrainingDiv');">NEWS</span>
        <div id="getTrainingDiv" class="aboutBack">
                <% if (announcementsBean != null) { %>
                        <%=announcementsBean.getAnnouncements()%>

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

Reply via email to