Author: wesleyhales
Date: 2008-06-12 21:58:18 -0400 (Thu, 12 Jun 2008)
New Revision: 11014
Added:
branches/JBoss_Portal_Branch_2_7/core/src/bin/portal-core-war/themes/renewal/images/header-bg-left-shadow2.gif
Modified:
branches/JBoss_Portal_Branch_2_7/core/src/bin/portal-core-war/themes/renewal/portal_style.css
Log:
small changes
Added:
branches/JBoss_Portal_Branch_2_7/core/src/bin/portal-core-war/themes/renewal/images/header-bg-left-shadow2.gif
===================================================================
(Binary files differ)
Property changes on:
branches/JBoss_Portal_Branch_2_7/core/src/bin/portal-core-war/themes/renewal/images/header-bg-left-shadow2.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-13
01:38:26 UTC (rev 11013)
+++
branches/JBoss_Portal_Branch_2_7/core/src/bin/portal-core-war/themes/renewal/portal_style.css 2008-06-13
01:58:18 UTC (rev 11014)
@@ -68,8 +68,10 @@
#portal-container {
/* part of below IE hack to preserve min-width for portlet regions */
/*width: 100%;*/
- margin: 4px 2% 0px 2%;
-
+ /*margin: 4px 2% 0px 2%;*/
+ background-image: url( 'images/header-bg-left-shadow2.gif' );
+ background-position: top left;
+ background-repeat: no-repeat;
padding: 0 350px 0 350px;
}
@@ -227,18 +229,15 @@
position:relative;
width: 100%;
height: 64px;
- background-image: url( 'images/renewal/nav-border.gif' );
- background-position: bottom left;
- background-repeat: repeat-x;
}
ul#tabsHeader {
width: 100%;
list-style: none;
- margin: 0;
+ margin: 0 0 0 20px;
padding: 0;
position:absolute;
- bottom: -1px;
+ bottom: -5px;
left: 0;
z-index: 1;
}
Show replies by date