Author: hfnukal
Date: 2012-03-19 06:27:14 -0400 (Mon, 19 Mar 2012)
New Revision: 8615
Modified:
epp/portal/branches/EPP_5_2_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/UIPortalApplicationSkin.css
epp/portal/branches/EPP_5_2_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIRightClickPopupMenu/Stylesheet.css
epp/portal/branches/EPP_5_2_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UITabSystem/UITabs/Stylesheet.css
Log:
Bug 804570 - CSS updates
Modified:
epp/portal/branches/EPP_5_2_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/UIPortalApplicationSkin.css
===================================================================
---
epp/portal/branches/EPP_5_2_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/UIPortalApplicationSkin.css 2012-03-16
12:26:50 UTC (rev 8614)
+++
epp/portal/branches/EPP_5_2_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/UIPortalApplicationSkin.css 2012-03-19
10:27:14 UTC (rev 8615)
@@ -143,3 +143,13 @@
.ClearBoth {
clear: both;
}
+
+.FL {
+ float: left; /* orientation=lt */
+ float: right; /* orientation=rt */
+}
+
+.FR {
+ float: right; /* orientation=lt */
+ float: left; /* orientation=rt */
+}
Modified:
epp/portal/branches/EPP_5_2_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIRightClickPopupMenu/Stylesheet.css
===================================================================
---
epp/portal/branches/EPP_5_2_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIRightClickPopupMenu/Stylesheet.css 2012-03-16
12:26:50 UTC (rev 8614)
+++
epp/portal/branches/EPP_5_2_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIRightClickPopupMenu/Stylesheet.css 2012-03-19
10:27:14 UTC (rev 8615)
@@ -27,8 +27,6 @@
cursor: pointer;
white-space: nowrap;
display: block;
- background-position: 6px center; /* orientation=lt */
- background-position: 95% center; /* orientation=rt */
}
.UIRightClickPopupMenu .UIRightPopupMenuContainer a:hover {
@@ -95,4 +93,4 @@
.UIRightClickPopupMenu .SaveNavigation16x16Icon {
background:
url('/eXoResources/skin/DefaultSkin/skinIcons/16x16/icons/FloppyDisk.gif')
no-repeat left center; /* orientation=lt */
background:
url('/eXoResources/skin/DefaultSkin/skinIcons/16x16/icons/FloppyDisk.gif')
no-repeat right center; /* orientation=rt */
-}
\ No newline at end of file
+}
Modified:
epp/portal/branches/EPP_5_2_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UITabSystem/UITabs/Stylesheet.css
===================================================================
---
epp/portal/branches/EPP_5_2_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UITabSystem/UITabs/Stylesheet.css 2012-03-16
12:26:50 UTC (rev 8614)
+++
epp/portal/branches/EPP_5_2_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UITabSystem/UITabs/Stylesheet.css 2012-03-19
10:27:14 UTC (rev 8615)
@@ -307,7 +307,7 @@
.UIHorizontalTabs .GrayTabStyle .NormalTab .MiddleTab {
background: url(background/TabEditInline.gif) repeat-x left -25px;
- line-height: 25px;
+ line-height: 24px;
color: #000;
padding: 0px 8px;
font-weight: normal;
@@ -326,8 +326,8 @@
.UIHorizontalTabs .GrayTabStyle .SelectedTab .MiddleTab {
background: url(background/TabEditInline.gif) repeat-x left -75px;
- line-height: 25px;
+ line-height: 24px;
color: #000;
padding: 0px 8px;
font-weight: normal;
-}
\ No newline at end of file
+}