Author: chanaka
Date: Wed Feb 6 00:56:09 2008
New Revision: 13307
Log:
1- Add resource and add collection icons updated
2- The new title shading added is improved fixing alignment issues and color
issues
Added:
trunk/registry/modules/webapps/src/main/webapp/admin/images/titleBack.jpg
(contents, props changed)
Modified:
trunk/registry/modules/webapps/src/main/webapp/admin/css/main.css
trunk/registry/modules/webapps/src/main/webapp/admin/images/icon-add-folder.gif
trunk/registry/modules/webapps/src/main/webapp/admin/images/icon-add-resource.gif
trunk/registry/modules/webapps/src/main/webapp/admin/images/icon-expanded.gif
trunk/registry/modules/webapps/src/main/webapp/admin/images/icon-minimized.gif
trunk/registry/modules/webapps/src/main/webapp/admin/registry-resources.jsp
Modified: trunk/registry/modules/webapps/src/main/webapp/admin/css/main.css
==============================================================================
--- trunk/registry/modules/webapps/src/main/webapp/admin/css/main.css
(original)
+++ trunk/registry/modules/webapps/src/main/webapp/admin/css/main.css Wed Feb
6 00:56:09 2008
@@ -175,35 +175,35 @@
.sub-headding-entries{
background-image:url(../images/icon-resource.jpg);
background-repeat:no-repeat;
-background-position:0px 7px;
+background-position:0px 0px;
text-indent:28px;
line-height:32px;
}
.sub-headding-permisions{
background-image:url(../images/lock.jpg);
background-repeat:no-repeat;
-background-position:0px 7px;
+background-position:0px 0px;
text-indent:28px;
line-height:32px;
}
.sub-headding-tags{
background-image:url(../images/icon-tag.jpg);
background-repeat:no-repeat;
-background-position:0px 7px;
+background-position:0px 0px;
text-indent:28px;
line-height:32px;
}
.sub-headding-comments{
background-image:url(../images/icon-comment.jpg);
background-repeat:no-repeat;
-background-position:0px 7px;
+background-position:0px 0px;
text-indent:28px;
line-height:32px;
}
.sub-headding-resources{
background-image:url(../images/icon-home-big.jpg);
background-repeat:no-repeat;
-background-position:0px 7px;
+background-position:0px 0px;
text-indent:28px;
line-height:32px;
}
@@ -271,8 +271,14 @@
}
/* Box1 styles */
.box1-head{
-height:35px;
-background-color:#E2F0D0;
+background-image:url(../images/titleBack.jpg);
+background-repeat:repeat-y;
+background-position:0px 0px;
+height:30px;
+background-color:#eee2b4;
+border:solid 1px #dcb984;
+padding-right:5px;
+padding-left:5px;
}
.box1-mid{
/* border:solid 1px #7e7e7e; */
Modified:
trunk/registry/modules/webapps/src/main/webapp/admin/images/icon-add-folder.gif
==============================================================================
Binary files. No diff available.
Modified:
trunk/registry/modules/webapps/src/main/webapp/admin/images/icon-add-resource.gif
==============================================================================
Binary files. No diff available.
Modified:
trunk/registry/modules/webapps/src/main/webapp/admin/images/icon-expanded.gif
==============================================================================
Binary files. No diff available.
Modified:
trunk/registry/modules/webapps/src/main/webapp/admin/images/icon-minimized.gif
==============================================================================
Binary files. No diff available.
Added: trunk/registry/modules/webapps/src/main/webapp/admin/images/titleBack.jpg
==============================================================================
Binary file. No diff available.
Modified:
trunk/registry/modules/webapps/src/main/webapp/admin/registry-resources.jsp
==============================================================================
--- trunk/registry/modules/webapps/src/main/webapp/admin/registry-resources.jsp
(original)
+++ trunk/registry/modules/webapps/src/main/webapp/admin/registry-resources.jsp
Wed Feb 6 00:56:09 2008
@@ -108,7 +108,7 @@
<span style="clear:both;" />
</div>
</h2></td>
- <td align="right" valign="bottom">
+ <td align="right" valign="top">
<table cellpadding="0" cellspacing="0" border="0"
class="toolBarTable">
<tr>
<td>
@@ -285,18 +285,18 @@
<td valign="top">
<h2 class="sub-headding-entries"> Entries </h2>
</td>
- <td align="right" valign="bottom">
+ <td align="right" valign="middle">
<table cellpadding="0" cellspacing="0" border="0"
class="toolBarTable" style="widht:120px;*width:80px;">
<tr>
<% if (details.isCollection() &&
details.isPutAllowed() && !details.isVersionView()) { %>
<td>
- <a href="#resources" title="Add Resource"
onclick="showHide('add-resource-div');expandIfNot('entries');"><img
src="/wso2registry/admin/images/icon-add-resource.jpg" border="0" align="top"
style="margin-top:-5px;" /></a>
+ <a href="#resources" title="Add Resource"
onclick="showHide('add-resource-div');expandIfNot('entries');"><img
src="/wso2registry/admin/images/icon-add-resource.gif" border="0" align="top"
style="margin-top:-5px;" /></a>
</td>
<td valign="top">
- <a href="#resources" name="resources" title="Add
Collection" onclick="showHide('add-folder-div');expandIfNot('entries');"><img
src="/wso2registry/admin/images/icon-add-folder.jpg" border="0" align="top"
style="margin-top:-3px;" /></a>
+ <a href="#resources" name="resources" title="Add
Collection" onclick="showHide('add-folder-div');expandIfNot('entries');"><img
src="/wso2registry/admin/images/icon-add-folder.gif" border="0" align="top"
style="margin-top:-6px;" /></a>
</td>
<% } %>
<td>
@@ -521,12 +521,12 @@
<td class="rightColumnSizer" valign="top">
<!-- Tag cloude box starts here -->
<!-- Hear comes the box2 table -->
-<div class="box2-head">
+<div class="box1-head">
<table cellspacing="0" cellpadding="0" border="0" style="width:100%">
<tr>
<td valign="top"><h2 class="sub-headding-tags">Tags</h2></td>
- <td align="right" valign="bottom">
+ <td align="right" valign="top">
<table cellpadding="0" cellspacing="0" border="0"
class="toolBarTable">
<tr>
<td>
@@ -586,12 +586,12 @@
</div>
<!-- Here comes the comments box -->
-<div class="box2-head">
+<div class="box1-head">
<table cellspacing="0" cellpadding="0" border="0" style="width:100%">
<tr>
<td valign="top"><h2
class="sub-headding-comments">Comments</h2></td>
- <td align="right" valign="bottom">
+ <td align="right" valign="top">
<table cellpadding="0" cellspacing="0" border="0"
class="toolBarTable">
<tr>
<td>
_______________________________________________
Registry-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/registry-dev