[gatein-commits] gatein SVN: r2100 - portal/trunk/portlet/web/src/main/webapp/skin/portal/webui/component/UISiteMap.
do-not-reply at jboss.org
do-not-reply at jboss.org
Wed Mar 10 07:39:20 EST 2010
Author: thuy.nguyen
Date: 2010-03-10 07:39:20 -0500 (Wed, 10 Mar 2010)
New Revision: 2100
Modified:
portal/trunk/portlet/web/src/main/webapp/skin/portal/webui/component/UISiteMap/DefaultStylesheet.css
Log:
GTNPORTAL-204:Error display in Sitemap portlet when create many sub page
Modified: portal/trunk/portlet/web/src/main/webapp/skin/portal/webui/component/UISiteMap/DefaultStylesheet.css
===================================================================
--- portal/trunk/portlet/web/src/main/webapp/skin/portal/webui/component/UISiteMap/DefaultStylesheet.css 2010-03-10 12:36:48 UTC (rev 2099)
+++ portal/trunk/portlet/web/src/main/webapp/skin/portal/webui/component/UISiteMap/DefaultStylesheet.css 2010-03-10 12:39:20 UTC (rev 2100)
@@ -17,128 +17,123 @@
* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
*/
-/**
- * Cated by The eXo Platform SAS
- * Modifile : Vu Duy Tu
- * duytucntt at gmail.com
- * January 10, 2007
- * version: $Id$
- */
-
-
-.UIWindow .UISitemapPortlet {
- border: none;
- margin: 0px;
-}
-
-.UISitemapPortlet {
-}
-
-.UISitemap {
- background: white;
- padding: 10px 30px;
- color: #4e4e4e;
-}
-
-.UISitemap a {
- color: #4e4e4e;
-}
-
-.UISitemap .ClearFix:after {
- content: ".";
- display: block;
- height: 0;
- clear: both;
- visibility: hidden;
-}
-
-.UISitemap .ClearFix {
- !display: inline-block;
- !zoom: 1;
- !display: block;
-}
-
-.UISitemap .CollapseAll {
- background: url('DefaultSkin/background/CollapseAllIcon.gif') no-repeat left center; /* orientation=lt */
- background: url('DefaultSkin/background/CollapseAllIcon.gif') no-repeat right center; /* orientation=rt */
- padding: 0px 20px;
- cursor: pointer;
-}
-
-.UISitemap .ExpandAll {
- background: url('DefaultSkin/background/ExpandAllIcon.gif') no-repeat left center; /* orientation=lt */
- background: url('DefaultSkin/background/ExpandAllIcon.gif') no-repeat right center; /* orientation=rt */
- padding: 0px 20px;
- cursor: pointer;
-}
-
-.UISitemap .SitemapContent {
- background: url('DefaultSkin/background/GateInLogo.gif') no-repeat left top; /* orientation=lt */
- background: url('DefaultSkin/background/GateInLogo_rt.gif') no-repeat right top; /* orientation=rt */
- padding-left: 236px; /* orientation=lt */
- padding-right: 236px; /* orientation=rt */
- padding-top: 53px; /* orientation=lt */
- padding-top: 59px; /* orientation=rt */
- margin: 20px 0px;
-}
-
-.UISitemap .SitemapContent .UISiteTree a {
- font-weight: bold;
- display: block;
-}
-
-.UISitemap .SitemapContent .UISiteTree a:hover {
- color: #058bb6;
-}
-
-.UISitemap .UISiteTree .Node {
- line-height: 20px;
- background: url('DefaultSkin/background/Dotted.gif') repeat-y 4px top; /* orientation=lt */
- background: url('DefaultSkin/background/Dotted_rt.gif') repeat-y 100% top; /* orientation=rt */
-}
-
-.UISitemap .UISiteTree .LastNode {
- line-height: 14px;
- background: url('DefaultSkin/background/LastNode.gif') no-repeat 4px top; /* orientation=lt */
- background: url('DefaultSkin/background/LastNode_rt.gif') no-repeat 100% top; /* orientation=rt */
-}
-
-.UISitemap .CollapseIcon {
- background: url('DefaultSkin/background/CollapseIcon.gif') no-repeat left center; /* orientation=lt */
- background: url('DefaultSkin/background/CollapseIcon-rt.gif') no-repeat right center; /* orientation=rt */
- padding: 0px 5px 0px 25px; /* orientation=lt */
- padding: 0px 25px 0px 5px; /* orientation=rt */
- cursor: pointer;
-}
-
-.UISitemap .ExpandIcon {
- background: url('DefaultSkin/background/ExpandIcon.gif') no-repeat left center; /* orientation=lt */
- background: url('DefaultSkin/background/ExpandIcon-rt.gif') no-repeat right center; /* orientation=rt */
- padding: 0px 5px 0px 25px; /* orientation=lt */
- padding: 0px 25px 0px 5px; /* orientation=rt */
- cursor: pointer;
-}
-
-.UISitemap .NullItem {
- background: url('DefaultSkin/background/NullItem.gif') no-repeat left center; /* orientation=lt */
- background: url('DefaultSkin/background/NullItem-rt.gif') no-repeat right center; /* orientation=rt */
- padding: 0px 25px;
-}
-
-.UISitemap .DefaultPageIcon {
- padding: 4px 0px 4px 20px; /* orientation=lt */
- padding: 4px 20px 4px 0px; /* orientation=rt */
- background-position: left center; /* orientation=lt */
- background-position: right center; /* orientation=rt */
- background-color: white;
- width: auto;
-}
-
-.UISitemap .ChildrenContainer {
- margin-top: 5px;
- padding-top: 10px;
- padding-left: 16px; /* orientation=lt */
- padding-right: 16px; /* orientation=rt */
- background: url('DefaultSkin/background/NullItem.gif') no-repeat left 0px; /* orientation=lt */
- background: url('DefaultSkin/background/NullItem-rt.gif') no-repeat right 0px; /* orientation=rt */
+/**
+ * Cated by The eXo Platform SAS
+ * Modifile : Vu Duy Tu
+ * duytucntt at gmail.com
+ * January 10, 2007
+ * version: $Id$
+ */
+
+
+.UIWindow .UISitemapPortlet {
+ border: none;
+ margin: 0px;
+}
+
+.UISitemapPortlet {
+}
+
+.UISitemap {
+ background: white;
+ padding: 10px 30px;
+ color: #4e4e4e;
+}
+
+.UISitemap a {
+ color: #4e4e4e;
+}
+
+.UISitemap .ClearFix:after {
+ content: ".";
+ display: block;
+ height: 0;
+ clear: both;
+ visibility: hidden;
+}
+
+.UISitemap .ClearFix {
+ !display: inline-block;
+ !zoom: 1;
+ !display: block;
+}
+
+.UISitemap .CollapseAll {
+ background: url('DefaultSkin/background/CollapseAllIcon.gif') no-repeat left center; /* orientation=lt */
+ background: url('DefaultSkin/background/CollapseAllIcon-rt.gif') no-repeat right center; /* orientation=rt */
+ padding: 0px 20px;
+ cursor: pointer;
+}
+
+.UISitemap .ExpandAll {
+ background: url('DefaultSkin/background/ExpandAllIcon.gif') no-repeat left center; /* orientation=lt */
+ background: url('DefaultSkin/background/ExpandAllIcon-rt.gif') no-repeat right center; /* orientation=rt */
+ padding: 0px 20px;
+ cursor: pointer;
+}
+
+.UISitemap .SitemapContent {
+ background: url('DefaultSkin/background/RootTree.gif') no-repeat left top; /* orientation=lt */
+ background: url('DefaultSkin/background/RootTree-rt.gif') no-repeat right top; /* orientation=rt */
+ padding-top: 8px;
+ margin: 20px 0px;
+}
+
+.UISitemap .SitemapContent .UISiteTree a {
+ font-weight: bold;
+ display: block;
+}
+
+.UISitemap .SitemapContent .UISiteTree a:hover {
+ color: #058bb6;
+}
+
+.UISitemap .UISiteTree .Node {
+ line-height: 25px;
+ background: url('DefaultSkin/background/Dotted.gif') repeat-y 4px top; /* orientation=lt */
+ background: url('DefaultSkin/background/Dotted-rt.gif') repeat-y 99.6% top; /* orientation=rt */
+}
+
+.UISitemap .UISiteTree .LastNode {
+ line-height: 14px;
+ background: url('DefaultSkin/background/LastNode.gif') no-repeat 4px top; /* orientation=lt */
+ background: url('DefaultSkin/background/LastNode-rt.gif') no-repeat 99.6% top; /* orientation=rt */
+}
+
+.UISitemap .CollapseIcon {
+ background: url('DefaultSkin/background/CollapseIcon.gif') no-repeat left center; /* orientation=lt */
+ background: url('DefaultSkin/background/CollapseIcon-rt.gif') no-repeat right center; /* orientation=rt */
+ padding: 0px 5px 0px 35px; /* orientation=lt */
+ padding: 0px 35px 0px 5px; /* orientation=rt */
+ cursor: pointer;
+}
+
+.UISitemap .ExpandIcon {
+ background: url('DefaultSkin/background/ExpandIcon.gif') no-repeat left center; /* orientation=lt */
+ background: url('DefaultSkin/background/ExpandIcon-rt.gif') no-repeat right center; /* orientation=rt */
+ padding: 0px 5px 0px 35px; /* orientation=lt */
+ padding: 0px 35px 0px 5px; /* orientation=rt */
+ cursor: pointer;
+}
+
+.UISitemap .NullItem {
+ background: url('DefaultSkin/background/NullItem.gif') no-repeat left center; /* orientation=lt */
+ background: url('DefaultSkin/background/NullItem-rt.gif') no-repeat right center; /* orientation=rt */
+ padding: 0px 35px;
+}
+
+.UISitemap .DefaultPageIcon {
+ padding: 4px 0px 4px 20px; /* orientation=lt */
+ padding: 4px 20px 4px 0px; /* orientation=rt */
+ background-position: left center; /* orientation=lt */
+ background-position: right center; /* orientation=rt */
+ background-color: white;
+ width: auto;
+}
+
+.UISitemap .ChildrenContainer {
+ padding-top: 33px;
+ padding-left: 31px; /* orientation=lt */
+ padding-right: 31px; /* orientation=rt */
+ float: none;
}
\ No newline at end of file
More information about the gatein-commits
mailing list