Author: thanh.do
Date: 2010-03-12 04:27:56 -0500 (Fri, 12 Mar 2010)
New Revision: 2201
Added:
portal/trunk/examples/skins/simpleskin/src/main/webapp/skin/webPortlet/webui/component/UISiteMap/background/default_sitemap.gif
Modified:
portal/trunk/examples/skins/simpleskin/src/main/webapp/skin/SimpleSkin/UIToolbarContainer/Stylesheet.css
portal/trunk/examples/skins/simpleskin/src/main/webapp/skin/webPortlet/webui/component/UISiteMap/Stylesheet.css
portal/trunk/examples/skins/simpleskin/src/main/webapp/skin/webPortlet/webui/component/UISiteMap/background/LastNode.gif
portal/trunk/examples/skins/simpleskin/src/main/webapp/skin/webPortlet/webui/component/UISiteMap/background/NullItem.gif
Log:
GTNPORTAL-750: Fix some small bug UI
Modified:
portal/trunk/examples/skins/simpleskin/src/main/webapp/skin/SimpleSkin/UIToolbarContainer/Stylesheet.css
===================================================================
---
portal/trunk/examples/skins/simpleskin/src/main/webapp/skin/SimpleSkin/UIToolbarContainer/Stylesheet.css 2010-03-12
09:26:05 UTC (rev 2200)
+++
portal/trunk/examples/skins/simpleskin/src/main/webapp/skin/SimpleSkin/UIToolbarContainer/Stylesheet.css 2010-03-12
09:27:56 UTC (rev 2201)
@@ -45,6 +45,7 @@
.UIToolbarContainer .UIHorizontalTabs .UITab {
line-height: 30px;
background: none;
+ font-weight: normal;
}
@@ -57,7 +58,9 @@
.UIToolbarContainer .TitleBar {
color: #232d36;
- background: none;
+ background: #cccccc;
+ font-weight: normal;
+ padding: 0px 5px;
}
.UIToolbarContainer .MenuItem {
@@ -70,18 +73,18 @@
}
.UIToolbarContainer .MenuItem a {
- padding-right: 25px; /* orientation=lt */
- padding-left: 25px; /* orientation=rt */
+ padding: 0px 25px 0px 30px; /* orientation=lt */
+ padding: 0px 30px 0px 25px; /* orientation=rt */
color: #232d36;
}
.UIToolbarContainer .MenuItem a:hover {
color: #000;
- background-color: #c2c3c9;
+ background-color: #d7d7d7;
}
.UIToolbarContainer .ItemIcon {
- background-position: 10px center; /* orientation=lt */
+ background-position: 5px center; /* orientation=lt */
background-position: 95% center; /* orientation=rt */
}
@@ -110,27 +113,27 @@
}
.UIToolbarContainer .AddPageIcon {
- background: url('background/ToolbarContainer.gif') no-repeat 5px -320px; /*
orientation=lt */
+ background: url('background/ToolbarContainer.gif') no-repeat 0px -320px; /*
orientation=lt */
background: url('background/ToolbarContainer.gif') no-repeat 100% -320px; /*
orientation=rt */
}
.UIToolbarContainer .EditPageIcon {
- background: url('background/ToolbarContainer.gif') no-repeat 5px -352px; /*
orientation=lt */
+ background: url('background/ToolbarContainer.gif') no-repeat 0px -352px; /*
orientation=lt */
background: url('background/ToolbarContainer.gif') no-repeat 100% -352px; /*
orientation=rt */
}
.UIToolbarContainer .EditSiteIcon {
- background: url('background/ToolbarContainer.gif') no-repeat 5px -384px; /*
orientation=lt */
+ background: url('background/ToolbarContainer.gif') no-repeat 0px -384px; /*
orientation=lt */
background: url('background/ToolbarContainer.gif') no-repeat 100% -384px; /*
orientation=rt */
}
.UIToolbarContainer .ChangeLanguageIcon {
- background: url('background/ToolbarContainer.gif') no-repeat 5px -192px; /*
orientation=lt */
+ background: url('background/ToolbarContainer.gif') no-repeat 0px -192px; /*
orientation=lt */
background: url('background/ToolbarContainer.gif') no-repeat 100% -192px; /*
orientation=rt */
}
.UIToolbarContainer .ChangeSkinIcon {
- background: url('background/ToolbarContainer.gif') no-repeat 5px -224px; /*
orientation=lt */
+ background: url('background/ToolbarContainer.gif') no-repeat 0px -224px; /*
orientation=lt */
background: url('background/ToolbarContainer.gif') no-repeat 100% -224px; /*
orientation=rt */
}
@@ -140,7 +143,7 @@
}
.UIToolbarContainer .SignOutIcon {
- background: url('background/ToolbarContainer.gif') no-repeat 5px -288px; /*
orientation=lt */
+ background: url('background/ToolbarContainer.gif') no-repeat 0px -288px; /*
orientation=lt */
background: url('background/ToolbarContainer.gif') no-repeat 100% -288px; /*
orientation=rt */
}
Modified:
portal/trunk/examples/skins/simpleskin/src/main/webapp/skin/webPortlet/webui/component/UISiteMap/Stylesheet.css
===================================================================
---
portal/trunk/examples/skins/simpleskin/src/main/webapp/skin/webPortlet/webui/component/UISiteMap/Stylesheet.css 2010-03-12
09:26:05 UTC (rev 2200)
+++
portal/trunk/examples/skins/simpleskin/src/main/webapp/skin/webPortlet/webui/component/UISiteMap/Stylesheet.css 2010-03-12
09:27:56 UTC (rev 2201)
@@ -35,7 +35,7 @@
}
.UISitemap {
- background: white;
+ background: #fff url('background/default_sitemap.gif') no-repeat 95% 90%;
padding: 10px 30px;
color: #4e4e4e;
}
@@ -80,7 +80,6 @@
}
.UISitemap .SitemapContent .UISiteTree a {
- font-weight: bold;
display: block;
}
@@ -89,13 +88,13 @@
}
.UISitemap .UISiteTree .Node {
- line-height: 25px;
+ line-height: 30px;
background: url('background/Dotted.gif') repeat-y 4px top; /* orientation=lt */
background: url('background/Dotted-rt.gif') repeat-y 99.6% top; /*
orientation=rt */
}
.UISitemap .UISiteTree .LastNode {
- line-height: 14px;
+ line-height: 26px;
background: url('background/LastNode.gif') no-repeat 4px top; /* orientation=lt
*/
background: url('background/LastNode-rt.gif') no-repeat 99.6% top; /*
orientation=rt */
}
@@ -103,36 +102,35 @@
.UISitemap .CollapseIcon {
background: url('background/CollapseIcon.gif') no-repeat left center; /*
orientation=lt */
background: url('background/CollapseIcon-rt.gif') no-repeat right center; /*
orientation=rt */
- padding: 0px 5px 0px 35px; /* orientation=lt */
- padding: 0px 35px 0px 5px; /* orientation=rt */
+ padding: 0px 0px 0px 32px; /* orientation=lt */
+ padding: 0px 32px 0px 0px; /* orientation=rt */
cursor: pointer;
}
.UISitemap .ExpandIcon {
background: url('background/ExpandIcon.gif') no-repeat left center; /*
orientation=lt */
background: url('background/ExpandIcon-rt.gif') no-repeat right center; /*
orientation=rt */
- padding: 0px 5px 0px 35px; /* orientation=lt */
- padding: 0px 35px 0px 5px; /* orientation=rt */
+ padding: 0px 0px 0px 32px; /* orientation=lt */
+ padding: 0px 32px 0px 0px; /* orientation=rt */
cursor: pointer;
}
.UISitemap .NullItem {
background: url('background/NullItem.gif') no-repeat left center; /*
orientation=lt */
background: url('background/NullItem-rt.gif') no-repeat right center; /*
orientation=rt */
- padding: 0px 35px;
+ padding: 0px 32px;
}
.UISitemap .DefaultPageIcon {
- padding: 4px 0px 4px 20px; /* orientation=lt */
- padding: 4px 20px 4px 0px; /* orientation=rt */
+ padding: 0px 0px 0px 20px; /* orientation=lt */
+ padding: 0px 20px 0px 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-top: 30px;
padding-left: 31px; /* orientation=lt */
padding-right: 31px; /* orientation=rt */
float: none;
Modified:
portal/trunk/examples/skins/simpleskin/src/main/webapp/skin/webPortlet/webui/component/UISiteMap/background/LastNode.gif
===================================================================
(Binary files differ)
Modified:
portal/trunk/examples/skins/simpleskin/src/main/webapp/skin/webPortlet/webui/component/UISiteMap/background/NullItem.gif
===================================================================
(Binary files differ)
Added:
portal/trunk/examples/skins/simpleskin/src/main/webapp/skin/webPortlet/webui/component/UISiteMap/background/default_sitemap.gif
===================================================================
(Binary files differ)
Property changes on:
portal/trunk/examples/skins/simpleskin/src/main/webapp/skin/webPortlet/webui/component/UISiteMap/background/default_sitemap.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Show replies by date