More WCM HEAD merge fixups

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@4312 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2006-11-08 11:47:39 +00:00
parent 01fe4b13ce
commit 047d9b7ede
3 changed files with 23 additions and 255 deletions

View File

@@ -559,3 +559,25 @@ a.topToolbarLinkHighlight, a.topToolbarLinkHighlight:link, a.topToolbarLinkHighl
{
padding-bottom: 8px;
}
.selectListTable
{
border: 1px solid #999999;
padding-top: 2px;
padding-left: 2px;
padding-right: 2px;
}
.selectListItem
{
background-color: #eeeeee;
border-bottom: 2px solid #ffffff;
}
.modifiedItemsList
{
background-color: #EEEEEE;
border-width: 1px;
border-style: dashed;
border-color: #AAAAAA;
}