Author: wesleyhales
Date: 2008-06-16 21:58:52 -0400 (Mon, 16 Jun 2008)
New Revision: 11062
Added:
branches/JBoss_Portal_Branch_2_7/core/src/bin/portal-core-war/themes/renewal/images/portlet-top-left2.gif
branches/JBoss_Portal_Branch_2_7/core/src/bin/portal-core-war/themes/renewal/images/portlet-top-middle2.gif
branches/JBoss_Portal_Branch_2_7/core/src/bin/portal-core-war/themes/renewal/images/portlet-top-right2.gif
Modified:
branches/JBoss_Portal_Branch_2_7/core/src/bin/portal-core-war/themes/renewal/portal_style.css
Log:
portlet header to match new style, maybe too much blue
Added:
branches/JBoss_Portal_Branch_2_7/core/src/bin/portal-core-war/themes/renewal/images/portlet-top-left2.gif
===================================================================
(Binary files differ)
Property changes on:
branches/JBoss_Portal_Branch_2_7/core/src/bin/portal-core-war/themes/renewal/images/portlet-top-left2.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added:
branches/JBoss_Portal_Branch_2_7/core/src/bin/portal-core-war/themes/renewal/images/portlet-top-middle2.gif
===================================================================
(Binary files differ)
Property changes on:
branches/JBoss_Portal_Branch_2_7/core/src/bin/portal-core-war/themes/renewal/images/portlet-top-middle2.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added:
branches/JBoss_Portal_Branch_2_7/core/src/bin/portal-core-war/themes/renewal/images/portlet-top-right2.gif
===================================================================
(Binary files differ)
Property changes on:
branches/JBoss_Portal_Branch_2_7/core/src/bin/portal-core-war/themes/renewal/images/portlet-top-right2.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified:
branches/JBoss_Portal_Branch_2_7/core/src/bin/portal-core-war/themes/renewal/portal_style.css
===================================================================
---
branches/JBoss_Portal_Branch_2_7/core/src/bin/portal-core-war/themes/renewal/portal_style.css 2008-06-17
00:49:05 UTC (rev 11061)
+++
branches/JBoss_Portal_Branch_2_7/core/src/bin/portal-core-war/themes/renewal/portal_style.css 2008-06-17
01:58:52 UTC (rev 11062)
@@ -490,16 +490,16 @@
*/
.portlet-titlebar-left {
- background-image: url( images/portlet-top-left.gif );
+ background-image: url( images/portlet-top-left2.gif );
background-repeat: no-repeat;
width: 9px;
height: 29px;
min-width: 9px;
- background-position: bottom;
+ background-position: 0 1px;
}
.portlet-titlebar-center {
- background-image: url( images/portlet-top-middle.gif );
+ background-image: url( images/portlet-top-middle2.gif );
background-repeat: repeat-x;
height: 29px;
background-position: bottom;
@@ -507,12 +507,12 @@
}
.portlet-titlebar-right {
- background-image: url( images/portlet-top-right.gif );
+ background-image: url( images/portlet-top-right2.gif );
background-repeat: no-repeat;
width: 10px;
height: 30px;
min-width: 10px;
- background-position: bottom left;
+ background-position: -1px 1px;
}
.portlet-content-left {
Show replies by date