Author: mwringe
Date: 2011-11-08 20:42:19 -0500 (Tue, 08 Nov 2011)
New Revision: 8011
Modified:
epp/portal/branches/EPP_5_2_Branch/portlet/web/src/main/webapp/skin/portal/webui/component/UINavigationPortlet/DefaultStylesheet.css
epp/portal/branches/EPP_5_2_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/control/UIWorkspace/Stylesheet.css
epp/portal/branches/EPP_5_2_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIDashboard/Stylesheet.css
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/templates/skin/webui/component/UIHomePagePortlet/DefaultSkin/background/epp/redbox-tab1-bg.jpg
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/templates/skin/webui/component/UIHomePagePortlet/DefaultStylesheet.css
Log:
JBEPP-1258: tweak some of the css to fix some of the display issues. Tested on IE7/IE8,
Chrome 15 and Firefox 7.0.1
Modified:
epp/portal/branches/EPP_5_2_Branch/portlet/web/src/main/webapp/skin/portal/webui/component/UINavigationPortlet/DefaultStylesheet.css
===================================================================
---
epp/portal/branches/EPP_5_2_Branch/portlet/web/src/main/webapp/skin/portal/webui/component/UINavigationPortlet/DefaultStylesheet.css 2011-11-09
00:26:01 UTC (rev 8010)
+++
epp/portal/branches/EPP_5_2_Branch/portlet/web/src/main/webapp/skin/portal/webui/component/UINavigationPortlet/DefaultStylesheet.css 2011-11-09
01:42:19 UTC (rev 8011)
@@ -33,8 +33,7 @@
.UINavigationPortlet {
background: #a3a3a3;
padding: 0;
- border-top: 1px solid #fff;
- border-bottom: 1px solid #fff;
+ border-top: 1px solid #b4b4b4;
border-left: 1px solid #b4b4b4;
border-right: 1px solid #b4b4b4;
}
@@ -254,7 +253,7 @@
/***********GroupNavigation*************/
.UINavigationPortlet .GroupNavigation {
- background-color:#ffa200;
+ background-color:#B4B4B4;
}
.UINavigationPortlet .GroupNavigation .HighlightNavigationTab > span {
Modified:
epp/portal/branches/EPP_5_2_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/control/UIWorkspace/Stylesheet.css
===================================================================
---
epp/portal/branches/EPP_5_2_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/control/UIWorkspace/Stylesheet.css 2011-11-09
00:26:01 UTC (rev 8010)
+++
epp/portal/branches/EPP_5_2_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/control/UIWorkspace/Stylesheet.css 2011-11-09
01:42:19 UTC (rev 8011)
@@ -17,7 +17,8 @@
.UIWorkingWorkspace .UIPageBody {
border-bottom:1px solid #B4B4B4;
border-left:1px solid #B4B4B4;
- border-right:1px solid #B4B4B4;
+ border-right:1px solid #B4B4B4;
+ width: 978px;
}
.UIWorkingWorkspace .UIPageBody .VIEW-PAGEBODY{
@@ -25,7 +26,7 @@
# -moz-border-radius:0px 0px 9px 9px;
# -webkit-border-radius:0px 0px 9px 9px;
# border-radius:0px 0px 9px 9px;
-# padding: 0px 8px 8px;
+# padding: 0px 0px 0px;
}
.MaskLayer {
Modified:
epp/portal/branches/EPP_5_2_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIDashboard/Stylesheet.css
===================================================================
---
epp/portal/branches/EPP_5_2_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIDashboard/Stylesheet.css 2011-11-09
00:26:01 UTC (rev 8010)
+++
epp/portal/branches/EPP_5_2_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIDashboard/Stylesheet.css 2011-11-09
01:42:19 UTC (rev 8011)
@@ -37,12 +37,18 @@
.UITabPaneDashboard {
height: auto;
- -moz-border-radius: 5px 5px 0 0;
- -webkit-border-radius: 5px 5px 0 0;
- border-radius: 5px 5px 0 0;
+ border: 1px solid #B4B4B4;
+/* -moz-border-radius: 5px 5px 0 0;
+ */
+/* -webkit-border-radius: 5px 5px 0 0;
+ */
+/* border-radius: 5px 5px 0 0;
+ */
background-color: #ffcf01;
+
padding: 0px 9px;
- margin: 0 9px;
+/* margin: 0 9px;
+ */
}
.UITabPaneDashboard .UITab {
-moz-border-radius: 4px;
Modified:
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/templates/skin/webui/component/UIHomePagePortlet/DefaultSkin/background/epp/redbox-tab1-bg.jpg
===================================================================
(Binary files differ)
Modified:
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/templates/skin/webui/component/UIHomePagePortlet/DefaultStylesheet.css
===================================================================
---
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/templates/skin/webui/component/UIHomePagePortlet/DefaultStylesheet.css 2011-11-09
00:26:01 UTC (rev 8010)
+++
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/templates/skin/webui/component/UIHomePagePortlet/DefaultStylesheet.css 2011-11-09
01:42:19 UTC (rev 8011)
@@ -6,8 +6,8 @@
.UIHomePagePortlet {
background: white;
- padding: 0;
- width: 976px;
+ padding: 0px;
+ width: 978px;
}
.UIHomePagePortlet .TRContainer .PortletDecoration {
@@ -117,6 +117,8 @@
.UIHomePagePortlet .HomePortletContent {
/*margin-top: 8px;*/
+ border-style: none;
+ border: 0px;
}
.UIHomePagePortlet .HomePortletContent .LeftAccountsContainer {
Show replies by date