[gatein-commits] gatein SVN: r6233 - in portal/branches/decoupled-webos: portlet/web/src/main/webapp/skin/portal/webui/component/UIIFramePortlet and 4 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Apr 15 03:50:08 EDT 2011


Author: phuong_vu
Date: 2011-04-15 03:50:07 -0400 (Fri, 15 Apr 2011)
New Revision: 6233

Removed:
   portal/branches/decoupled-webos/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIMaskWorkspace/background/AddApplicationButton.gif
   portal/branches/decoupled-webos/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIMaskWorkspace/background/AddToStartup.gif
Modified:
   portal/branches/decoupled-webos/examples/skins/simpleskin/src/main/webapp/skin/SimpleSkin/UIToolbarContainer/Stylesheet.css
   portal/branches/decoupled-webos/portlet/web/src/main/webapp/skin/portal/webui/component/UIIFramePortlet/DefaultStylesheet.css
   portal/branches/decoupled-webos/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIMaskWorkspace/Stylesheet.css
   portal/branches/decoupled-webos/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIWindow/Stylesheet.css
   portal/branches/decoupled-webos/web/eXoResources/src/main/webapp/skin/PortletThemes/Stylesheet.css
Log:
GTNPORTAL-1795 Remove WebOS related CSS code from eXoResources of GateIn (squash 5dbe6ae)

Modified: portal/branches/decoupled-webos/examples/skins/simpleskin/src/main/webapp/skin/SimpleSkin/UIToolbarContainer/Stylesheet.css
===================================================================
--- portal/branches/decoupled-webos/examples/skins/simpleskin/src/main/webapp/skin/SimpleSkin/UIToolbarContainer/Stylesheet.css	2011-04-15 07:47:48 UTC (rev 6232)
+++ portal/branches/decoupled-webos/examples/skins/simpleskin/src/main/webapp/skin/SimpleSkin/UIToolbarContainer/Stylesheet.css	2011-04-15 07:50:07 UTC (rev 6233)
@@ -153,6 +153,7 @@
 	padding: 0px 10px 0px 25px; /* orientation=lt */
 	padding: 0px 25px 0px 10px; /* orientation=rt */
 	color: #fff;
+	line-height: 30px;
 }
 
 .UIToolbarContainer .Name a:hover {

Modified: portal/branches/decoupled-webos/portlet/web/src/main/webapp/skin/portal/webui/component/UIIFramePortlet/DefaultStylesheet.css
===================================================================
--- portal/branches/decoupled-webos/portlet/web/src/main/webapp/skin/portal/webui/component/UIIFramePortlet/DefaultStylesheet.css	2011-04-15 07:47:48 UTC (rev 6232)
+++ portal/branches/decoupled-webos/portlet/web/src/main/webapp/skin/portal/webui/component/UIIFramePortlet/DefaultStylesheet.css	2011-04-15 07:50:07 UTC (rev 6233)
@@ -23,10 +23,6 @@
 	margin: 7px;
 	height: auto;
 }
-	
-.UIPageDesktop .UIIFramePortlet {
-	min-height: 0;
-}
 
 *html .UIFormTabPane .UIIFramePortlet {
 	height: auto;
@@ -37,10 +33,6 @@
 	width: 97.5%;
 }
 
-*html .UIPageDesktop .UIIFramePortlet {
-	height: auto;
-}
-
 .UIIFramePortlet iframe {
 	border: none;
 	width: 100%; height: 100%;

Modified: portal/branches/decoupled-webos/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIMaskWorkspace/Stylesheet.css
===================================================================
--- portal/branches/decoupled-webos/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIMaskWorkspace/Stylesheet.css	2011-04-15 07:47:48 UTC (rev 6232)
+++ portal/branches/decoupled-webos/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIMaskWorkspace/Stylesheet.css	2011-04-15 07:50:07 UTC (rev 6233)
@@ -128,167 +128,6 @@
 	overflow: hidden;
 }
 
-/**************************** UIAddApplication ******************************************/
-
-.UIAddApplication {
-	padding: 10px;
-}
-
-.UIAddApplication .TitleBarContainer {
-	background: #f6f6f6;
-}
-
-.UIAddApplication .UITabContent {
-	overflow: hidden;
-}
-
-.UIAddApplication .UITabContentContainer {
-	padding-bottom: 5px;
-	border: none;
-}
-
-.UIAddApplication .UITabContentContainer .NoneAppsMessage{
-	padding: 10px;
-	text-align: center;
-	color: gray;
-	width: 300px;
-	margin: 40px auto 0px auto;
-}
-
-.UIAddApplication .ContentContainerDetail {
-	border: 1px solid #d4d4d4;
-	border-top: none;	
-}
-
-.UIAddApplication .ContentContainerDetail .CategoryContainer {
-	border: 1px solid white;
-	border-top: none;
-}
-
-.UIAddApplication .ApplicationListContainer {
-	height: 240px; width: 449px;
-	border: 1px solid #c3c3c3;
-	background: white;
-	overflow-y: auto;
-	overflow-x: hidden;
-	padding: 0px 10px;
-}
-
-.UIAddApplication .Application {
-	margin: 10px 0px 0px 0px;
-	border: solid 1px #e4e4e4;
-	padding: 10px;
-}
-
-.UIAddApplication .ApplicationContent {
-	margin-left: 85px; /* orientation=lt */
-	margin-right: 85px; /* orientation=rt */
-}
-
-.UIAddApplication .PortletIcon {
-	background: none;
-	float: left; /* orientation=lt */
-	float: right; /* orientation=rt */
-	width: 80px; height: 80px;
-	cursor: pointer;
-	margin-top: 2px;
-}
-
-.UIAddApplication .TitleBarApplication {
-	background: none;
-	width: 93%; height: 20px;
-	color: #1553B9; font-weight: bold;
-	border-bottom: 1px solid #dfdfdf;
-	padding: 0px 1px 3px 1px;
-	margin: 0px auto 5px auto;
-}
-
-.UIAddApplication .TitleBarApplication .Title {
-	float: left; /* orientation=lt */
-	float: right; /* orientation=rt */
-	margin-top: 4px;
-	font-weight: bold; font-size: 13px; color: #1553B9; font-family: arial;
-}
-
-.UIAddApplication .AddButton {
-	width: 20px; height: 24px;
-	background: url('background/AddApplicationButton.gif') no-repeat top;
-	float: right; /* orientation=lt */
-	float: left; /* orientation=rt */
-	cursor: pointer;
-	margin: 0px 3px;
-}
-
-.UIAddApplication .AddToStartUp {
-	width: 20px; height: 24px;
-	background: url('background/AddToStartup.gif') no-repeat top;
-	float: right; /* orientation=lt */
-	float: left; /* orientation=rt */
-	cursor: pointer;
-	margin: 0px 3px;
-}
-
-.UIAddApplication .SelectButton {
-	width: 20px; height: 24px;
-	background: url('background/AddApplicationButton.gif') no-repeat left -22px;
-	float: right; /* orientation=lt */
-	float: left; /* orientation=rt */
-	cursor: pointer;
-	margin: 0px 3px;
-}
-
-.UIAddApplication .ApplicationContentLabel {
-	line-height: 16px;
-	width: 93%; margin: auto;
-}
-
-.UIAddApplication .ApplicationContentLabel .RightLabel {
-	color: #058ee6;
-}
-
-.UIAddApplication .UIItemSelector .LeftColumnStyle {
-	width: auto;
-}
-
-.UIAddApplication .UIItemSelector .ItemListContainer .ItemList {
-	height: 240px;
-	overflow: auto;
-	background: #ffffff;
-	border: 1px solid #c3c3c3;
-	text-transform: capitalize;
-}
-
-.UIAddApplication .UIItemSelector .ItemDetailList .ItemDetail {
-	background: none;
-	border: none;
-	height: auto;
-}
-
-.UIAddApplication .UIItemSelector {
-	padding: 7px 5px 8px 7px; /* orientation=lt */
-	padding: 7px 7px 8px 5px; /* orientation=rt */
-	margin: 0px;
-	background: #f7f7f7;
-}
-
-.UIAddApplication .ApplicationItemIcon {
-	width: 16px; height: 16px;
-	background: url('/eXoResources/skin/DefaultSkin/skinIcons/16x16/icons/DarkBlueNextArrow.gif') no-repeat;
-	float: left; /* orientation=lt */
-	float: right; /* orientation=rt */
-	margin: 3px 5px 0px 5px;
-}
-
-.UIAddApplication .LeftColumnStyle .ItemListIcon {
-	background: none;
-	width: 0px;
-}
-
-.UIAddApplication .LeftColumnStyle .ViewListIcon {
-	background: none;
-	width: 0px;
-}
-
 /************************************ Select Permission *******************************/
 
 .UIGroupSelector {

Deleted: portal/branches/decoupled-webos/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIMaskWorkspace/background/AddApplicationButton.gif
===================================================================
(Binary files differ)

Deleted: portal/branches/decoupled-webos/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIMaskWorkspace/background/AddToStartup.gif
===================================================================
(Binary files differ)

Modified: portal/branches/decoupled-webos/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIWindow/Stylesheet.css
===================================================================
--- portal/branches/decoupled-webos/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIWindow/Stylesheet.css	2011-04-15 07:47:48 UTC (rev 6232)
+++ portal/branches/decoupled-webos/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIWindow/Stylesheet.css	2011-04-15 07:50:07 UTC (rev 6233)
@@ -16,10 +16,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
-.UIPageDesktop .UIWindow .WindowBarCenter .WindowPortletInfo {
-	cursor: move;
-}
 
 /*##########################################################*/
 

Modified: portal/branches/decoupled-webos/web/eXoResources/src/main/webapp/skin/PortletThemes/Stylesheet.css
===================================================================
--- portal/branches/decoupled-webos/web/eXoResources/src/main/webapp/skin/PortletThemes/Stylesheet.css	2011-04-15 07:47:48 UTC (rev 6232)
+++ portal/branches/decoupled-webos/web/eXoResources/src/main/webapp/skin/PortletThemes/Stylesheet.css	2011-04-15 07:50:07 UTC (rev 6233)
@@ -73,16 +73,6 @@
 	background-position: center 188px;
 }
 
-
-.UIPageDesktop .DefaultTheme .ResizeArea {
-	float: right; /* orientation=lt */
-	float: left; /* orientation=rt */
-	width: 18px; height: 18px;
-	cursor: nw-resize;
-	background: url('background/ResizeArea18x18.gif') no-repeat left top; /* orientation=lt */
-	background: url('background/ResizeArea18x18-rt.gif') no-repeat right top; /* orientation=rt */
-}
-
 .DefaultTheme .Information {
 	height: 18px; line-height: 18px;
 	vertical-align: middle; font-size: 10px;
@@ -254,15 +244,6 @@
 	margin: 4px 2px 0px 2px;
 }
 
-.UIPageDesktop .MacTheme .ResizeArea {
-	float: right; /* orientation=lt */
-	float: left; /* orientation=rt */
-	width: 17px; height: 15px;
-	cursor: nw-resize;
-	background: url('background/ResizeArea17x15.png') no-repeat right top; /* orientation=lt */
-	background: url('background/ResizeArea17x15-rt.png') no-repeat left top; /* orientation=rt */
-}
-
 .MacTheme .Information {
 	height: 16px; line-height: 14px; vertical-align: middle;
 	font-size: 10px;
@@ -420,14 +401,6 @@
 	margin: 4px 2px 0px 2px;
 }
 
-.UIPageDesktop .MacGray .ResizeArea {
-	float: right; /* orientation=lt */
-	float: left; /* orientation=rt */
-	width: 17px; height: 15px;
-	cursor: nw-resize;
-	background: url('background/ResizeArea17x15.png') no-repeat;
-}
-
 .MacGray .Information {
 	height: 16px; line-height: 14px; vertical-align: middle;
 	font-size: 10px;
@@ -586,14 +559,6 @@
 	margin: 4px 2px 0px 2px;
 }
 
-.UIPageDesktop .MacBlack .ResizeArea {
-	float: left; /* orientation=rt */
-	float: right; /* orientation=lt */
-	width: 17px; height: 15px;
-	cursor: nw-resize;
-	background: url('background/ResizeArea17x15.png') no-repeat;
-}
-
 .MacBlack .Information {
 	height: 16px; line-height: 14px; vertical-align: middle;
 	font-size: 10px;
@@ -752,14 +717,6 @@
 	margin: 4px 2px 0px 2px;
 }
 
-.UIPageDesktop .MacGreenSteel .ResizeArea {
-	float: left; /* orientation=rt */
-	float: right; /* orientation=lt */
-	width: 17px; height: 15px;
-	cursor: nw-resize;
-	background: url('background/ResizeArea17x15.png') no-repeat;
-}
-
 .MacGreenSteel .Information {
 	height: 16px; line-height: 14px; vertical-align: middle;
 	font-size: 10px;
@@ -921,15 +878,6 @@
 	border: solid 1px #717171;
 }
 
-.UIPageDesktop .VistaTheme .ResizeArea {
-	float: right; /* orientation=lt */
-	float: left; /* orientation=rt */
-	width: 9px; height: 12px;
-	cursor: nw-resize;
-	background: url('/eXoSkinVista/skin/VistaSkin/skinIcons/16x16/icons/ResizeBG.gif') no-repeat bottom right; /* orientation=lt */
-	background: url('/eXoSkinVista/skin/VistaSkin/skinIcons/16x16/icons/ResizeBG-rt.gif') no-repeat bottom left; /* orientation=rt */
-}
-
 .VistaTheme .MiddleDecoratorLeft {
 	padding-left:12px;
 	background: url('background/MVistaTheme.png') repeat-y left;
@@ -1095,14 +1043,6 @@
 	height: 100%;
 }
 
-.UIPageDesktop .VistaBlue .ResizeArea {
-	float: right; /* orientation=lt */
-	float: left; /* orientation=rt */
-	width: 9px; height: 12px;
-	cursor: nw-resize;
-	background: url('/eXoSkinVista/skin/VistaSkin/skinIcons/16x16/icons/ResizeBG.gif') no-repeat bottom right;
-}
-
 .VistaBlue .MiddleDecoratorLeft {
 	padding-left: 15px;
 	background: url('background/MVistaBlue.png') repeat-y left;
@@ -1201,14 +1141,6 @@
 	height: 16px;
 }
 
-.UIPageDesktop .RoundConerBlue .ResizeArea {
-	float: right; /* orientation=lt */
-	float: left; /* orientation=rt */
-	width: 17px; height: 19px;
-	cursor: nw-resize;
-	background: url('background/Resize17x19.png') no-repeat;
-}
-
 .RoundConerBlue .WindowBarCenter .PortletName {
 	font-weight: bold;
 	color: #333333;
@@ -1356,14 +1288,6 @@
 	height: 16px;
 }
 
-.UIPageDesktop .RoundConerViolet .ResizeArea {
-	float: right; /* orientation=lt */
-	float: left; /* orientation=rt */
-	width: 17px; height: 19px;
-	cursor: nw-resize;
-	background: url('background/Resize17x19.png') no-repeat;
-}
-
 .RoundConerViolet .WindowBarCenter .PortletName {
 	font-weight: bold;
 	color: #333333;
@@ -1516,14 +1440,6 @@
 	height: 16px;
 }
 
-.UIPageDesktop .RoundConerOrange .ResizeArea {
-	float: right; /* orientation=lt */
-	float: left; /* orientation=rt */
-	width: 17px; height: 19px;
-	cursor: nw-resize;
-	background: url('background/Resize17x19.png') no-repeat;
-}
-
 .RoundConerOrange .WindowBarCenter .PortletName {
 	font-weight: bold;
 	color: #333333;
@@ -1676,14 +1592,6 @@
 	height: 16px;
 }
 
-.UIPageDesktop .RoundConerPink .ResizeArea {
-	float: right; /* orientation=lt */
-	float: left; /* orientation=rt */
-	width: 17px; height: 19px;
-	cursor: nw-resize;
-	background: url('background/Resize17x19.png') no-repeat;
-}
-
 .RoundConerPink .WindowBarCenter .PortletName {
 	font-weight: bold;
 	color: #333333;
@@ -1836,14 +1744,6 @@
 	height: 16px;
 }
 
-.UIPageDesktop .RoundConerGreen .ResizeArea {
-	float: right; /* orientation=lt */
-	float: left; /* orientation=rt */
-	width: 17px; height: 19px;
-	cursor: nw-resize;
-	background: url('background/Resize17x19.png') no-repeat;
-}
-
 .RoundConerGreen .WindowBarCenter .PortletName {
 	font-weight: bold;
 	color: #333333;
@@ -1996,14 +1896,6 @@
 	height: 16px;
 }
 
-.UIPageDesktop .ShadowBlue .ResizeArea {
-	float: right; /* orientation=lt */
-	float: left; /* orientation=rt */
-	width: 17px; height: 19px;
-	cursor: nw-resize;
-	background: url('background/Resize17x19.png') no-repeat;
-}
-
 .ShadowBlue .WindowBarCenter .PortletName {
 	font-weight: bold;
 	color: #333333;
@@ -2154,14 +2046,6 @@
 	height: 16px;
 }
 
-.UIPageDesktop .ShadowViolet .ResizeArea {
-	float: right; /* orientation=lt */
-	float: left; /* orientation=rt */
-	width: 17px; height: 19px;
-	cursor: nw-resize;
-	background: url('background/Resize17x19.png') no-repeat;
-}
-
 .ShadowViolet .WindowBarCenter .PortletName {
 	font-weight: bold;
 	color: #333333;
@@ -2312,14 +2196,6 @@
 	height: 16px;
 }
 
-.UIPageDesktop .ShadowOrange .ResizeArea {
-	float: right; /* orientation=lt */
-	float: left; /* orientation=rt */
-	width: 17px; height: 19px;
-	cursor: nw-resize;
-	background: url('background/Resize17x19.png') no-repeat;
-}
-
 .ShadowOrange .WindowBarCenter .PortletName {
 	font-weight: bold;
 	color: #333333;
@@ -2471,14 +2347,6 @@
 	height: 16px;
 }
 
-.UIPageDesktop .ShadowPink .ResizeArea {
-	float: right; /* orientation=lt */
-	float: left; /* orientation=rt */
-	width: 17px; height: 19px;
-	cursor: nw-resize;
-	background: url('background/Resize17x19.png') no-repeat;
-}
-
 .ShadowPink .WindowBarCenter .PortletName {
 	font-weight: bold;
 	color: #333333;
@@ -2630,14 +2498,6 @@
 	height: 16px;
 }
 
-.UIPageDesktop .ShadowGreen .ResizeArea {
-	float: right; /* orientation=lt */
-	float: left; /* orientation=rt */
-	width: 17px; height: 19px;
-	cursor: nw-resize;
-	background: url('background/Resize17x19.png') no-repeat;
-}
-
 .ShadowGreen .WindowBarCenter .PortletName {
 	font-weight: bold;
 	color: #333333;
@@ -2787,14 +2647,6 @@
 	height: 16px;
 }
 
-.UIPageDesktop .SimpleBlue .ResizeArea {
-	float: right; /* orientation=lt */
-	float: left; /* orientation=rt */
-	width: 17px; height: 19px;
-	cursor: nw-resize;
-	background: url('background/Resize17x19.png') no-repeat;
-}
-
 .SimpleBlue .WindowBarCenter .PortletName {
 	font-weight: bold;
 	color: #333333;
@@ -2934,14 +2786,6 @@
 	height: 16px;
 }
 
-.UIPageDesktop .SimpleViolet .ResizeArea {
-	float: right; /* orientation=lt */
-	float: left; /* orientation=rt */
-	width: 17px; height: 19px;
-	cursor: nw-resize;
-	background: url('background/Resize17x19.png') no-repeat;
-}
-
 .SimpleViolet .WindowBarCenter .PortletName {
 	font-weight: bold;
 	color: #333333;
@@ -3083,14 +2927,6 @@
 	height: 16px;
 }
 
-.UIPageDesktop .SimpleOrange .ResizeArea {
-	float: right; /* orientation=lt */
-	float: left; /* orientation=rt */
-	width: 17px; height: 19px;
-	cursor: nw-resize;
-	background: url('background/Resize17x19.png') no-repeat;
-}
-
 .SimpleOrange .WindowBarCenter .PortletName {
 	font-weight: bold;
 	color: #333333;
@@ -3232,14 +3068,6 @@
 	height: 16px;
 }
 
-.UIPageDesktop .SimplePink .ResizeArea {
-	float: right; /* orientation=lt */
-	float: left; /* orientation=rt */
-	width: 17px; height: 19px;
-	cursor: nw-resize;
-	background: url('background/Resize17x19.png') no-repeat;
-}
-
 .SimplePink .WindowBarCenter .PortletName {
 	font-weight: bold;
 	color: #333333;
@@ -3382,14 +3210,6 @@
 	height: 16px;
 }
 
-.UIPageDesktop .SimpleGreen .ResizeArea {
-	float: right; /* orientation=lt */
-	float: left; /* orientation=rt */
-	width: 17px; height: 19px;
-	cursor: nw-resize;
-	background: url('background/Resize17x19.png') no-repeat;
-}
-
 .SimpleGreen .WindowBarCenter .PortletName {
 	font-weight: bold;
 	color: #333333;



More information about the gatein-commits mailing list