mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Popup node-info panel alignment improvements suggested by Linton
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5292 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -483,6 +483,12 @@ a.topToolbarLinkHighlight, a.topToolbarLinkHighlight:link, a.topToolbarLinkHighl
|
||||
max-width: 700px;
|
||||
}
|
||||
|
||||
.popupImage
|
||||
{
|
||||
cursor: pointer;
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
||||
.userGroupPickerList
|
||||
{
|
||||
padding: 2px;
|
||||
|
@@ -281,7 +281,7 @@
|
||||
<f:param name="id" value="#{r.id}" />
|
||||
</a:actionLink>
|
||||
<r:nodeInfo id="col1-info" value="#{r.id}">
|
||||
<h:graphicImage id="col1-img" url="/images/icons/popup.gif" style='cursor:pointer' width="16" height="16" />
|
||||
<h:graphicImage id="col1-img" url="/images/icons/popup.gif" styleClass="popupImage" width="16" height="16" />
|
||||
</r:nodeInfo>
|
||||
</a:column>
|
||||
|
||||
@@ -296,7 +296,7 @@
|
||||
<f:param name="id" value="#{r.id}" />
|
||||
</a:actionLink>
|
||||
<r:nodeInfo id="col2-info" value="#{r.id}">
|
||||
<h:graphicImage id="col2-img" url="/images/icons/popup.gif" style='cursor:pointer' width="16" height="16" />
|
||||
<h:graphicImage id="col2-img" url="/images/icons/popup.gif" styleClass="popupImage" width="16" height="16" />
|
||||
</r:nodeInfo>
|
||||
</a:column>
|
||||
|
||||
@@ -311,7 +311,7 @@
|
||||
<f:param name="id" value="#{r.id}" />
|
||||
</a:actionLink>
|
||||
<r:nodeInfo id="col3-info" value="#{r.id}">
|
||||
<h:graphicImage id="col3-img" url="/images/icons/popup.gif" style='cursor:pointer' width="16" height="16" />
|
||||
<h:graphicImage id="col3-img" url="/images/icons/popup.gif" styleClass="popupImage" width="16" height="16" />
|
||||
</r:nodeInfo>
|
||||
</a:column>
|
||||
|
||||
@@ -423,7 +423,7 @@
|
||||
<a:actionLink id="col10-act2" value="#{r.name}" href="#{r.url}" target="new" />
|
||||
<r:lockIcon id="col10-lock" value="#{r.nodeRef}" align="absmiddle" />
|
||||
<r:nodeInfo id="col10-info" value="#{r.id}">
|
||||
<h:graphicImage id="col10-img" url="/images/icons/popup.gif" style='cursor:pointer' width="16" height="16" />
|
||||
<h:graphicImage id="col10-img" url="/images/icons/popup.gif" styleClass="popupImage" width="16" height="16" />
|
||||
</r:nodeInfo>
|
||||
</a:column>
|
||||
|
||||
@@ -435,7 +435,7 @@
|
||||
<a:actionLink id="col11-act2" value="#{r.name}" href="#{r.url}" target="new" styleClass="header" />
|
||||
<r:lockIcon id="col11-lock" value="#{r.nodeRef}" align="absmiddle" />
|
||||
<r:nodeInfo id="col11-info" value="#{r.id}">
|
||||
<h:graphicImage id="col11-img" url="/images/icons/popup.gif" style='cursor:pointer' width="16" height="16" />
|
||||
<h:graphicImage id="col11-img" url="/images/icons/popup.gif" styleClass="popupImage" width="16" height="16" />
|
||||
</r:nodeInfo>
|
||||
</a:column>
|
||||
|
||||
@@ -447,7 +447,7 @@
|
||||
<a:actionLink id="col12-act2" value="#{r.name}" href="#{r.url}" target="new" styleClass="title" />
|
||||
<r:lockIcon id="col12-lock" value="#{r.nodeRef}" align="absmiddle" />
|
||||
<r:nodeInfo id="col12-info" value="#{r.id}">
|
||||
<h:graphicImage id="col12-img" url="/images/icons/popup.gif" style='cursor:pointer' width="16" height="16" />
|
||||
<h:graphicImage id="col12-img" url="/images/icons/popup.gif" styleClass="popupImage" width="16" height="16" />
|
||||
</r:nodeInfo>
|
||||
</a:column>
|
||||
|
||||
|
Reference in New Issue
Block a user